pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/waf waf: updated to 2.0.18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63c02f36c3e0
branches:  trunk
changeset: 336574:63c02f36c3e0
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 18 07:36:57 2019 +0000

description:
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

diffstat:

 devel/waf/Makefile |   4 ++--
 devel/waf/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a7f7c5968f85 -r 63c02f36c3e0 devel/waf/Makefile
--- a/devel/waf/Makefile        Thu Jul 18 03:04:02 2019 +0000
+++ b/devel/waf/Makefile        Thu Jul 18 07:36:57 2019 +0000
@@ -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
diff -r a7f7c5968f85 -r 63c02f36c3e0 devel/waf/distinfo
--- a/devel/waf/distinfo        Thu Jul 18 03:04:02 2019 +0000
+++ b/devel/waf/distinfo        Thu Jul 18 07:36:57 2019 +0000
@@ -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