Thu Apr 27 13:58:26 2017 UTC ()
Updated waf to 1.9.10.

NEW IN WAF 1.9.10
-----------------
* Detect -pie and -rdynamic in parse_flags #1936
* Fix Fortran module naming case
* Improve Visual Studio 2017 compilers detection (no vswhere/tools yet) #1925
* Prevent unnecessary Vala rebuilds due to vapi file installation
* Process .vapi files as input source files
* Reflect the current build group in bld.current_group
* Obtain NO_LOCK_IN_TOP/RUN/OUT from os.environ too
* Xcode9 generator fixes and example update #1939 #1943


(wiz)
diff -r1.30 -r1.31 pkgsrc/devel/waf/Makefile
diff -r1.32 -r1.33 pkgsrc/devel/waf/distinfo

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

--- pkgsrc/devel/waf/Makefile 2017/04/19 18:37:54 1.30
+++ pkgsrc/devel/waf/Makefile 2017/04/27 13:58:25 1.31
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2017/04/19 18:37:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2017/04/27 13:58:25 wiz Exp $
2 2
3DISTNAME= waf-1.9.9 3DISTNAME= waf-1.9.10
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= https://waf.io/ 5MASTER_SITES= https://waf.io/
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.32 -r1.33 pkgsrc/devel/waf/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/waf/distinfo 2017/04/19 18:37:54 1.32
+++ pkgsrc/devel/waf/distinfo 2017/04/27 13:58:25 1.33
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.32 2017/04/19 18:37:54 wiz Exp $ 1$NetBSD: distinfo,v 1.33 2017/04/27 13:58:25 wiz Exp $
2 2
3SHA1 (waf-1.9.9.tar.bz2) = 80755a5e72817af5893a652c10416f08869798dd 3SHA1 (waf-1.9.10.tar.bz2) = d3ffb9ca1972a525c377dde4ad814b9be4b07ff8
4RMD160 (waf-1.9.9.tar.bz2) = 85e924bca7164da6e58d4aa19b77f43464c324a1 4RMD160 (waf-1.9.10.tar.bz2) = 9ac5220ee1e45d007365f782ad51e2416c035db3
5SHA512 (waf-1.9.9.tar.bz2) = 7d031e9a7cebf815ddd877415a472ebba290f95edd3f4385746fb8ec0634da46505d6067fce0c7409cc22a065acd4173309ca0ea628ed071630e0c151cf6065f 5SHA512 (waf-1.9.10.tar.bz2) = f26163395150ee0ef304f81bbcdab241458068e9e1ae951d1f9ce3d59cc089423deee5b8fcfd86b4066dbb424331857e42379b7db15d086b0d7d01bf5c2ff292
6Size (waf-1.9.9.tar.bz2) = 622110 bytes 6Size (waf-1.9.10.tar.bz2) = 622406 bytes