summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2013-12-13 13:22:32 +0000
committertijl <tijl@FreeBSD.org>2013-12-13 13:22:32 +0000
commit0f7d7e47b93edd068aeadccd0c95173e323a588d (patch)
tree5df47dd039279010c812141045a2914b4b3e6787 /CHANGES
parentbf06cc5e66d2a1a94acb304d9f566c67d85f707f (diff)
downloadFreeBSD-ports-0f7d7e47b93edd068aeadccd0c95173e323a588d.zip
FreeBSD-ports-0f7d7e47b93edd068aeadccd0c95173e323a588d.tar.gz
New USES=fortran to replace USE_FORTRAN.
USE_FORTRAN=yes can be replaced with USES=fortran or USES=fortran:gcc. USE_FORTRAN=ifort can be replaced with USES=fortran:ifort. USE_FORTRAN=f77 is deprecated and the version of gcc it depends on (lang/gcc34) is scheduled to be removed. Note that USE_FORTRAN=yes also makes GCC the C/C++ compiler while USES=fortran only sets the Fortran compiler and can be used together with Clang as C/C++ compiler.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f1f4481..0d75a65 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,20 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20131213:
+AUTHOR: tijl@FreeBSD.org
+
+ New USES=fortran to replace USE_FORTRAN.
+
+ USE_FORTRAN=yes can be replaced with USES=fortran or USES=fortran:gcc.
+ USE_FORTRAN=ifort can be replaced with USES=fortran:ifort.
+ USE_FORTRAN=f77 is deprecated and the version of gcc it depends
+ on (lang/gcc34) is scheduled to be removed.
+
+ Note that USE_FORTRAN=yes also makes GCC the C/C++ compiler while
+ USES=fortran only sets the Fortran compiler and can be used together
+ with Clang as C/C++ compiler.
+
20131208:
AUTHOR: mva@FreeBSD.org
OpenPOWER on IntegriCloud