pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Fix PERL5_ARCHLIB in lang/perl58-thread, which contain...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7fb9026cdac
branches: trunk
changeset: 476656:f7fb9026cdac
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Jun 17 16:07:24 2004 +0000
description:
Fix PERL5_ARCHLIB in lang/perl58-thread, which contains the suffix
"-thread-multi", with this change games/frozen-bubble finally works, yay!.
Bump PKGREVISION.
diffstat:
doc/CHANGES | 3 ++-
lang/perl58/Makefile | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 67c9fd576018 -r f7fb9026cdac doc/CHANGES
--- a/doc/CHANGES Thu Jun 17 14:26:02 2004 +0000
+++ b/doc/CHANGES Thu Jun 17 16:07:24 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6221 2004/06/17 14:26:02 grant Exp $
+$NetBSD: CHANGES,v 1.6222 2004/06/17 16:07:24 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -2955,3 +2955,4 @@
Updated firefox-bin-java to 1.1 [abs 2004-06-15]
Updated python15 to 1.5.2nb1 [minskim 2004-06-16]
Updated db4 to 4.2.52nb2 [grant 2004-06-17]
+ Updated perl58-thread to 5.8.4nb1 [xtraeme 2004-06-17]
diff -r 67c9fd576018 -r f7fb9026cdac lang/perl58/Makefile
--- a/lang/perl58/Makefile Thu Jun 17 14:26:02 2004 +0000
+++ b/lang/perl58/Makefile Thu Jun 17 16:07:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2004/05/05 03:14:33 jschauma Exp $
+# $NetBSD: Makefile,v 1.46 2004/06/17 16:07:25 xtraeme Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@@ -91,6 +91,8 @@
CONFLICTS+= perl-thread-[0-9]*
CONFIGURE_ARGS+= -Uuseithreads
.else
+PKGREVISION= 1
+PERL5_ARCHLIB= ${PREFIX}/lib/perl5/${PERL5_VERS}/${MACHINE_ARCH}-${LOWER_OPSYS}-thread-multi
PERL5_PKGSUFFIX= -thread
CONFLICTS+= perl-[0-9]*
CONFIGURE_ARGS+= -Duseithreads
Home |
Main Index |
Thread Index |
Old Index