Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.19 2011/08/06 20:49:25 adam Exp $
$NetBSD: distinfo,v 1.20 2015/08/10 08:23:48 dholland Exp $
SHA1 (Math-Pari-2.01080605.tar.gz) = 95a46ba418bf14584925dfae971d598af4214894
RMD160 (Math-Pari-2.01080605.tar.gz) = 2cc1e02f9666873999379f8130262da68a8801b9
Size (Math-Pari-2.01080605.tar.gz) = 122627 bytes
SHA1 (patch-aa) = 3a145ca9bd4bbcbae910a85dd38d985c69b89b17
SHA1 (patch-aa) = 89de98c7c993654087faf4130509bbd70c5f8b24
SHA1 (patch-ab) = 32ddc27824bbb5ac88adc0dece0f436044b8d9c7

View File

@@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.5 2010/03/10 09:24:52 sno Exp $
$NetBSD: patch-aa,v 1.6 2015/08/10 08:23:49 dholland Exp $
--- Makefile.PL.orig 2010-03-03 21:26:10.000000000 +0000
+++ Makefile.PL
@@ -246,3 +246,13 @@ $NetBSD: patch-aa,v 1.5 2010/03/10 09:24:52 sno Exp $
}
# Rewrite pic option to PIC in CCCDLFLAGS,
@@ -234,7 +83,8 @@ sub MY::const_config
my $self = shift;
my $flags = $self->{'CCCDLFLAGS'}; # Tmp var needed with Perl4 !
$flags =~ s/(-[fK]?\s*)pic\b/${1}PIC/;
- $flags =~ s/-KPIC/-K PIC/; # Apparently (was?) needed on Solaris...
+ # Nowadays breaks build; see PR 45271
+ #$flags =~ s/-KPIC/-K PIC/; # Apparently (was?) needed on Solaris...
$self->{'CCCDLFLAGS'} = $flags;
if ($^O eq 'MSWin32' && $Config{'ccflags'} =~ /-DPERL_OBJECT/)
{