pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl5 Force ExtUtils::MakeMaker to ignore install...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f714b7fd5b5d
branches: trunk
changeset: 596573:f714b7fd5b5d
user: hiramatsu <hiramatsu%pkgsrc.org@localhost>
date: Thu Dec 08 22:43:49 2011 +0000
description:
Force ExtUtils::MakeMaker to ignore installed packlist when creating new
packlist. It prevents generating wrong PLIST during make replace.
Bump PKGREVISION.
diffstat:
lang/perl5/Makefile | 4 ++--
lang/perl5/distinfo | 4 ++--
lang/perl5/patches/patch-aa | 18 +++++++++++++++---
3 files changed, 19 insertions(+), 7 deletions(-)
diffs (62 lines):
diff -r 6d2150e5f009 -r f714b7fd5b5d lang/perl5/Makefile
--- a/lang/perl5/Makefile Thu Dec 08 22:13:35 2011 +0000
+++ b/lang/perl5/Makefile Thu Dec 08 22:43:49 2011 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.177 2011/11/27 19:47:50 joerg Exp $
+# $NetBSD: Makefile,v 1.178 2011/12/08 22:43:49 hiramatsu Exp $
.include "license.mk"
.include "Makefile.common"
COMMENT= Practical Extraction and Report Language
-PKGREVISION= 2
+PKGREVISION= 3
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 6d2150e5f009 -r f714b7fd5b5d lang/perl5/distinfo
--- a/lang/perl5/distinfo Thu Dec 08 22:13:35 2011 +0000
+++ b/lang/perl5/distinfo Thu Dec 08 22:43:49 2011 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.80 2011/11/27 19:47:50 joerg Exp $
+$NetBSD: distinfo,v 1.81 2011/12/08 22:43:49 hiramatsu Exp $
SHA1 (perl-5.14.2.tar.gz) = df1549d65cdef2b20023af83ecaa2a024109a5ad
RMD160 (perl-5.14.2.tar.gz) = bed043edbebd69e1279e9a70424e2552389bea79
Size (perl-5.14.2.tar.gz) = 15223598 bytes
SHA1 (patch-Configure) = cc3a55187827ebb16326198fd9b262dfae931653
-SHA1 (patch-aa) = 4c8197cdc0595a17ba377a28c7457f923c2d9bf9
+SHA1 (patch-aa) = 7578d0ee8fa20e055c50b8c617680b0d90cc5efa
SHA1 (patch-ab) = b6104a02aa6fbeda2340042a93c2382d1a1965bb
SHA1 (patch-ac) = c1893ea4cf4b89b03b3acc5dec9b5828d50c5dad
SHA1 (patch-ah) = 6fe177646f0fc40f11f4b2b4f504ca45ddff1941
diff -r 6d2150e5f009 -r f714b7fd5b5d lang/perl5/patches/patch-aa
--- a/lang/perl5/patches/patch-aa Thu Dec 08 22:13:35 2011 +0000
+++ b/lang/perl5/patches/patch-aa Thu Dec 08 22:43:49 2011 +0000
@@ -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 @@
# 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) \
Home |
Main Index |
Thread Index |
Old Index