summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2006-05-08 20:03:31 +0000
committerepg <epg@pkgsrc.org>2006-05-08 20:03:31 +0000
commit6feccdad5822df7caccb4a7a5c791dcaadb659e7 (patch)
tree397e0f4896d427892ec57313f121628bcd06aa52 /devel/subversion
parent2b19a763b44d6fdda6a9b8ca46a411573dcfc939 (diff)
downloadpkgsrc-6feccdad5822df7caccb4a7a5c791dcaadb659e7.tar.gz
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 (limited to 'devel/subversion')
-rw-r--r--devel/subversion/distinfo3
-rw-r--r--devel/subversion/patches/patch-ae16
2 files changed, 18 insertions, 1 deletions
diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo
index e52352ade40..b856e53d6cd 100644
--- a/devel/subversion/distinfo
+++ b/devel/subversion/distinfo
@@ -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 --git a/devel/subversion/patches/patch-ae b/devel/subversion/patches/patch-ae
new file mode 100644
index 00000000000..d749be0b365
--- /dev/null
+++ b/devel/subversion/patches/patch-ae
@@ -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\."
+
+