aboutsummaryrefslogtreecommitdiff
path: root/lang/gfortran
Commit message (Collapse)AuthorAgeFilesLines
* lang/gfortran conflicts with lang/gcc41.Gerald Pfeifer2006-09-021-1/+5
| | | | Notes: svn path=/head/; revision=171904
* Remove extraneous trailing slash from MASTERDIR.Gerald Pfeifer2006-07-231-1/+1
| | | | | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=168568
* Fix some whitespace issues.Gerald Pfeifer2006-04-081-2/+2
| | | | | | | Suggested by: portlint Notes: svn path=/head/; revision=159097
* Base this port on lang/gcc41 instead of lang/gcc40. The former has notGerald Pfeifer2006-02-061-1/+1
| | | | | | | | | | | formally been released yet, but it's very close and Fortran support is so much better than in the latter, that this seems appropriate. This is also based on concrete recommendations by a GFortran developer and a user based on their experiences. Notes: svn path=/head/; revision=155381
* Fix index build[1] and removeMaho Nakata2004-12-173-14/+5
| | | | | | | | | unreferred files and clean up[2] Submitted by: kris[1] and sf[1,2] Notes: svn path=/head/; revision=124258
* Make this port a slave port of lang/gcc40.Maho Nakata2004-12-165-177/+4
| | | | Notes: svn path=/head/; revision=124198
* Make portlint happy by replacing space to tabMaho Nakata2004-05-061-1/+1
| | | | | | | | PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
* BROKEN on !i386 and !amd64: Does not compileKris Kennaway2004-04-041-0/+4
| | | | Notes: svn path=/head/; revision=106084
* 1) update to 20040317 daily snapshotMaho Nakata2004-03-184-3/+31
| | | | | | | | | Please see the status report: http://gcc.gnu.org/ml/gcc/2004-03/msg00596.html 2) SIZEify Notes: svn path=/head/; revision=104468
* fix build on amd64Maho Nakata2004-03-051-0/+4
| | | | | | | | PR: 63110 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=103060
* a) Unbreak for i386 archMaho Nakata2004-02-092-7/+1
| | | | | | | | | 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-2/+1
| | | | 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