Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 19 years ago
parent
commit
4446d03d24
2 changed files with 39 additions and 0 deletions
  1. +37
    -0
      package/base/subversion/neon-newer-version.patch
  2. +2
    -0
      package/base/subversion/subversion.conf

+ 37
- 0
package/base/subversion/neon-newer-version.patch

@ -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="http://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

+ 2
- 0
package/base/subversion/subversion.conf

@ -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*`"

|||||||
100:0
Loading…
Cancel
Save