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:   wiz
Date:           Wed Apr 19 18:37:55 UTC 2017

Modified Files:
        pkgsrc/devel/waf: Makefile distinfo

Log Message:
Updated waf to 1.9.9.

NEW IN WAF 1.9.9
----------------
* Fix QT5 detection on macOS 1912
* Fix Clang compilation database when no c compiler is found #1914
* Fix python 3 compatibility with cppcheck #1921
* Fix the thread index in parallel_debug
* Fix install task for mac_files #1911
* Fix msvc version detection #1907
* Add VS2017 support #1927
* Add newer fortran flag detection #1916
* Add unity builds settings per task generator
* Add run_build_cls parameter to conf.run_build/conf.check
* Add a warning for missing cflags/cxxflags in gccdeps


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/waf/Makefile
cvs rdiff -u -r1.31 -r1.32 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.29 pkgsrc/devel/waf/Makefile:1.30
--- pkgsrc/devel/waf/Makefile:1.29      Sun Feb 19 11:46:20 2017
+++ pkgsrc/devel/waf/Makefile   Wed Apr 19 18:37:54 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2017/02/19 11:46:20 leot Exp $
+# $NetBSD: Makefile,v 1.30 2017/04/19 18:37:54 wiz Exp $
 
-DISTNAME=      waf-1.9.8
+DISTNAME=      waf-1.9.9
 CATEGORIES=    devel
 MASTER_SITES=  https://waf.io/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/devel/waf/distinfo
diff -u pkgsrc/devel/waf/distinfo:1.31 pkgsrc/devel/waf/distinfo:1.32
--- pkgsrc/devel/waf/distinfo:1.31      Sun Feb 19 11:46:20 2017
+++ pkgsrc/devel/waf/distinfo   Wed Apr 19 18:37:54 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2017/02/19 11:46:20 leot Exp $
+$NetBSD: distinfo,v 1.32 2017/04/19 18:37:54 wiz Exp $
 
-SHA1 (waf-1.9.8.tar.bz2) = 42a5a7080f35aef3d094098e977d59cbc723bd21
-RMD160 (waf-1.9.8.tar.bz2) = 2673bb1511bfc57ee2271999b13d2980ed2b36fa
-SHA512 (waf-1.9.8.tar.bz2) = a86d29d32257ee5b82db28f20ef3056a995c4a47404ee47f216899c76332c6586bde83397db907b51c8d3d38efaa3e2f4befbf8f27d17d1f58e6b0808f070fdc
-Size (waf-1.9.8.tar.bz2) = 620795 bytes
+SHA1 (waf-1.9.9.tar.bz2) = 80755a5e72817af5893a652c10416f08869798dd
+RMD160 (waf-1.9.9.tar.bz2) = 85e924bca7164da6e58d4aa19b77f43464c324a1
+SHA512 (waf-1.9.9.tar.bz2) = 7d031e9a7cebf815ddd877415a472ebba290f95edd3f4385746fb8ec0634da46505d6067fce0c7409cc22a065acd4173309ca0ea628ed071630e0c151cf6065f
+Size (waf-1.9.9.tar.bz2) = 622110 bytes



Home | Main Index | Thread Index | Old Index