diff options
author | makc <makc@FreeBSD.org> | 2013-03-20 01:59:30 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-20 01:59:30 +0800 |
commit | 68a9961e10e0c32b8bf57d7c259c5d8ea8437726 (patch) | |
tree | dc0bd38fecd36a96882bc0f1f26232611994e443 /CHANGES | |
parent | ea80a4037a0e5857a29cc5e96b1613e757827746 (diff) | |
download | freebsd-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-- | CHANGES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |