aboutsummaryrefslogtreecommitdiff
path: root/lang/g95
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Fix build on FreeBSD-10Pietro Cerutti2012-06-202-3/+21
| | | | Notes: svn path=/head/; revision=299691
* - remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276987
* - Fix MASTERSITE:n substitutionPietro Cerutti2010-10-251-2/+2
| | | | | | | | PR: 151671 Submitted by: Sahil Tandon <sahil@FreeBSD.org> Notes: svn path=/head/; revision=263555
* Mark as broken on powerpc.Mark Linimon2010-04-011-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251941
* - Update to snapshot of 20090624Pietro Cerutti2009-07-302-4/+4
| | | | Notes: svn path=/head/; revision=238670
* - Fix installation (missing binary)Pietro Cerutti2009-07-301-1/+2
| | | | | | | | Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> http://docs.freebsd.org/cgi/mid.cgi?20090729193532.GA58354 Notes: svn path=/head/; revision=238657
* - Fix build on amd64Pietro Cerutti2009-05-151-3/+11
| | | | | | | Reported by: pointyhat (via pav@) Notes: svn path=/head/; revision=233934
* - Update to 0.92.20090506Pietro Cerutti2009-05-145-140/+40
| | | | | | | | | | | | - Move to MASTER_SITE_LOCAL - Take maintainship - Major refactor PR: 134274 Submitted by: M. L. Dodson <mldodson@comcast.net> (former maintainer) Notes: svn path=/head/; revision=233906
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Fix build on FreeBSD 8.xPav Lucistnik2007-12-261-0/+11
| | | | | | | Submitted by: Wesley Shields <wxs@atarininja.org> Notes: svn path=/head/; revision=204581
* Pass the maintainership to M. L. Dodson.Maho Nakata2007-07-161-1/+1
| | | | Notes: svn path=/head/; revision=195698
* A possible build fix for IA64 by semi-automatical pkg-plist generation.Maho Nakata2007-03-052-18/+6
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=186536
* G95 is a stable, production Fortran 95 compiler available for multipleMaho Nakata2007-01-306-0/+188
| | | | | | | | | | | | | | | CPU architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95. Note that g95 and gfortran are different compiler http://gcc.gnu.org/wiki/TheOtherGCCBasedFortranCompiler . WWW: http://www.g95.org/ This port is based on hrs's original one, and slightly modified. Notes: svn path=/head/; revision=183670
* Move lang/g95 -> lang/gfortranMaho Nakata2004-02-116-169/+0
| | | | | | | | | | | change to appropriate name Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> PR : 62287 (repocopy request) Thanks to : joe, adam Notes: svn path=/head/; revision=100615
* a) Unbreak for i386 archMaho Nakata2004-02-092-6/+0
| | | | | | | | | b) cleanup (info files are inappropreately registered) PR: kris via bento Notes: svn path=/head/; revision=100450
* BROKEN on 5.x: broken pkg-plistKris Kennaway2004-02-071-0/+4
| | | | Notes: svn path=/head/; revision=100203
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add warning that this compiler is still alpha stage.Maho Nakata2004-02-031-0/+3
| | | | | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=99853
* still g95 is in pkg-plist. removed.Maho Nakata2004-02-031-1/+0
| | | | Notes: svn path=/head/; revision=99852
* a) add --disable-libmudflap since this port doesn't use libmudflapMaho Nakata2004-02-021-5/+2
| | | | | | | | | | b) remove g95 as far as possible this confuses too much. I've already fill the PR #62287 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=99851
* Remove andy's site from pkg-descr.Maho Nakata2004-02-021-5/+3
| | | | | | | g95 and tree-ssa are developed separately. Notes: svn path=/head/; revision=99846
* --disable-libmudflap to the configure arguments.Maho Nakata2004-02-021-18/+0
| | | | | | | | | | gfortran does not use libmudflap Former commit I added --disable-libmudflap in configure... Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=99810
* Use ${MASTER_SITE_LOCAL}Maho Nakata2004-02-021-1/+3
| | | | | | | Submitted by: sf Notes: svn path=/head/; revision=99809
* Add New port lang/g95 GNU Fortran 90/95 CompilerMaho Nakata2004-02-016-0/+189
from GCC's tree-ssa-20020619-branch and still this is alpha stage. you can invoke Fortran by typing gfortran or g95, Note: gcc-3.5 will include this effort. Notes: svn path=/head/; revision=99751