?mode=patch&uid=2006041914460520583
Applied Patch: 2006041914460520583 (by fake)
+ fake
Votecheck 'core-strong': OK (fake)
package/base/subversion/subversion.conf
package/base/subversion/neon-newer-version.patch
fake:
subversion: fix building with neon 0.26.0
once again.
fake:
subversion: fix building with neon 0.26.0
once again.
--- package/base/subversion/subversion.conf (revision 5)
+++ package/base/subversion/subversion.conf (revision 6)
@@ -20,6 +20,8 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
+autogen=1
+
# use system wide neon
pkginstalled neon && var_append extraconfopt " " "--with-neon=$root/usr"
pkginstalled sun-jdk14 && var_append extraconfopt " " "--enable-javahl --with-jdk=`ls -d1R $root/opt/j2sdk1.4*`"
--- package/base/subversion/neon-newer-version.patch (revision 0)
+++ package/base/subversion/neon-newer-version.patch (revision 6)
@@ -0,0 +1,37 @@
+--- ./configure.in.orig 2006-04-19 14:06:13.000000000 +0200
++++ ./configure.in 2006-04-19 14:07:58.000000000 +0200
+@@ -227,7 +227,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"
++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"
+ NEON_LATEST_WORKING_VER=0.25.5
+ NEON_URL="https://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
+ dnl You can skip the neon version check only if you know what you are doing
+--- ./build/ac-macros/neon.m4.orig 2006-04-19 14:06:04.000000000 +0200
++++ ./build/ac-macros/neon.m4 2006-04-19 14:07:40.000000000 +0200
+@@ -50,9 +50,9 @@
+ NEON_VERSION=`cat $abs_srcdir/neon/.version`
+ AC_MSG_RESULT([$NEON_VERSION])
+
+- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
++ if test -n "`echo \"$NEON_VERSION\" | grep -E '^0\.26\.'`" ; then
+ AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
+- [Defined if have Neon 0.25.x instead of 0.24.7.])
++ [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
+ fi
+
+ for svn_allowed_neon in $NEON_ALLOWED_LIST; do
+@@ -123,9 +123,9 @@
+ NEON_VERSION=`$neon_config --version | sed -e 's/^neon //'`
+ AC_MSG_RESULT([$NEON_VERSION])
+
+- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
++ if test -n "`echo \"$NEON_VERSION\" | grep -E '^0\.26\.'`" ; then
+ AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
+- [Defined if have Neon 0.25.x instead of 0.24.7.])
++ [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
+ fi
+
+ for svn_allowed_neon in $NEON_ALLOWED_LIST; do
[Download this patch]