aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-06 06:29:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-06 06:29:00 +0000
commit5cb56c4f988607e21bc550952dfa122a817b5e85 (patch)
tree403805adef4243e1b5ba9702357812551f2835f5 /CHANGES
parent58275b8e637c68b9c0f6fc749027efab0d102421 (diff)
downloadports-5cb56c4f988607e21bc550952dfa122a817b5e85.tar.gz
ports-5cb56c4f988607e21bc550952dfa122a817b5e85.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;
Notes
Notes: svn path=/head/; revision=320055
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