pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-ExtUtils-CppGuess
Module Name: pkgsrc
Committed By: mef
Date: Thu Oct 17 14:20:17 UTC 2019
Modified Files:
pkgsrc/devel/p5-ExtUtils-CppGuess: Makefile distinfo
Log Message:
(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
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-ExtUtils-CppGuess/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/p5-ExtUtils-CppGuess/Makefile
diff -u pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.15 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.16
--- pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.15 Sun Aug 11 13:19:22 2019
+++ pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile Thu Oct 17 14:20:17 2019
@@ -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
Index: pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo
diff -u pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.7 pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.8
--- pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.7 Mon Mar 25 07:01:53 2019
+++ pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo Thu Oct 17 14:20:17 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index