Update waf to 1.8.17:
NEW IN WAF 1.8.17 ----------------- * Added customizations that enable building whole projects from the build folder instead of the variant folder * Added a project generator for Xcode 6 #1648 * Force scanner functions to run after task failures #1660 * Improved the Intel Fortran compiler detection #1655 * Added processing of chmod attributes on subst and rule when provided #1650 * Enabled global_define in conf.check() tests * Enabled usage of home folder/tilde ~ in Configure.find_files * Added usage of options.enable_gccdeps when provided by user scripts * Enabled 'waf -v' to catch invalid string on hcode values in Python3 * Fixed the function names returned by the @conf and @run_once decorators * Let 'subst' change permissions for all its files with chmod (not just the first one) * Added quoting for space-containing-arguments in print_commands.py
This commit is contained in:
parent
5c71102e88
commit
f8b101b3e6
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.16 2015/10/27 13:38:52 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2015/12/13 21:02:51 wiz Exp $
|
||||
|
||||
DISTNAME= waf-1.8.16
|
||||
DISTNAME= waf-1.8.17
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://ftp.waf.io/pub/release/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.18 2015/11/04 17:41:18 agc Exp $
|
||||
$NetBSD: distinfo,v 1.19 2015/12/13 21:02:51 wiz Exp $
|
||||
|
||||
SHA1 (waf-1.8.16.tar.bz2) = 124b136e7575c4b747efd2b5bb952759e0022df4
|
||||
RMD160 (waf-1.8.16.tar.bz2) = 0e2ac759a453d20935921332f4e9e0e05e85f88f
|
||||
SHA512 (waf-1.8.16.tar.bz2) = 128484b9cdcd9f2aacdf089b20af016b2ddd862423dab537416b10ad8c8470202b0a9ab02c862be5fc11f73e24b98650e89e6808a3f9fd1f2a4e281fae3843e1
|
||||
Size (waf-1.8.16.tar.bz2) = 1566055 bytes
|
||||
SHA1 (waf-1.8.17.tar.bz2) = 37da8fe41a7f364e71f4d695c642d97a9f314138
|
||||
RMD160 (waf-1.8.17.tar.bz2) = 6fbb3d8e15d89c42962607299c40e7cdea63be21
|
||||
SHA512 (waf-1.8.17.tar.bz2) = bbe0d142b4568340cabf245dc3d9eeecb198ab5b61418830415f3cc09e30905419481370df526f94bc1997ee3391e3dedcd2d81a4161bcac119c69e0508dc8f0
|
||||
Size (waf-1.8.17.tar.bz2) = 1575430 bytes
|
||||
|
|
Loading…
Reference in a new issue