diff options
author | tijl <tijl@FreeBSD.org> | 2013-12-13 21:22:32 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-12-13 21:22:32 +0800 |
commit | 0f7d7e47b93edd068aeadccd0c95173e323a588d (patch) | |
tree | 5df47dd039279010c812141045a2914b4b3e6787 /CHANGES | |
parent | bf06cc5e66d2a1a94acb304d9f566c67d85f707f (diff) | |
download | freebsd-ports-gnome-0f7d7e47b93edd068aeadccd0c95173e323a588d.tar.gz freebsd-ports-gnome-0f7d7e47b93edd068aeadccd0c95173e323a588d.tar.zst freebsd-ports-gnome-0f7d7e47b93edd068aeadccd0c95173e323a588d.zip |
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-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |