diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-08 22:43:49 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-08 22:43:49 +0000 |
commit | 5c08767ad4267c16fdf05bd25c4541038de4c415 (patch) | |
tree | f5224a2f740c67c4c86c8362dc7a8e6ef6af2a09 /lang/perl5/patches/patch-aa | |
parent | 10078d9ab0505b36c7fdbb48c3e8296ed665af4f (diff) | |
download | pkgsrc-5c08767ad4267c16fdf05bd25c4541038de4c415.tar.gz |
Force ExtUtils::MakeMaker to ignore installed packlist when creating new
packlist. It prevents generating wrong PLIST during make replace.
Bump PKGREVISION.
Diffstat (limited to 'lang/perl5/patches/patch-aa')
-rw-r--r-- | lang/perl5/patches/patch-aa | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/lang/perl5/patches/patch-aa b/lang/perl5/patches/patch-aa index 86d67d995ce..bb8a8679ef5 100644 --- a/lang/perl5/patches/patch-aa +++ b/lang/perl5/patches/patch-aa @@ -1,7 +1,10 @@ -$NetBSD: patch-aa,v 1.33 2010/08/19 20:47:10 seb Exp $ +$NetBSD: patch-aa,v 1.34 2011/12/08 22:43:49 hiramatsu Exp $ ---- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm.orig 2010-05-21 03:45:50.000000000 +0000 -+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm 2010-05-21 03:46:44.000000000 +0000 +- $Is{NetBSD} and $Is{Interix} are unified into $Is{BSD}. +- Ignore installed packlist when creating new packlist. + +--- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm.orig 2011-09-26 18:44:34.000000000 +0900 ++++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm 2011-12-08 10:18:48.000000000 +0900 @@ -28,8 +28,6 @@ $Is{VMS} = $^O eq 'VMS'; $Is{OSF} = $^O eq 'dec_osf'; @@ -20,3 +23,12 @@ $NetBSD: patch-aa,v 1.33 2010/08/19 20:47:10 seb Exp $ # Use nothing on static perl platforms, and to the flags needed # to link against the shared libperl library on shared perl # platforms. We peek at lddlflags to see if we need -Wl,-R +@@ -2081,7 +2079,7 @@ + + pure_vendor_install :: all + $(NOECHO) $(MOD_INSTALL) \ +- read }.$self->catfile('$(VENDORARCHEXP)','auto','$(FULLEXT)','.packlist').q{ \ ++ read "" \ + write }.$self->catfile('$(DESTINSTALLVENDORARCH)','auto','$(FULLEXT)','.packlist').q{ \ + $(INST_LIB) $(DESTINSTALLVENDORLIB) \ + $(INST_ARCHLIB) $(DESTINSTALLVENDORARCH) \ |