aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion/files/patch-configure
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2007-03-17 07:53:12 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2007-03-17 07:53:12 +0000
commit98df6b6b0b16a8be4fbcec82d31a851f951f5503 (patch)
treec902a30a20b18672edb56f87050b284bffba054a /devel/subversion/files/patch-configure
parent6b0a6899a8c30a903089e26946cf97530ad4e3af (diff)
downloadports-98df6b6b0b16a8be4fbcec82d31a851f951f5503.tar.gz
ports-98df6b6b0b16a8be4fbcec82d31a851f951f5503.zip
Notes
Diffstat (limited to 'devel/subversion/files/patch-configure')
-rw-r--r--devel/subversion/files/patch-configure17
1 files changed, 13 insertions, 4 deletions
diff --git a/devel/subversion/files/patch-configure b/devel/subversion/files/patch-configure
index 75cc48429c03..00585c90f32f 100644
--- a/devel/subversion/files/patch-configure
+++ b/devel/subversion/files/patch-configure
@@ -1,6 +1,15 @@
---- configure.orig Fri Sep 8 03:22:11 2006
-+++ configure Tue Sep 12 13:41:03 2006
-@@ -3997,7 +3997,7 @@
+--- configure.orig Thu Jan 18 01:17:34 2007
++++ configure Sat Mar 17 10:48:49 2007
+@@ -3942,7 +3942,7 @@
+
+ # Either a space-separated list of allowable Neon versions, or "any" to
+ # mean allow anything.
+-NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2"
++NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.3"
+ NEON_LATEST_WORKING_VER=0.25.5
+ NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
+ # Check whether --enable-neon-version-check or --disable-neon-version-check was given.
+@@ -4004,7 +4004,7 @@
test "$svn_allowed_neon" = "any"; then
svn_allowed_neon_on_system="yes"
SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`
@@ -9,7 +18,7 @@
CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"
svn_lib_neon="yes"
break
-@@ -4324,7 +4324,7 @@
+@@ -4345,7 +4345,7 @@
test "$svn_allowed_neon" = "any"; then
svn_allowed_neon_on_system="yes"
SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`