aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-08 15:08:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-08 15:08:10 +0000
commitd502021cb9f3e155594a97b2cbf85022c9c63f21 (patch)
tree167cc41eba594db326f64c90309c51905e640f16 /CHANGES
parent8157e9f8001110ec707b895aa362d7abc4f5c948 (diff)
downloadports-d502021cb9f3e155594a97b2cbf85022c9c63f21.tar.gz
ports-d502021cb9f3e155594a97b2cbf85022c9c63f21.zip
Document the new USES=waf into CHANGES
Notes
Notes: svn path=/head/; revision=383572
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c5a47eadd31b..c3033871da8a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,26 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20150408:
+AUTHOR: bapt@FreeBSD.org
+
+ Add a new USES=waf to handle the waf building system, allowing to factorise
+ code. Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets
+ can be reused.
+
+ Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
+ _MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
+ to really disable parallelisation with waf
+
+ WAF_CMD has been created to allow one to override the location of the waf
+ script relatively to WRKSRC
+
+ CONFIGURE_TARGET is by default defined to "configure"
+ ALL_TARGET is by default defined to "build"
+ INSTALL_TARGET is by default defined to "install"
+
+ USES=waf is by default stagedir safe
+
20150407:
AUTHOR: bapt@FreeBSD.org