aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2010-06-06 17:17:04 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2010-06-06 17:17:04 +0000
commit6c6e96d7367bd8da3be5d94e139048a52e1b8d93 (patch)
tree8cf0987e45f915d1d9871d5e5059b019085801eb /CHANGES
parent023b8d63a7232782cadd83f3b31b91938a7b3f56 (diff)
downloadports-6c6e96d7367bd8da3be5d94e139048a52e1b8d93.tar.gz
ports-6c6e96d7367bd8da3be5d94e139048a52e1b8d93.zip
USE_GCC=4.3 is deprecated (and no port uses it anymore). USE_GCC=4.3+
is transparently rewritten to USE_GCC=4.4+ and lang/gcc43 will be disconnected from the USE_GCC infrastructure soon.
Notes
Notes: svn path=/head/; revision=255910
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5f79a2e73ead..f562bc45e77d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20100606:
+AUTHOR: gerald@FreeBSD.org
+
+ * USE_GCC=4.3 is deprecated (and no port uses it anymore). USE_GCC=4.3+
+ is transparently rewritten to USE_GCC=4.4+ and lang/gcc43 will be
+ disconnected from the USE_GCC infrastructure soon.
+
20100524:
AUTHOR: alepulver@FreeBSD.org