diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-20 15:52:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-20 15:52:35 +0000 |
commit | f4f566154533a4170c2e0fe6af07a7c4b01a2e00 (patch) | |
tree | 1eb9f6e3dd74037eade739f5bf161967d4f5c9d2 /math | |
parent | db4031c8b289c4cc887a8856949197bf30e48aa3 (diff) | |
download | pkgsrc-f4f566154533a4170c2e0fe6af07a7c4b01a2e00.tar.gz |
Instead of running make configure in math/pari, just extrcat the tarball
directly. It seems to be enough as the package rebuilds most of pari
anyway. This fixes the bulk build issues and the ordering issues seen
before. Add commented out SITES variable, as the master site for pari
doesn't have the old version any longer.
OK during freeze: wiz@
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 20 | ||||
-rw-r--r-- | math/p5-Math-Pari/distinfo | 5 |
2 files changed, 10 insertions, 15 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 4184f054902..f05c2806768 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/01/05 13:41:21 tv Exp $ +# $NetBSD: Makefile,v 1.27 2007/06/20 15:52:35 joerg Exp $ # DISTNAME= Math-Pari-2.010703 @@ -7,6 +7,11 @@ SVR4_PKGNAME= p5mpa CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + pari-2.1.6.tgz + +#SITES.pari-2.1.6.tgz= http://pari.math.u-bordeaux.fr/pub/pari/unix/ + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Math-Pari/ COMMENT= Perl5 interface to the pari math library @@ -18,18 +23,5 @@ GCC_REQD+= 2.95 MAKE_ENV+= MP_NOGNUPLOT=1 PERL5_PACKLIST= auto/Math/Pari/.packlist -# XXX: could be improved... -PKGSRCDIR.pari= ${.CURDIR}/../../math/pari -WRKSRC.pari_cmd= \ - cd ${PKGSRCDIR.pari} && ${MAKE} show-var VARNAME=WRKSRC - -post-extract: - cd ${PKGSRCDIR.pari:Q} && ${MAKE} configure && \ - ${RM} -f ${WRKSRC}/pari-* - ${LN} -sf ${WRKSRC.pari_cmd:sh:Q} ${WRKSRC} - -pre-clean: - cd ${PKGSRCDIR.pari:Q} && ${MAKE} clean - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-Pari/distinfo b/math/p5-Math-Pari/distinfo index 3b2beabb138..bce4c005f6e 100644 --- a/math/p5-Math-Pari/distinfo +++ b/math/p5-Math-Pari/distinfo @@ -1,6 +1,9 @@ -$NetBSD: distinfo,v 1.7 2006/02/14 22:52:15 heinz Exp $ +$NetBSD: distinfo,v 1.8 2007/06/20 15:52:35 joerg Exp $ SHA1 (Math-Pari-2.010703.tar.gz) = 6634d36a7698957493f77ec5acb18c3091ae4c5f RMD160 (Math-Pari-2.010703.tar.gz) = cf9ca6c8b6b154ca8f56d1f341c8d76f2142cf9e Size (Math-Pari-2.010703.tar.gz) = 108591 bytes +SHA1 (pari-2.1.6.tgz) = 54bd40fa70a02e76d78d0ea19c0f56f7da62de8e +RMD160 (pari-2.1.6.tgz) = 6b79e84b639d1862df148b253136deacd73bf4f0 +Size (pari-2.1.6.tgz) = 1541464 bytes SHA1 (patch-ab) = 985b0c43128fc1f587bf25f7f2b57f6c8bf3793f |