pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/rapidsvn Bypass subversion library check, becaus...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f236f32bb1b
branches:  trunk
changeset: 470310:7f236f32bb1b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Mar 08 01:09:51 2004 +0000

description:
Bypass subversion library check, because it uses 'find -maxdepth',
which is not supported by old find.  It will make this package build
on NetBSD<=1.6.2.

diffstat:

 devel/rapidsvn/distinfo         |   3 ++-
 devel/rapidsvn/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r d8f9611137ff -r 7f236f32bb1b devel/rapidsvn/distinfo
--- a/devel/rapidsvn/distinfo   Mon Mar 08 01:04:48 2004 +0000
+++ b/devel/rapidsvn/distinfo   Mon Mar 08 01:09:51 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2004/02/03 06:36:55 epg Exp $
+$NetBSD: distinfo,v 1.4 2004/03/08 01:09:51 minskim Exp $
 
 SHA1 (rapidsvn-0.5.0.tar.gz) = a3871db181c3ce641226941ed06c0fa755dc0246
 Size (rapidsvn-0.5.0.tar.gz) = 482658 bytes
+SHA1 (patch-aa) = c62fb9eb2f072917d0526c3d59dfbcada04ccf8d
diff -r d8f9611137ff -r 7f236f32bb1b devel/rapidsvn/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rapidsvn/patches/patch-aa   Mon Mar 08 01:09:51 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2004/03/08 01:09:51 minskim Exp $
+
+--- configure.orig     2004-03-07 18:36:35.000000000 -0600
++++ configure
+@@ -18335,7 +18335,7 @@ echo "$as_me:$LINENO: checking for Subve
+ echo $ECHO_N "checking for Subversion libraries... $ECHO_C" >&6
+ SVN_LIB=""
+ for VALUE in $SVN_LIBS ; do
+-      LIBSVN_RESULT=`find $VALUE -name "libsvn_client-1.*" -maxdepth 1 \( -type f -o -type l \)`
++      LIBSVN_RESULT=1
+       if test -n "$LIBSVN_RESULT"; then
+               SVN_LIB=$VALUE
+               break



Home | Main Index | Thread Index | Old Index