Update to 1.8.14:

Waf 1.8.14 has been released a few moments ago; it contains the following changes:
* Fixed a regression affecting Visual Studio detection on Python 3 when --msvc_lazy_autodetect is not provided
* Enabled vala processing on a folder basis with the vala_dir parameter - #1601
* Enabled vala resource processing - #1626

Waf 1.8.13 has been released today; it contains the following changes:
* Exposed the Popen parameters input/timeout to cmd_and_log/exec_command ('timeout' is for Python >= 3.3 though)
* Added 'with_sys_path' to Context.load_tool to use/skip sys.path
* Changed gccdeps so that it handles '..' within paths
* env = conf.env.derive().detach()
* Changed Sun compiler's default shared library flag from -Kpic to -xcode=pic32 - #1625
* Added bld(rule=, ..., cls_str=, cls_keyword=) for more descriptive outputs - #1598
* Added a lazy Visual Studio detection option --msvc_lazy_autodetect - #1614
* Changed the definition of function tests to prevent warnings with gcc - #1622
This commit is contained in:
wiz 2015-09-29 08:24:13 +00:00
parent f1233560fb
commit c625a36344
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.13 2015/07/14 08:46:45 wiz Exp $
# $NetBSD: Makefile,v 1.14 2015/09/29 08:24:13 wiz Exp $
DISTNAME= waf-1.8.12
DISTNAME= waf-1.8.14
CATEGORIES= devel
MASTER_SITES= http://ftp.waf.io/pub/release/
EXTRACT_SUFX= .tar.bz2

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2015/07/14 08:46:45 wiz Exp $
$NetBSD: distinfo,v 1.14 2015/09/29 08:24:13 wiz Exp $
SHA1 (waf-1.8.12.tar.bz2) = efdc196c512adb7ac58eee30012d0ef5a3f2ca63
RMD160 (waf-1.8.12.tar.bz2) = c534004d04378c51039afa13bd42f06237b289e0
Size (waf-1.8.12.tar.bz2) = 1556705 bytes
SHA1 (waf-1.8.14.tar.bz2) = a7da1a376826838b8e986a76f12146dd54204c93
RMD160 (waf-1.8.14.tar.bz2) = 9e9850653ef90e5b9f75837b372c7e3de5bb47dd
Size (waf-1.8.14.tar.bz2) = 1562972 bytes