diff options
author | mef <mef@pkgsrc.org> | 2019-10-17 14:20:17 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2019-10-17 14:20:17 +0000 |
commit | f3eb6422cb8c8aab0559d8b6578558c026fd2b02 (patch) | |
tree | 9037c954adef8c4bbdd587aa1ae537fa5b9d7e14 /devel | |
parent | 824b82c6bc617afa4152322aebe16c177e75ff7a (diff) | |
download | pkgsrc-f3eb6422cb8c8aab0559d8b6578558c026fd2b02.tar.gz |
(devel/p5-ExtUtils-CppGuess) Updated 0.13 to 0.20
(pkgsrc note)
make test fails, but outside of pkgsrc, it passes. Some note at
https://github.com/tsee/extutils-cppguess/issues/17
(upstream changes)
0.20 Sat 31 Aug 22:20:32 BST 2019
- no link -lstdc++ if -static-libstdc++ - thanks @andygrundman
0.19 Mon 1 Apr 07:08:46 BST 2019
- support clang on Perl 5.14-16 with ExtUtils::ParseXS >= 3.04_01 (yes, really)
0.18 Sun 31 Mar 17:49:21 BST 2019
- improve clang detection
0.17 Sat 30 Mar 16:03:52 GMT 2019
- support Sun Studio compiler family
0.16 Sat 30 Mar 00:09:42 GMT 2019
- test output more if no clue about compiler
0.15 Fri 29 Mar 22:42:00 GMT 2019
- iostream_fname, cpp_flavor_defs methods
- add which actual compiler to use to generated MB and EUMM flags
- make the test sensitive to whether to #include with a ".h"
0.14 Mon 25 Mar 21:13:36 GMT 2019
- add is_clang, unify OS-based detection
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-ExtUtils-CppGuess/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-ExtUtils-CppGuess/distinfo | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-ExtUtils-CppGuess/Makefile b/devel/p5-ExtUtils-CppGuess/Makefile index 41b82fa56c6..b4dc5a1a10e 100644 --- a/devel/p5-ExtUtils-CppGuess/Makefile +++ b/devel/p5-ExtUtils-CppGuess/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2019/08/11 13:19:22 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2019/10/17 14:20:17 mef Exp $ -DISTNAME= ExtUtils-CppGuess-0.13 +DISTNAME= ExtUtils-CppGuess-0.20 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} @@ -14,6 +13,8 @@ LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny +USE_LANGUAGES+= c c++ + PERL5_PACKLIST= auto/ExtUtils/CppGuess/.packlist # one test failure as of 0.12 # https://github.com/tsee/extutils-cppguess/issues/17 diff --git a/devel/p5-ExtUtils-CppGuess/distinfo b/devel/p5-ExtUtils-CppGuess/distinfo index feb2a62e37c..e3e786b393f 100644 --- a/devel/p5-ExtUtils-CppGuess/distinfo +++ b/devel/p5-ExtUtils-CppGuess/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/03/25 07:01:53 wiz Exp $ +$NetBSD: distinfo,v 1.8 2019/10/17 14:20:17 mef Exp $ -SHA1 (ExtUtils-CppGuess-0.13.tar.gz) = 68224616b74be1532c823ad0e6502bcb26a04e5a -RMD160 (ExtUtils-CppGuess-0.13.tar.gz) = 5c6cfe0d0ccd3072abd51359b820986b6a8d1432 -SHA512 (ExtUtils-CppGuess-0.13.tar.gz) = 7ce7bdcf43ffa0ed6945993b986bd8f1513c1f610865d5e4142fffbede6be6649ba0692e2db6fa2cd9573953e7e774af68a6ad0adbeae9e05f3f14b211df5059 -Size (ExtUtils-CppGuess-0.13.tar.gz) = 9212 bytes +SHA1 (ExtUtils-CppGuess-0.20.tar.gz) = 8c9f7a780b0019e6772554d735371b9e601eadce +RMD160 (ExtUtils-CppGuess-0.20.tar.gz) = 892c59ea77d7dcfadae7a66cd6c82dddec940691 +SHA512 (ExtUtils-CppGuess-0.20.tar.gz) = 5e00cc8e81aaf968832e171229d7ab973e903be1302680df8dfce2ddaaf94e8b291c342702abd58c080cefb52374955bbb4217aa5b969c4f2d4ab18f66e3f5e4 +Size (ExtUtils-CppGuess-0.20.tar.gz) = 13940 bytes |