9cb5a9f877
devel/p5-ExtUtils-MakeMaker from 6.84 to 6.88. pkgsrc changes: - rewrite module using Packager::Utils - cleanup dependecies Upstream changes: 6.88 Fri Jan 31 20:49:13 GMT 2014 No changes from 6.87_05 6.87_05 Tue Jan 28 13:54:21 GMT 2014 Bug fixes: * Synchronisation with blead to remove old cross-compilation model 6.87_04 Sun Jan 26 19:29:05 GMT 2014 Bug fixes: * On Android, pass PERL_LIB through rel2abs(). 6.87_03 Sun Jan 19 17:49:43 GMT 2014 Bug fixes: * Get rid of unused printf arguments in dynamic_bs 6.87_02 Sat Jan 18 13:00:36 GMT 2014 Doc fixes: * Update documentation for LICENSE attribute. Bug fixes: * Get rid of unused printf arguments in dir_target 6.87_01 Sun Jan 12 10:31:41 GMT 2014 Doc fixes: * mention that TEST_REQUIRES is in v6.64 and above 6.86 Sat Jan 4 12:17:53 GMT 2014 No changes from 6.85_07 6.85_07 Wed Jan 1 18:55:22 GMT 2014 Bug fixes: * Expanded test coverage for metafiles Doc fixes: * Documentation expanded to mention JSON metafiles 6.85_06 Mon Dec 30 23:14:37 GMT 2013 Bug fixes: * Explicitly require dynaloader before using mod2fname 6.85_05 Sun Dec 29 11:25:00 GMT 2013 Bug fixes: * Export 'configure' section of prereqs when meta-spec version 2 Doc fixes: * Document BUILD_REQUIRES defaults 6.85_04 Mon Dec 23 15:00:14 GMT 2013 No changes since v6.85_03 fixing repo tags 6.85_03 Mon Dec 23 14:55:37 GMT 2013 Bug fixes: * RT#91540 PREREQ_FATAL not recognised on command line 6.85_02 Tue Dec 17 10:13:28 GMT 2013 New features: * Added PPM_UNINSTALL_EXEC and PPM_UNINSTALL_SCRIPT options to PPD generation 6.85_01 Mon Dec 16 13:15:43 GMT 2013 Bug Fixes: * harden xsubpp locating loop in MM_Unix
25 lines
878 B
Text
25 lines
878 B
Text
$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.
|
|
|
|
--- 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;
|
|
|
|
@@ -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',
|
|
- "../dummy-install/lib/perl5/$Config{archname}/perllocal.pod",
|
|
+# "../dummy-install/lib/perl5/$Config{archname}/perllocal.pod",
|
|
"../dummy-install/lib/perl5/$Config{archname}/auto/Big/Dummy/.packlist"
|
|
);
|
|
|