diff options
author | grant <grant@pkgsrc.org> | 2004-12-20 11:30:55 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-12-20 11:30:55 +0000 |
commit | 908e765695130d6340723ce48f94f3e3abce67cc (patch) | |
tree | 07688cee4aece15c5fae94df0e7830933046db2c /graphics | |
parent | 3f1c4333b9658c26f8ef4b6b508d5a32a0ec37ee (diff) | |
download | pkgsrc-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 'graphics')
-rw-r--r-- | graphics/p5-Chart-ThreeD/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Chart/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GDGraph/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GDGraph3d/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GDTextUtil/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GIFgraph/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Gdk-Pixbuf/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Image-Imlib2/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Image-Info/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-SWF-File/Makefile | 3 |
14 files changed, 28 insertions, 19 deletions
diff --git a/graphics/p5-Chart-ThreeD/Makefile b/graphics/p5-Chart-ThreeD/Makefile index 636bbfea69c..8c323dac245 100644 --- a/graphics/p5-Chart-ThreeD/Makefile +++ b/graphics/p5-Chart-ThreeD/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2004/11/12 17:36:40 seb Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:03 grant Exp $ DISTNAME= Chart-ThreeD-0.01 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5c3d +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/} diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index 30c7843afea..0baae2a18d2 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/03 15:27:16 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:03 grant Exp $ DISTNAME= Chart-2.3 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/} diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 04e7ce2985e..ad017159520 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2004/12/19 00:01:43 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2004/12/20 11:31:03 grant Exp $ DISTNAME= GD-2.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5bd CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GDGraph/Makefile b/graphics/p5-GDGraph/Makefile index d5d12e6c496..30f26e731a0 100644 --- a/graphics/p5-GDGraph/Makefile +++ b/graphics/p5-GDGraph/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2004/08/05 04:40:11 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/20 11:31:03 grant Exp $ # DISTNAME= GDGraph-1.43 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5gdg +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GDGraph3d/Makefile b/graphics/p5-GDGraph3d/Makefile index d3854682a14..f73974a4c39 100644 --- a/graphics/p5-GDGraph3d/Makefile +++ b/graphics/p5-GDGraph3d/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2004/08/05 04:41:24 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:03 grant Exp $ DISTNAME= GDGraph3d-0.56 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5gd3 +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GDTextUtil/Makefile b/graphics/p5-GDTextUtil/Makefile index 5c187165023..6d1933038d7 100644 --- a/graphics/p5-GDTextUtil/Makefile +++ b/graphics/p5-GDTextUtil/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/08/05 04:38:24 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/20 11:31:03 grant Exp $ DISTNAME= GDTextUtil-0.86 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5gdt +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GIFgraph/Makefile b/graphics/p5-GIFgraph/Makefile index 303be16fadc..29c3e6ad06d 100644 --- a/graphics/p5-GIFgraph/Makefile +++ b/graphics/p5-GIFgraph/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/05/09 00:45:45 snj Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/20 11:31:03 grant Exp $ # DISTNAME= GIFgraph-1.20 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5gig CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GIFgraph/} diff --git a/graphics/p5-Gdk-Pixbuf/Makefile b/graphics/p5-Gdk-Pixbuf/Makefile index 6f353f7688a..e4f22f8b442 100644 --- a/graphics/p5-Gdk-Pixbuf/Makefile +++ b/graphics/p5-Gdk-Pixbuf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2004/11/30 18:26:39 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:04 grant Exp $ # .include "../../x11/p5-gtk/Makefile.common" PKGNAME= p5-Gdk-Pixbuf-${GTKPERL_VERSION} -PKGREVISION= 6 +PKGREVISION= 7 MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl5 Gtk::Gdk::Pixbuf diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 98320825d6c..41bd5f8eb4a 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2004/04/17 20:24:30 seb Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:04 grant Exp $ # DISTNAME= GraphViz-1.8 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz/} diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile index ef47883db3c..341e1420c62 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2004/10/15 12:22:13 tv Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:04 grant Exp $ # DISTNAME= Image-Imlib2-1.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5im2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index cf9bc06e832..6911852b6ce 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2004/04/25 04:42:07 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:04 grant Exp $ # DISTNAME= Image-Info-1.16 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iin +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index ba7ef821246..62c21615018 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2004/04/25 04:41:23 minskim Exp $ +# $NetBSD: Makefile,v 1.16 2004/12/20 11:31:04 grant Exp $ # DISTNAME= Image-Size-2.992 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5isi +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 3864afb0a33..88450245081 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2004/10/03 00:14:56 tv Exp $ +# $NetBSD: Makefile,v 1.37 2004/12/20 11:31:04 grant Exp $ .include "../../graphics/ImageMagick/Makefile.common" PKGNAME= p5-PerlMagick-${DISTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5pma diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index 2afe6a97078..5ba2853f240 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/09 15:12:35 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:04 grant Exp $ # DISTNAME= SWF-File-0.22 +PKGREVISION= 1 CATEGORIES= graphics www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YS/YSAS/} |