- make test fails at following symptom, but this is the same as previous 0.9
so updated ( perl-5.22.0 and perl-5.22.1 does not make difference) at t/001_load.t line 6. Tried to use 'CppGuessTest'. Error: Can't load for module CppGuessTest: /WRKOBJDIR/devel/p5-ExtUtils-CppGuess/work/ExtUtils-CppGuess-0.09/ t/makemaker/blib/arch/auto/CppGuessTest/CppGuessTest.so: Undefined PLT symbol "_ZNSsC1ERKSs" (symnum = 7) at /usr/pkg/lib/perl5/5.22.0/x86_64-netbsd-thread-multi/DynaLoader.pm line 193. (upstream) - Updated to devel/p5-ExtUtils-CppGuess-0.11 --------------------------------------------- 0.11 Thu Sep 10 13:12:17 MDT 2015 - Add leading whitespace to $cflags in _get_cflags (bulk88) 0.10 Tue Sep 08 21:15:30 MDT 2015 - Config's ccflags must always be used. (bulk88)
This commit is contained in:
parent
5079dc993a
commit
2899407629
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2015/06/12 10:49:11 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2016/04/14 12:27:42 mef Exp $
|
||||
|
||||
DISTNAME= ExtUtils-CppGuess-0.09
|
||||
DISTNAME= ExtUtils-CppGuess-0.11
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2015/11/03 03:28:13 agc Exp $
|
||||
$NetBSD: distinfo,v 1.5 2016/04/14 12:27:42 mef Exp $
|
||||
|
||||
SHA1 (ExtUtils-CppGuess-0.09.tar.gz) = 55ea124498eff5aa3635225f5aa477035c64be93
|
||||
RMD160 (ExtUtils-CppGuess-0.09.tar.gz) = fb07972bee7deb97add75f7db1e31a44ec905d29
|
||||
SHA512 (ExtUtils-CppGuess-0.09.tar.gz) = b68d2275abaefd3749e4e0ec027de3e080dac1897158b6c7aac3d9d6e07d0fc520c59e343684c559b9bfa40ae3bf63f36a9a9135db8c9a6b72562e61166b0c93
|
||||
Size (ExtUtils-CppGuess-0.09.tar.gz) = 6318 bytes
|
||||
SHA1 (ExtUtils-CppGuess-0.11.tar.gz) = 4cdadecd37da8c993eb6e0c05e131a9c1bad1c1c
|
||||
RMD160 (ExtUtils-CppGuess-0.11.tar.gz) = 529a5107f0b7a6ed7f76ffef12aebb44572a9ac9
|
||||
SHA512 (ExtUtils-CppGuess-0.11.tar.gz) = 68039779106386efb20cd6e9125d5882e20257f6a1b1f830b32c9f4df70f66a0cf1706f573e4c80159488526656732ede844b37edbf3f1d4a111898eca66fa9e
|
||||
Size (ExtUtils-CppGuess-0.11.tar.gz) = 6794 bytes
|
||||
|
|
Loading…
Reference in a new issue