diff options
author | maho <maho@FreeBSD.org> | 2007-07-12 09:57:10 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-12 09:57:10 +0800 |
commit | 4ae50a493cae55504471e6c1958d0e1f395568f6 (patch) | |
tree | 085d8e1d71ebf3849af5f23d4947a3dc6bd4d6c4 /CHANGES | |
parent | db173a116a374d9c3fa986c227bcd2c0feeec45e (diff) | |
download | freebsd-ports-gnome-4ae50a493cae55504471e6c1958d0e1f395568f6.tar.gz freebsd-ports-gnome-4ae50a493cae55504471e6c1958d0e1f395568f6.tar.zst freebsd-ports-gnome-4ae50a493cae55504471e6c1958d0e1f395568f6.zip |
Add USE_FORTRAN knob. All ports that use FORTRAN should
use this knob.
Approved by: gerald, portmgr (pav)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ in the release notes. All ports committers are allowed to commit to this file. +20070712: +AUTHOR: maho@FreeBSD.org + + * Add knob USE_FORTRAN for ports which uses FORTRAN. All ports uses + FORTRAN compiler should use this knob. Usages are: USE_FORTRAN=yes + (default;gfortran42), USE_FROTRAN=ifc (Intel FORTRAN compiler) + and USE_FORTRAN=g77 (/usr/bin/f77 or g77-34). + 20070701: AUTHOR: portmgr@FreeBSD.org The following change was made to the ports infrastructure: |