aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7f9489395a00..d189c11c57db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,17 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20140127:
+AUTHOR: mat@FreeBSD.org
+
+ Add two new options helpers:
+
+ ${OPT}_${TYPE}_DEPENDS_OFF=<something> will automatically add:
+ ${TYPE_DEPENDS}+=<something> in case OPT is 'off'
+
+ ${OPT}_${FLAG}_OFF=<something> will automatically add:
+ ${FLAG}+=<something> in case OPT is 'off'
+
20140111:
AUTHOR: mva@FreeBSD.org