]> git.pld-linux.org Git - packages/subversion.git/blame - subversion-neon.patch
- update
[packages/subversion.git] / subversion-neon.patch
CommitLineData
5d500684
AM
1--- s/build/ac-macros/neon.m4.org 2006-11-08 13:40:10.387076060 +0000
2+++ s/build/ac-macros/neon.m4 2006-11-08 13:41:47.125555455 +0000
3@@ -127,11 +127,13 @@
7160f02b
AM
4 NEON_VERSION=`$neon_config --version | sed -e 's/^neon //'`
5 AC_MSG_RESULT([$NEON_VERSION])
6
5d500684
AM
7- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[56]]\.'`" ; then
8+ n_1=`echo "$NEON_VERSION" | grep '^0\.2[[56]]\.'`
9+ if test -n "$n_1" ; then
7160f02b 10 AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
5d500684
AM
11 [Define to 1 if you have Neon 0.25 or later.])
12 fi
13- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.26\.'`" ; then
14+ n_2=`echo "$NEON_VERSION" | grep '^0\.26\.'`
15+ if test -n "$n_2" ; then
16 AC_DEFINE_UNQUOTED([SVN_NEON_0_26], [1],
17 [Define to 1 if you have Neon 0.26 or later.])
18 fi
d6f01562
JR
19--- subversion-1.4.3/configure.in~ 2007-01-01 15:41:51.000000000 +0100
20+++ subversion-1.4.3/configure.in 2007-02-27 13:56:56.084373983 +0100
21@@ -69,7 +69,7 @@
22
23 # Either a space-separated list of allowable Neon versions, or "any" to
24 # mean allow anything.
25-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"
24602b1b 26+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 0.26.4 0.26.5 0.26.6"
d6f01562
JR
27 NEON_LATEST_WORKING_VER=0.25.5
28 NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
29 dnl You can skip the neon version check only if you know what you are doing
This page took 0.033453 seconds and 4 git commands to generate.