diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-13 13:22:32 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-13 13:22:32 +0000 |
commit | 7365cece2cb01f639401b807b379c99ae2bec856 (patch) | |
tree | 5df47dd039279010c812141045a2914b4b3e6787 /CHANGES | |
parent | 6655bf7ec63e07437470b88d6e79e11f3a9738a5 (diff) | |
download | ports-7365cece2cb01f639401b807b379c99ae2bec856.tar.gz ports-7365cece2cb01f639401b807b379c99ae2bec856.zip |
Notes
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 |