From 707c6bf295fc3955c86c9244533c1524bb7dea15 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Tue, 25 Dec 2018 20:25:39 +0000 Subject: Change cmake default behaviour to outsource. Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 26809d345d2f..6cfda505872e 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20181225: +AUTHOR: kde@FreeBSD.org + + cmake.mk now defaults to out-of-sourcetree builds. The option 'outsource' + has been removed. Ports that need an intree build now can pass 'insource'. + 20181110: AUTHOR: bapt@FreeBSD.org -- cgit v1.2.3