summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgrant <grant>2004-12-20 11:30:55 +0000
committergrant <grant>2004-12-20 11:30:55 +0000
commit4257ff27be9bdf913cc2b0f103cf15c1ad68ec2e (patch)
tree07688cee4aece15c5fae94df0e7830933046db2c /x11
parentfc4940ecaeaf42bdb7f6268ea103a928d898b5ee (diff)
downloadpkgsrc-4257ff27be9bdf913cc2b0f103cf15c1ad68ec2e.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 'x11')
-rw-r--r--x11/p5-Tk/Makefile3
-rw-r--r--x11/p5-X11-Protocol/Makefile3
-rw-r--r--x11/p5-gtk/Makefile4
-rw-r--r--x11/p5-gtk2/Makefile4
4 files changed, 8 insertions, 6 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile
index 34bb4009d52..a9695bac99e 100644
--- a/x11/p5-Tk/Makefile
+++ b/x11/p5-Tk/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.40 2004/05/09 05:30:44 minskim Exp $
+# $NetBSD: Makefile,v 1.41 2004/12/20 11:31:14 grant Exp $
# FreeBSD Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp
#
DISTNAME= Tk-804.027
PKGNAME= p5-Tk-804.027
SVR4_PKGNAME= p5tk
+PKGREVISION= 1
CATEGORIES= x11 tk perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/}
diff --git a/x11/p5-X11-Protocol/Makefile b/x11/p5-X11-Protocol/Makefile
index 8fc5e1d1a2c..23e4918b207 100644
--- a/x11/p5-X11-Protocol/Makefile
+++ b/x11/p5-X11-Protocol/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/30 20:51:51 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:14 grant Exp $
#
DISTNAME= X11-Protocol-0.53
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=X11/}
diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile
index fc362cf3597..39d56af67d7 100644
--- a/x11/p5-gtk/Makefile
+++ b/x11/p5-gtk/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.28 2004/10/03 00:18:36 tv Exp $
+# $NetBSD: Makefile,v 1.29 2004/12/20 11:31:14 grant Exp $
#
.include "Makefile.common"
PKGNAME= p5-gtk-${GTKPERL_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5gtk
MAINTAINER= root@garbled.net
diff --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile
index 6343a70a197..a1e32b1e6f1 100644
--- a/x11/p5-gtk2/Makefile
+++ b/x11/p5-gtk2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:18:37 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/12/20 11:31:14 grant Exp $
DISTNAME= Gtk2-1.042
PKGNAME= p5-gtk2-1.042
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}