aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-06-06 14:29:00 +0800
committerbapt <bapt@FreeBSD.org>2013-06-06 14:29:00 +0800
commit8055bece15566923d8fc94c41934e3ab12f9ca64 (patch)
tree403805adef4243e1b5ba9702357812551f2835f5 /CHANGES
parentd26c3660b099bddd3c78c83e920aa9cac6518dc7 (diff)
downloadfreebsd-ports-gnome-8055bece15566923d8fc94c41934e3ab12f9ca64.tar.gz
freebsd-ports-gnome-8055bece15566923d8fc94c41934e3ab12f9ca64.tar.zst
freebsd-ports-gnome-8055bece15566923d8fc94c41934e3ab12f9ca64.zip
Remove support for parsing the old OPTIONS macro, the compatibility code to load the old optionsfile and compatibility with WITH_ and WITHOUT_ in make.conf remains for now;
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9bfa99356be1..e88434fe00c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130606:
+AUTHOR: bapt@FreeBSD.org
+
+ The macro OPTIONS is no more a recognize macro, please use the new
+ options framework
+
20130509:
AUTHOR: kwm@FreeBSD.org