Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
$NetBSD: patch-ad,v 1.9 2015/02/09 13:38:32 mef Exp $
|
||||
$NetBSD: patch-ad,v 1.10 2015/09/02 12:05:44 mef Exp $
|
||||
|
||||
Perl in pkgsrc doesn't install or tweak perllocal.pod, so comment
|
||||
out that test.
|
||||
|
||||
--- t/INSTALL_BASE.t.orig 2014-11-06 21:39:33.000000000 +0000
|
||||
+++ t/INSTALL_BASE.t
|
||||
@@ -20,7 +20,7 @@ use Config;
|
||||
use ExtUtils::MM;
|
||||
plan !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
|
||||
--- t/INSTALL_BASE.t.orig 2015-03-26 04:29:35.000000000 +0900
|
||||
+++ t/INSTALL_BASE.t 2015-09-02 20:50:05.000000000 +0900
|
||||
@@ -21,7 +21,7 @@ use Test::More
|
||||
!MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
|
||||
? (skip_all => "cross-compiling and make not available")
|
||||
- : (tests => 3 + $CLEANUP + @INSTDIRS * (15 + $CLEANUP));
|
||||
+ : (tests => 3 + $CLEANUP + @INSTDIRS * (15 + $CLEANUP) - 4);
|
||||
: ();
|
||||
-plan tests => 4 + $CLEANUP + @INSTDIRS * (15 + $CLEANUP);
|
||||
+plan tests => 4 + $CLEANUP + @INSTDIRS * (15 + $CLEANUP) - 4;
|
||||
|
||||
my $Is_VMS = $^O eq 'VMS';
|
||||
|
||||
@@ -64,7 +64,7 @@ for my $instdir (@INSTDIRS) {
|
||||
@@ -71,7 +71,7 @@ for my $instdir (@INSTDIRS) {
|
||||
("$instdir/lib/perl5/Big/Dummy.pm",
|
||||
"$instdir/lib/perl5/Big/Liar.pm",
|
||||
"$instdir/bin/program",
|
||||
|
||||
Reference in New Issue
Block a user