pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Fix multiple perl problem (like on Darwin/MacOSX)
details: https://anonhg.NetBSD.org/pkgsrc/rev/b60dfd041694
branches: trunk
changeset: 474600:b60dfd041694
user: adam <adam%pkgsrc.org@localhost>
date: Sun May 02 20:34:38 2004 +0000
description:
Fix multiple perl problem (like on Darwin/MacOSX)
diffstat:
devel/libbonoboui/distinfo | 3 ++-
devel/libbonoboui/patches/patch-aa | 13 +++++++++++++
devel/libgnome/distinfo | 3 ++-
devel/libgnome/patches/patch-ab | 13 +++++++++++++
4 files changed, 30 insertions(+), 2 deletions(-)
diffs (58 lines):
diff -r dad76006ecd8 -r b60dfd041694 devel/libbonoboui/distinfo
--- a/devel/libbonoboui/distinfo Sun May 02 20:30:44 2004 +0000
+++ b/devel/libbonoboui/distinfo Sun May 02 20:34:38 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.10 2004/04/01 18:23:21 jmmv Exp $
+$NetBSD: distinfo,v 1.11 2004/05/02 20:34:38 adam Exp $
SHA1 (libbonoboui-2.6.0.tar.bz2) = d6b94b814062cb7ab5d40c7a9b071c9df0cc318d
Size (libbonoboui-2.6.0.tar.bz2) = 917849 bytes
+SHA1 (patch-aa) = 6daf995a4ccaa6fc707a869563edcb7cddc1c4f8
diff -r dad76006ecd8 -r b60dfd041694 devel/libbonoboui/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libbonoboui/patches/patch-aa Sun May 02 20:34:38 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/05/02 20:35:00 adam Exp $
+
+--- configure.orig Fri Apr 16 08:05:48 2004
++++ configure
+@@ -2035,7 +2035,7 @@ if test -z "`$INTLTOOL_PERL -v | fgrep '
+ echo "$as_me: error: perl 5.x required for intltool" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+-if `perl -e "require XML::Parser" 2>/dev/null`; then
++if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
+ :
+ else
+ { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
diff -r dad76006ecd8 -r b60dfd041694 devel/libgnome/distinfo
--- a/devel/libgnome/distinfo Sun May 02 20:30:44 2004 +0000
+++ b/devel/libgnome/distinfo Sun May 02 20:34:38 2004 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.12 2004/04/24 20:35:15 danw Exp $
+$NetBSD: distinfo,v 1.13 2004/05/02 20:36:08 adam Exp $
SHA1 (libgnome-2.6.0.tar.bz2) = 1e5e3025af775b24b21226f610672089fe251fe5
Size (libgnome-2.6.0.tar.bz2) = 1070613 bytes
SHA1 (patch-aa) = 809d964c6233d1a30eb195272a59970e497caea5
+SHA1 (patch-ab) = 67f74ada3cc07c686a4c7540df45064ef886524a
SHA1 (patch-ac) = 3322e5de39ebe36b2174fceec4adecb6b168a4f1
SHA1 (patch-ae) = 9a1f197ced91e37757aef84b0f3160bea5d0cf78
SHA1 (patch-af) = 783e295d1714b7c121538ed7459ffbcf3ff3713a
diff -r dad76006ecd8 -r b60dfd041694 devel/libgnome/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgnome/patches/patch-ab Sun May 02 20:34:38 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.6 2004/05/02 20:36:08 adam Exp $
+
+--- configure.orig Thu Apr 15 20:26:06 2004
++++ configure
+@@ -1966,7 +1966,7 @@ if test -z "`$INTLTOOL_PERL -v | fgrep '
+ echo "$as_me: error: perl 5.x required for intltool" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+-if `perl -e "require XML::Parser" 2>/dev/null`; then
++if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
+ :
+ else
+ { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
Home |
Main Index |
Thread Index |
Old Index