aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-27 22:53:24 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-27 22:53:24 +0000
commitb765405ad009f298f96822e037c8e213e7cfe749 (patch)
tree4eb76ba083adc521ca8a930c0c3676031fa17f58 /CHANGES
parent71c9c356dacd2885cb032d5fe638ef197891483c (diff)
downloadports-b765405ad009f298f96822e037c8e213e7cfe749.tar.gz
ports-b765405ad009f298f96822e037c8e213e7cfe749.zip
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' With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=341467
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