pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-CppGuess (devel/p5-ExtUtils-CppGuess...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85231584633f
branches:  trunk
changeset: 413701:85231584633f
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Mar 21 22:28:00 2020 +0000

description:
(devel/p5-ExtUtils-CppGuess) Updated to 0.21

(pkgsrc)
 - Add LDFLAGS+= -lstdc++
   This seems to solve following issue: (for make test)
     https://github.com/tsee/extutils-cppguess/issues/17
   (hint)
     https://forums.alliedmods.net/showthread.php?t=248109

(upstream)
0.21 2020-01-23
- no give $Config{ccflags} in Module::Build as add not replace - thanks @xenu

diffstat:

 devel/p5-ExtUtils-CppGuess/Makefile |   5 +++--
 devel/p5-ExtUtils-CppGuess/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r f141f1bd2190 -r 85231584633f devel/p5-ExtUtils-CppGuess/Makefile
--- a/devel/p5-ExtUtils-CppGuess/Makefile       Sat Mar 21 21:56:12 2020 +0000
+++ b/devel/p5-ExtUtils-CppGuess/Makefile       Sat Mar 21 22:28:00 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/11/03 10:15:53 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2020/03/21 22:28:00 mef Exp $
 
-DISTNAME=      ExtUtils-CppGuess-0.20
+DISTNAME=      ExtUtils-CppGuess-0.21
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
@@ -9,6 +9,7 @@
 HOMEPAGE=      https://metacpan.org/release/SMUELLER/ExtUtils-CppGuess-0.07
 COMMENT=       Perl5 module for guess C++ compiler and flags
 LICENSE=       ${PERL5_LICENSE}
+LDFLAGS+=      -lstdc++
 
 BUILD_DEPENDS+=        p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
 DEPENDS+=      p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
diff -r f141f1bd2190 -r 85231584633f devel/p5-ExtUtils-CppGuess/distinfo
--- a/devel/p5-ExtUtils-CppGuess/distinfo       Sat Mar 21 21:56:12 2020 +0000
+++ b/devel/p5-ExtUtils-CppGuess/distinfo       Sat Mar 21 22:28:00 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/10/17 14:20:17 mef Exp $
+$NetBSD: distinfo,v 1.9 2020/03/21 22:28:00 mef Exp $
 
-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
+SHA1 (ExtUtils-CppGuess-0.21.tar.gz) = 521c210d899fe1354016d8c2bec6b88175715f35
+RMD160 (ExtUtils-CppGuess-0.21.tar.gz) = e87a5d102ba976fd581edb36d9231fde898889dc
+SHA512 (ExtUtils-CppGuess-0.21.tar.gz) = e48e4815ac9db4e8bb91de101f1d22aed95c770cf6fa2ea5e38094643fe96bc9fe69b0e5a76ba8aa53a653753f93526edab8b1604d864bb2b3a50223617f84d9
+Size (ExtUtils-CppGuess-0.21.tar.gz) = 14067 bytes



Home | Main Index | Thread Index | Old Index