summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-20 11:30:55 +0000
committergrant <grant@pkgsrc.org>2004-12-20 11:30:55 +0000
commit908e765695130d6340723ce48f94f3e3abce67cc (patch)
tree07688cee4aece15c5fae94df0e7830933046db2c /math
parent3f1c4333b9658c26f8ef4b6b508d5a32a0ec37ee (diff)
downloadpkgsrc-908e765695130d6340723ce48f94f3e3abce67cc.tar.gz
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Bezier/Makefile3
-rw-r--r--math/p5-Math-BigInteger/Makefile3
-rw-r--r--math/p5-Math-FFT/Makefile3
-rw-r--r--math/p5-Math-Interpolate/Makefile3
-rw-r--r--math/p5-Math-MatrixReal/Makefile3
-rw-r--r--math/p5-Math-Pari/Makefile3
-rw-r--r--math/p5-Number-Latin/Makefile3
-rw-r--r--math/p5-Spreadsheet-ParseExcel/Makefile3
-rw-r--r--math/p5-Spreadsheet-WriteExcel/Makefile3
9 files changed, 18 insertions, 9 deletions
diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile
index 38c9a513efb..b5f37d660aa 100644
--- a/math/p5-Math-Bezier/Makefile
+++ b/math/p5-Math-Bezier/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/04/27 21:26:08 snj Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/20 11:31:05 grant Exp $
DISTNAME= Math-Bezier-0.01
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-BigInteger/Makefile b/math/p5-Math-BigInteger/Makefile
index 231535dc891..b09ee6374b5 100644
--- a/math/p5-Math-BigInteger/Makefile
+++ b/math/p5-Math-BigInteger/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2004/02/17 04:22:55 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:05 grant Exp $
DISTNAME= Math-BigInteger-1.0
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mbi
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile
index 16abc1d778b..bcc4f01fe18 100644
--- a/math/p5-Math-FFT/Makefile
+++ b/math/p5-Math-FFT/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 12:50:38 gson Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:05 grant Exp $
DISTNAME= Math-FFT-0.25
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5fft
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile
index 31f68ffaa2d..0ea5ca941f8 100644
--- a/math/p5-Math-Interpolate/Makefile
+++ b/math/p5-Math-Interpolate/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2004/04/27 21:26:08 snj Exp $
+# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:05 grant Exp $
DISTNAME= Math-Interpolate-1.05
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5min
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile
index ab253eca8b4..c2f72b3727a 100644
--- a/math/p5-Math-MatrixReal/Makefile
+++ b/math/p5-Math-MatrixReal/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2004/04/27 21:26:08 snj Exp $
+# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:05 grant Exp $
DISTNAME= Math-MatrixReal-1.3a5
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mmr
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index e993c96ac0f..8ff6363f31e 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2004/10/07 02:01:38 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2004/12/20 11:31:05 grant Exp $
#
DISTNAME= Math-Pari-2.010501
PKGNAME= p5-${DISTNAME}
PKGREVISION= # empty
SVR4_PKGNAME= p5mpa
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Number-Latin/Makefile b/math/p5-Number-Latin/Makefile
index 2cab35385bd..09d66275ffc 100644
--- a/math/p5-Number-Latin/Makefile
+++ b/math/p5-Number-Latin/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2004/04/27 21:26:09 snj Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:05 grant Exp $
DISTNAME= Number-Latin-1.01
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
diff --git a/math/p5-Spreadsheet-ParseExcel/Makefile b/math/p5-Spreadsheet-ParseExcel/Makefile
index 1fde81dedde..8b3bc008584 100644
--- a/math/p5-Spreadsheet-ParseExcel/Makefile
+++ b/math/p5-Spreadsheet-ParseExcel/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2004/04/27 21:26:09 snj Exp $
+# $NetBSD: Makefile,v 1.5 2004/12/20 11:31:05 grant Exp $
#
DISTNAME= Spreadsheet-ParseExcel-0.2602
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWITKNR/}
diff --git a/math/p5-Spreadsheet-WriteExcel/Makefile b/math/p5-Spreadsheet-WriteExcel/Makefile
index a5c0f5d586f..36f2fb6963d 100644
--- a/math/p5-Spreadsheet-WriteExcel/Makefile
+++ b/math/p5-Spreadsheet-WriteExcel/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2004/04/27 21:26:09 snj Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/20 11:31:05 grant Exp $
#
DISTNAME= Spreadsheet-WriteExcel-0.41
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JM/JMCNAMARA/}