diff options
author | adam <adam> | 2004-05-02 20:34:38 +0000 |
---|---|---|
committer | adam <adam> | 2004-05-02 20:34:38 +0000 |
commit | 548a89e1a501189262b21fd9b6195a76fad82213 (patch) | |
tree | 0987fcfce83ab2614c0294150464fbd8706e428c /devel | |
parent | dbde02f8573ff6c58d0c4a9772e9cfc310cdf4ad (diff) | |
download | pkgsrc-548a89e1a501189262b21fd9b6195a76fad82213.tar.gz |
Fix multiple perl problem (like on Darwin/MacOSX)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbonoboui/distinfo | 3 | ||||
-rw-r--r-- | devel/libbonoboui/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/libgnome/distinfo | 3 | ||||
-rw-r--r-- | devel/libgnome/patches/patch-ab | 13 |
4 files changed, 30 insertions, 2 deletions
diff --git a/devel/libbonoboui/distinfo b/devel/libbonoboui/distinfo index 9c6faca1098..3a9ecfee8d4 100644 --- a/devel/libbonoboui/distinfo +++ b/devel/libbonoboui/distinfo @@ -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 --git a/devel/libbonoboui/patches/patch-aa b/devel/libbonoboui/patches/patch-aa new file mode 100644 index 00000000000..305ef757db9 --- /dev/null +++ b/devel/libbonoboui/patches/patch-aa @@ -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 --git a/devel/libgnome/distinfo b/devel/libgnome/distinfo index 52842d73064..0d2202a81f5 100644 --- a/devel/libgnome/distinfo +++ b/devel/libgnome/distinfo @@ -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 --git a/devel/libgnome/patches/patch-ab b/devel/libgnome/patches/patch-ab new file mode 100644 index 00000000000..d882f64375f --- /dev/null +++ b/devel/libgnome/patches/patch-ab @@ -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 |