aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-03-20 01:59:30 +0800
committermakc <makc@FreeBSD.org>2013-03-20 01:59:30 +0800
commit68a9961e10e0c32b8bf57d7c259c5d8ea8437726 (patch)
treedc0bd38fecd36a96882bc0f1f26232611994e443 /CHANGES
parentea80a4037a0e5857a29cc5e96b1613e757827746 (diff)
downloadfreebsd-ports-gnome-68a9961e10e0c32b8bf57d7c259c5d8ea8437726.tar.gz
freebsd-ports-gnome-68a9961e10e0c32b8bf57d7c259c5d8ea8437726.tar.zst
freebsd-ports-gnome-68a9961e10e0c32b8bf57d7c259c5d8ea8437726.zip
Convert USE_CMAKE to USES macro:
Usage: USES= cmake or USES= cmake:ARGS Valid ARGS: outsource (perform an out-of-source build) Tested by: exp-run (bapt) Approved by: portmgr (bapt)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4ef2b61c8b9b..c10fba43969b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,21 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
20130319:
+AUTHOR: makc@FreeBSD.org
+
+ * New USES macro should be used instead of deprecated USE_CMAKE and
+ CMAKE_OUTSOURCE:
+
+ USES= cmake:outsource
+ to perform out-of-source build (equivalent to former pair usage of
+ USE_CMAKE/CMAKE_OUTSOURCE)
+
+ USES= cmake
+ In-source build (equivalent to plain USE_CMAKE=yes) can be used if
+ project doesn't support out-of-source build.
+
+
+20130319:
AUTHOR: bapt@FreeBSD.org
* The options framework now uses ports-mgmt/dialog4ports contributed by