pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/subversion Patch configure to allow build with a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a019a76a1bf
branches:  trunk
changeset: 512403:5a019a76a1bf
user:      epg <epg%pkgsrc.org@localhost>
date:      Mon May 08 20:03:31 2006 +0000

description:
Patch configure to allow build with apr >= 0.9.10 (along with
versions < 0.9.5 which should not be allowed, but we address that
with BUILDLINK_API_DEPENDS.apr).

Closes PR 33439.

diffstat:

 devel/subversion/distinfo         |   3 ++-
 devel/subversion/patches/patch-ae |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 29ca454b9422 -r 5a019a76a1bf devel/subversion/distinfo
--- a/devel/subversion/distinfo Mon May 08 20:01:21 2006 +0000
+++ b/devel/subversion/distinfo Mon May 08 20:03:31 2006 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.51 2006/04/05 01:42:00 epg Exp $
+$NetBSD: distinfo,v 1.52 2006/05/08 20:03:31 epg Exp $
 
 SHA1 (subversion-1.3.1.tar.gz) = c718f90f9d12c8fe502b749f03cc2af421d39fcf
 RMD160 (subversion-1.3.1.tar.gz) = d7603b495178bd7567cc40389200c8d0b0902fe1
 Size (subversion-1.3.1.tar.gz) = 8778545 bytes
 SHA1 (patch-ad) = e821ce2a450a2430c082e42bc22fe6e73931d746
+SHA1 (patch-ae) = 3ae703cce851a140006aadb6a87ec4b1eabce15d
 SHA1 (patch-ag) = dbcfe77867e5960df4518b998e94e9cfb9e144fa
 SHA1 (patch-ah) = 2ee769e649e52bfbcd3049b1a1b6b1cf2b4db8c8
 SHA1 (patch-ai) = c06c40c94f0a227f3154aa0997d7a92fc6e43fee
diff -r 29ca454b9422 -r 5a019a76a1bf devel/subversion/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/subversion/patches/patch-ae Mon May 08 20:03:31 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.15 2006/05/08 20:03:31 epg Exp $
+
+--- configure.orig     2006-03-24 21:00:55.000000000 -0500
++++ configure
+@@ -2933,9 +2933,9 @@ SVN_SUBDIRS=
+ 
+ 
+ 
+-APR_VER_REGEX="0\.9\.[5-9]"
++APR_VER_REGEX="0\.9\.[0-9]*"
+ APR_VER_REGEX_TOO="1\."
+-APU_VER_REGEX="0\.9\.[5-9]"
++APU_VER_REGEX="0\.9\.[0-9]*"
+ APU_VER_REGEX_TOO="1\."
+ 
+ 



Home | Main Index | Thread Index | Old Index