aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-09-13 00:42:13 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-09-13 00:42:13 +0000
commit91257501abfe7f9d30efe1776fd4ba38b5a81d30 (patch)
tree5558ce581006613881071b3da554c79c01535caa /UPDATING
parentf06d7b2e612a26ced3644c5dbe3ef13ea62f0532 (diff)
downloadports-91257501abfe7f9d30efe1776fd4ba38b5a81d30.tar.gz
ports-91257501abfe7f9d30efe1776fd4ba38b5a81d30.zip
USE_FORTRAN=yes now implies lang/gcc44 up from lang/gcc43.
Notes
Notes: svn path=/head/; revision=241313
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 01e6c6bd9a9a..c740dbdd055b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,13 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20090912:
+ AFFECTS: users of ports that have set USE_FORTRAN=yes
+ AUTHOR: gerald@FreeBSD.org
+
+ Ports that are built using the Fortran frontend of GCC (aka gfortran)
+ will now use lang/gcc44 as the default compiler.
+
20090911:
AFFECTS: users of lang/perl5.10
AUTHOR: skv@FreeBSD.org