svn commit: r383572 - head

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 8 15:08:11 UTC 2015


Author: bapt
Date: Wed Apr  8 15:08:10 2015
New Revision: 383572
URL: https://svnweb.freebsd.org/changeset/ports/383572

Log:
  Document the new USES=waf into CHANGES

Modified:
  head/CHANGES

Modified: head/CHANGES
==============================================================================
--- head/CHANGES	Wed Apr  8 15:05:48 2015	(r383571)
+++ head/CHANGES	Wed Apr  8 15:08:10 2015	(r383572)
@@ -10,6 +10,26 @@ in the release notes and/or placed into 
 
 All ports committers are allowed to commit to this file.
 
+20150408:
+AUTHOR: bapt at 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 at FreeBSD.org
 


More information about the svn-ports-all mailing list