Sun Oct 25 09:52:12 2015 UTC ()
Update waf to 1.8.15:

NEW IN WAF 1.8.15
-----------------
* Enabled multiple commands in run_str/rule
* Fixed conf.check(header_name=) so that it does not link test by default
* Added a workaround for non-standard python installations (Python bug 7352) - #1636
* Enabled conf.check_cfg to use conf.env.env as os environment if provided
* Enabled relative paths in --top and --out
* Enabled gzip compression for Waf file creation with Jython
* Added a workaround for building projects using IronPython
* Added a workarounds for pkg-config usage within msys2 and for inconsistent Python 2 paths


(wiz)
diff -r1.14 -r1.15 pkgsrc/devel/waf/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/waf/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/waf/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/waf/Makefile 2015/09/29 08:24:13 1.14
+++ pkgsrc/devel/waf/Makefile 2015/10/25 09:52:12 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2015/09/29 08:24:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2015/10/25 09:52:12 wiz Exp $
2 2
3DISTNAME= waf-1.8.14 3DISTNAME= waf-1.8.15
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://ftp.waf.io/pub/release/ 5MASTER_SITES= http://ftp.waf.io/pub/release/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://waf.io/ 9HOMEPAGE= https://waf.io/
10COMMENT= Framework for configuring, compiling, and installing applications 10COMMENT= Framework for configuring, compiling, and installing applications
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13REPLACE_PYTHON= waf-light 13REPLACE_PYTHON= waf-light
14INSTALLATION_DIRS= bin 14INSTALLATION_DIRS= bin
15 15
16do-build: 16do-build:

cvs diff -r1.14 -r1.15 pkgsrc/devel/waf/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/waf/distinfo 2015/09/29 08:24:13 1.14
+++ pkgsrc/devel/waf/distinfo 2015/10/25 09:52:12 1.15
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.14 2015/09/29 08:24:13 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2015/10/25 09:52:12 wiz Exp $
2 2
3SHA1 (waf-1.8.14.tar.bz2) = a7da1a376826838b8e986a76f12146dd54204c93 3SHA1 (waf-1.8.15.tar.bz2) = dbfcbf9fae8ba439ea1acef5e8138dee435f36e2
4RMD160 (waf-1.8.14.tar.bz2) = 9e9850653ef90e5b9f75837b372c7e3de5bb47dd 4RMD160 (waf-1.8.15.tar.bz2) = 6d59a24782eb05560be6beaa89c3831530650cf4
5Size (waf-1.8.14.tar.bz2) = 1562972 bytes 5SHA512 (waf-1.8.15.tar.bz2) = 163c1140754f0b8ea8929fba11b7f63dbb623254a2b9cdfeb646fc46cf5784368e5d1cd2d85878f28b868f5ae4d888c763b66508d6c23bf29355ca7eed875866
 6Size (waf-1.8.15.tar.bz2) = 1566054 bytes