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
This commit is contained in:
parent
c5a75dbce0
commit
7ccbac2b66
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue