aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-07-12 09:57:10 +0800
committermaho <maho@FreeBSD.org>2007-07-12 09:57:10 +0800
commit4ae50a493cae55504471e6c1958d0e1f395568f6 (patch)
tree085d8e1d71ebf3849af5f23d4947a3dc6bd4d6c4 /CHANGES
parentdb173a116a374d9c3fa986c227bcd2c0feeec45e (diff)
downloadfreebsd-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--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 01c5feb9bf6f..b4fedfd8537a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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: