pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/waf



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 18 07:36:57 UTC 2019

Modified Files:
        pkgsrc/devel/waf: Makefile distinfo

Log Message:
waf: updated to 2.0.18

NEW IN WAF 2.0.18
-----------------
* Fix a deadlock with cython and subst tasks
* Fix rpath processing so that it no longer breaks dependency chains
* Fix fast_partial.py failures on configuration tests
* Fix duplicate -fno-strict-aliasing flags in Python compilation flags detection
* Fix annoying PIE errors in demos/asm/
* Improve configuration tests cache accuracy
* Improve extras/fast_partial.py compatibility
* Improve extras/doxygen.py outdir parameter settings
* Add a dependency scanner for assembly files (Gas/Yasm)
* Add executable arguments for configuration tests / execute=True
* Add a QtTest example to demos/qt5/
* Add a cross-compilation option to extras/objcopy.py


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/waf/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/waf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/waf/Makefile
diff -u pkgsrc/devel/waf/Makefile:1.48 pkgsrc/devel/waf/Makefile:1.49
--- pkgsrc/devel/waf/Makefile:1.48      Tue Jun 11 08:58:32 2019
+++ pkgsrc/devel/waf/Makefile   Thu Jul 18 07:36:57 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2019/06/11 08:58:32 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2019/07/18 07:36:57 adam Exp $
 
-DISTNAME=      waf-2.0.17
+DISTNAME=      waf-2.0.18
 CATEGORIES=    devel
 MASTER_SITES=  https://waf.io/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/devel/waf/distinfo
diff -u pkgsrc/devel/waf/distinfo:1.49 pkgsrc/devel/waf/distinfo:1.50
--- pkgsrc/devel/waf/distinfo:1.49      Tue Jun 11 08:58:32 2019
+++ pkgsrc/devel/waf/distinfo   Thu Jul 18 07:36:57 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.49 2019/06/11 08:58:32 wiz Exp $
+$NetBSD: distinfo,v 1.50 2019/07/18 07:36:57 adam Exp $
 
-SHA1 (waf-2.0.17.tar.bz2) = 026c436e95d828b851a8e6d218290a76828770ee
-RMD160 (waf-2.0.17.tar.bz2) = 6a7821b3492deeaea692315681b40e47dd1efeac
-SHA512 (waf-2.0.17.tar.bz2) = a748228dbccc4a49ac554238518f0bbd3246eab5c47d00867bdad859b329b75c73c5d6fbdefee7207156f581210f883fca4e620551e68827e5b5673ec2a865ed
-Size (waf-2.0.17.tar.bz2) = 673415 bytes
+SHA1 (waf-2.0.18.tar.bz2) = 97af7a950dce5e4ce84b926f1a2faaabbee04648
+RMD160 (waf-2.0.18.tar.bz2) = cdde458cf1bd6795eae2abe9c4954f169d88fc4c
+SHA512 (waf-2.0.18.tar.bz2) = aa102922dd48bd1d2f39208ee84f91330a1a5993a3471667181e3e47817d4cf57b0ff9041c1d75b6648d279de6688c7564670cb76ca19da1bd412d1603389e0a
+Size (waf-2.0.18.tar.bz2) = 677736 bytes



Home | Main Index | Thread Index | Old Index