Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+10 -23
View File
@@ -1,33 +1,20 @@
$NetBSD: patch-ad,v 1.4 2011/08/10 12:01:13 adam Exp $
$NetBSD: patch-ad,v 1.6 2014/02/16 18:57:17 sno Exp $
Perl in pkgsrc doesn't install or tweak perllocal.pod, so comment
out that test.
Also apply fix to test culled by following references from
http://rt.cpan.org/Public/Bug/Display.html?id=40698
Expected output is now only present when VERBINST=1.
--- t/INSTALL_BASE.t.orig 2009-02-20 00:30:32.000000000 +0000
+++ t/INSTALL_BASE.t 2009-04-12 00:49:30.000000000 +0000
@@ -10,7 +10,7 @@
use File::Path;
use Config;
-use Test::More tests => 20;
+use Test::More tests => 18;
--- t/INSTALL_BASE.t.orig 2013-09-12 20:16:09.000000000 +0000
+++ t/INSTALL_BASE.t
@@ -13,7 +13,7 @@ use Config;
use Test::More
$ENV{PERL_CORE} && $Config{'usecrosscompile'}
? (skip_all => "no toolchain installed when cross-compiling")
- : (tests => 20);
+ : (tests => 18);
use MakeMaker::Test::Utils;
use MakeMaker::Test::Setup::BFD;
@@ -42,7 +42,7 @@
my $make = make_run();
run("$make"); # this is necessary due to a dmake bug.
-my $install_out = run("$make install");
+my $install_out = run("$make install VERBINST=1");
is( $?, 0, ' make install exited normally' ) || diag $install_out;
like( $install_out, qr/^Installing /m );
@@ -52,7 +52,7 @@
@@ -58,7 +58,7 @@ my @installed_files =
('../dummy-install/lib/perl5/Big/Dummy.pm',
'../dummy-install/lib/perl5/Big/Liar.pm',
'../dummy-install/bin/program',