Sun Mar 1 15:06:19 2015 UTC ()
Update to 1.8.7:

NEW IN WAF 1.8.7
----------------
* Fixed the default libdir installation suffix on Redhat 64-bit systems #1536
* Fixed the Python 2.6 detection on Redhat systems #1538
* Enabled gccdeps to work with clang
* Fixed the detection of clang from the gcc tools
* Added orig_run_str to help subclasses (do not use Task.hcode)
* Fixed the detection of older clang compilers versions
* NEC compiler support
* Enabled batched_cc.py to work with msvc too
* Enabled unity.py to process c files
* Faster dependency calculation in c_dumbpreproc
* New stracedeps example (cfg blog entry)
* Added support for xz compression in waf and waf dist (Python 3.5)


(wiz)
diff -r1.7 -r1.8 pkgsrc/devel/waf/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/waf/distinfo

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

--- pkgsrc/devel/waf/Makefile 2015/02/17 13:55:17 1.7
+++ pkgsrc/devel/waf/Makefile 2015/03/01 15:06:19 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2015/02/17 13:55:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2015/03/01 15:06:19 wiz Exp $
2 2
3DISTNAME= waf-1.8.6 3DISTNAME= waf-1.8.7
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://code.google.com/p/waf/ 9HOMEPAGE= https://code.google.com/p/waf/
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.7 -r1.8 pkgsrc/devel/waf/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/waf/distinfo 2015/02/17 13:55:17 1.7
+++ pkgsrc/devel/waf/distinfo 2015/03/01 15:06:19 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2015/02/17 13:55:17 wiz Exp $ 1$NetBSD: distinfo,v 1.8 2015/03/01 15:06:19 wiz Exp $
2 2
3SHA1 (waf-1.8.6.tar.bz2) = a77bb220fdfdbececb64c41c4b25ca68544f6365 3SHA1 (waf-1.8.7.tar.bz2) = 154669c019b52481e17bb8a6bab3b33277637af2
4RMD160 (waf-1.8.6.tar.bz2) = 55b004e35f19893e44b4c42e919e7b8dc05bce52 4RMD160 (waf-1.8.7.tar.bz2) = 1ec4770de8d6e8f38da4ce15c881bcc028adf103
5Size (waf-1.8.6.tar.bz2) = 977208 bytes 5Size (waf-1.8.7.tar.bz2) = 982199 bytes