From 9c517d8878f65a77bdcac28fb58bddef5aa47ef2 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 28 Aug 2015 12:28:13 +0000 Subject: Add generic opt_VARS/opt_VARS_OFF. OPT1_VARS= foo=bar baz+=bam will set FOO to bar and append bam to BAZ if OPT1 is enabled. _VARS_OFF works the same way, if the option is disabled. Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3410 --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8755cec4cace..60a738cab981 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. +20150828: +AUTHOR: mat@FreeBSD.org + + _VARS and _VARS_OFF have been introduced to allow for a generic way + to set/append to variables. + + OPT1_VARS= foo=bar baz+=bam + + will set FOO to bar and append bam to BAZ if OPT1 is enabled. _VARS_OFF + works the same way, if the option is disabled. + 20150818: AUTHOR: kde@FreeBSD.org -- cgit v1.2.3