Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.13 2015/06/12 10:50:29 wiz Exp $
# $NetBSD: Makefile,v 1.15 2016/08/09 00:01:14 wen Exp $
DISTNAME= Math-BigInt-GMP-1.37
DISTNAME= Math-BigInt-GMP-1.51
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
@@ -11,6 +10,8 @@ HOMEPAGE= http://search.cpan.org/dist/Math-BigInt-GMP/
COMMENT= Perl module for arbitrary size integer math via the GMP library
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Math-BigInt>=1.999719:../../math/p5-Math-BigInt
PERL5_REQD+= 5.14.2 # for Math::BigInt 1.997
PERL5_PACKLIST= auto/Math/BigInt/GMP/.packlist

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.5 2012/02/24 16:29:43 adam Exp $
$NetBSD: distinfo,v 1.7 2016/08/09 00:01:14 wen Exp $
SHA1 (Math-BigInt-GMP-1.37.tar.gz) = 7a9762e604e48b1d331b237da9952fb20bc5d086
RMD160 (Math-BigInt-GMP-1.37.tar.gz) = cec6e3779262ba50062638614b0b43d3d1897620
Size (Math-BigInt-GMP-1.37.tar.gz) = 54520 bytes
SHA1 (patch-aa) = a83074f12af5d5ef78d1c937df14d5e8a9fb2224
SHA1 (Math-BigInt-GMP-1.51.tar.gz) = f4db763aa97330c3f2fc58c250c31b0e6154e362
RMD160 (Math-BigInt-GMP-1.51.tar.gz) = 2816e57f0a59d60727b9daead098e61ba1fe4710
SHA512 (Math-BigInt-GMP-1.51.tar.gz) = f2e56ce48e9a387821b409078228d20f7348eef5eea0aac4844a0f29340c7a2677693fda40c2bb85527f2f77cd9519401109b037040fc18266b401cfae134601
Size (Math-BigInt-GMP-1.51.tar.gz) = 59701 bytes
SHA1 (patch-aa) = 326c7ba8a7d3a08add96801349c6908f742e2fd5

View File

@@ -1,17 +1,15 @@
$NetBSD: patch-aa,v 1.4 2012/02/24 16:29:43 adam Exp $
From p5-Math-GMP/patches/patch-aa:
$NetBSD: patch-aa,v 1.5 2016/08/09 00:01:14 wen Exp $
Trick perl into emitting use of -lgmp. Actual library
location will be handled via buildlink / wrapper.
--- Makefile.PL.orig 2011-09-04 14:31:50.000000000 +0000
--- Makefile.PL.orig 2016-08-08 23:57:46.000000000 +0000
+++ Makefile.PL
@@ -28,6 +28,6 @@ WriteMakefile
Math::BigInt => 1.997,
XSLoader => 0.02,
@@ -33,6 +33,6 @@ WriteMakefile
TEST_REQUIRES => {
Test::More => 0.47,
},
- 'LIBS' => ['-lgmp'],
+ 'LIBS' => ["-L$ENV{PREFIX}/lib -lgmp"],
'SIGN' => 1,
'SIGN' => 1,
);