]> git.pld-linux.org Git - packages/subversion.git/blob - subversion-neon.patch
- we don't have old neon
[packages/subversion.git] / subversion-neon.patch
1 diff -urN subversion-1.4.0.org/build/ac-macros/neon.m4 subversion-1.4.0/build/ac-macros/neon.m4
2 --- subversion-1.4.0.org/build/ac-macros/neon.m4        2006-01-07 00:56:50.000000000 +0000
3 +++ subversion-1.4.0/build/ac-macros/neon.m4    2006-09-11 07:40:56.128959250 +0000
4 @@ -50,10 +50,8 @@
5        NEON_VERSION=`cat $abs_srcdir/neon/.version`
6        AC_MSG_RESULT([$NEON_VERSION])
7  
8 -      if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
9          AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
10 -                           [Defined if have Neon 0.25.x instead of 0.24.7.])
11 -      fi
12 +                           [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
13  
14        for svn_allowed_neon in $NEON_ALLOWED_LIST; do
15          if test "$NEON_VERSION" = "$svn_allowed_neon" ||
16 @@ -123,10 +121,8 @@
17        NEON_VERSION=`$neon_config --version | sed -e 's/^neon //'`
18        AC_MSG_RESULT([$NEON_VERSION])
19  
20 -      if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
21          AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
22 -                           [Defined if have Neon 0.25.x instead of 0.24.7.])
23 -      fi
24 +                           [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
25  
26        for svn_allowed_neon in $NEON_ALLOWED_LIST; do
27          if test "$NEON_VERSION" = "$svn_allowed_neon" ||
28 diff -urN subversion-1.4.0.org/configure.in subversion-1.4.0/configure.in
29 --- subversion-1.4.0.org/configure.in   2006-07-13 13:48:48.000000000 +0000
30 +++ subversion-1.4.0/configure.in       2006-09-11 07:37:59.757936750 +0000
31 @@ -69,7 +69,7 @@
32  
33  # Either a space-separated list of allowable Neon versions, or "any" to
34  # mean allow anything.
35 -NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5"
36 +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"
37  NEON_LATEST_WORKING_VER=0.25.5
38  NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
39  dnl You can skip the neon version check only if you know what you are doing 
This page took 0.036048 seconds and 4 git commands to generate.