From f8a306de30bc1ccb6cbc442b3bb943bd6285a0b4 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Tue, 19 Mar 2013 17:59:30 +0000 Subject: 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) --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 4ef2b61c8b9b..c10fba43969b 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,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 -- cgit v1.2.3