pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl5/patches perl5: patch-aa should be gone



details:   https://anonhg.NetBSD.org/pkgsrc/rev/336e6e6023d8
branches:  trunk
changeset: 322513:336e6e6023d8
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 23 09:28:21 2019 +0000

description:
perl5: patch-aa should be gone

diffstat:

 lang/perl5/patches/patch-aa |  34 ----------------------------------
 1 files changed, 0 insertions(+), 34 deletions(-)

diffs (38 lines):

diff -r 0a100bde8ce1 -r 336e6e6023d8 lang/perl5/patches/patch-aa
--- a/lang/perl5/patches/patch-aa       Tue Apr 23 09:27:46 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-$NetBSD: patch-aa,v 1.38 2017/06/05 13:41:22 ryoon Exp $
-
-* $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       2017-04-19 13:37:05.000000000 +0000
-+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
-@@ -28,8 +28,6 @@ BEGIN {
-     $Is{VMS}     = $^O eq 'VMS';
-     $Is{OSF}     = $^O eq 'dec_osf';
-     $Is{IRIX}    = $^O eq 'irix';
--    $Is{NetBSD}  = $^O eq 'netbsd';
--    $Is{Interix} = $^O eq 'interix';
-     $Is{SunOS4}  = $^O eq 'sunos';
-     $Is{Solaris} = $^O eq 'solaris';
-     $Is{SunOS}   = $Is{SunOS4} || $Is{Solaris};
-@@ -1022,7 +1020,7 @@ sub xs_make_dynamic_lib {
-     push(@m," \$(RM_F) \$\@\n");
- 
-     my $libs = '$(LDLOADLIBS)';
--    if (($Is{NetBSD} || $Is{Interix} || $Is{Android}) && $Config{'useshrplib'} eq 'true') {
-+    if ($Is{BSD} && $Config{'useshrplib'} eq 'true') {
-         # 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
-@@ -2264,7 +2262,7 @@ pure_vendor_install :: all
-       $(NOECHO) $(MOD_INSTALL) \
- };
-     push @m,
--q{            read "}.$self->catfile('$(VENDORARCHEXP)','auto','$(FULLEXT)','.packlist').q{" \
-+q{            read "" \
-               write "}.$self->catfile('$(DESTINSTALLVENDORARCH)','auto','$(FULLEXT)','.packlist').q{" \
- } unless $self->{NO_PACKLIST};
- 



Home | Main Index | Thread Index | Old Index