aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-12 01:57:10 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-12 01:57:10 +0000
commit4b163093abda47cc01d9866a94d7615b99a14a1b (patch)
tree091301ad5aaaf5ec8b99a5ab605d7842adbd20b1 /CHANGES
parent441a55557e4d6d553b210c9774d357a01ef82a43 (diff)
downloadports-4b163093abda47cc01d9866a94d7615b99a14a1b.tar.gz
ports-4b163093abda47cc01d9866a94d7615b99a14a1b.zip
Add USE_FORTRAN knob. All ports that use FORTRAN should
use this knob. Approved by: gerald, portmgr (pav)
Notes
Notes: svn path=/head/; revision=195443
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: