aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-03-19 17:59:30 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-03-19 17:59:30 +0000
commitf8a306de30bc1ccb6cbc442b3bb943bd6285a0b4 (patch)
treedc0bd38fecd36a96882bc0f1f26232611994e443 /CHANGES
parent5fa2f28efef1f282c7fda91022f74184068742b0 (diff)
downloadports-f8a306de30bc1ccb6cbc442b3bb943bd6285a0b4.tar.gz
ports-f8a306de30bc1ccb6cbc442b3bb943bd6285a0b4.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)
Notes
Notes: svn path=/head/; revision=314668
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