Date: Wed, 8 Apr 2015 15:08:10 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383572 - head Message-ID: <201504081508.t38F8ATO064551@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504081508.t38F8ATO064551>