pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/p5-Math-Pari Instead of running make configure in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4208b315faac
branches: trunk
changeset: 530262:4208b315faac
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Jun 20 15:52:35 2007 +0000
description:
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:
math/p5-Math-Pari/Makefile | 20 ++++++--------------
math/p5-Math-Pari/distinfo | 5 ++++-
2 files changed, 10 insertions(+), 15 deletions(-)
diffs (54 lines):
diff -r 8beed882190d -r 4208b315faac math/p5-Math-Pari/Makefile
--- a/math/p5-Math-Pari/Makefile Wed Jun 20 13:31:26 2007 +0000
+++ b/math/p5-Math-Pari/Makefile Wed Jun 20 15:52:35 2007 +0000
@@ -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 @@
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@localhost
HOMEPAGE= http://search.cpan.org/dist/Math-Pari/
COMMENT= Perl5 interface to the pari math library
@@ -18,18 +23,5 @@
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 -r 8beed882190d -r 4208b315faac math/p5-Math-Pari/distinfo
--- a/math/p5-Math-Pari/distinfo Wed Jun 20 13:31:26 2007 +0000
+++ b/math/p5-Math-Pari/distinfo Wed Jun 20 15:52:35 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index