subversion 1.4.5 -> 1.5.5

This commit is contained in:
Richard Purdie 2009-01-08 11:29:31 +00:00
parent 9602318b9d
commit 1daca591dd
5 changed files with 16 additions and 18 deletions

View File

@ -1,17 +0,0 @@
Index: subversion-1.4.5/configure.in
===================================================================
--- subversion-1.4.5.orig/configure.in 2009-01-07 17:10:41.000000000 +0000
+++ subversion-1.4.5/configure.in 2009-01-07 17:13:32.000000000 +0000
@@ -138,10 +138,10 @@
echo "using APR's libtool"
sh_libtool="`$apr_config --apr-libtool`"
LIBTOOL="$sh_libtool"
SVN_LIBTOOL="$sh_libtool"
else
- sh_libtool="$abs_builddir/libtool"
- SVN_LIBTOOL="\$(SHELL) $sh_libtool"
+ sh_libtool="$abs_builddir/$host_alias-libtool"
+ SVN_LIBTOOL="\$(abs_builddir)/$host_alias-libtool"
dnl libtoolize requires that the following line not be indented
AC_PROG_LIBTOOL
fi

View File

@ -0,0 +1,15 @@
Index: subversion-1.5.5/configure.ac
===================================================================
--- subversion-1.5.5.orig/configure.ac 2008-08-26 18:27:56.000000000 +0100
+++ subversion-1.5.5/configure.ac 2009-01-07 18:00:47.000000000 +0000
@@ -153,8 +153,8 @@
LIBTOOL="$sh_libtool"
SVN_LIBTOOL="$sh_libtool"
else
- sh_libtool="$abs_builddir/libtool"
- SVN_LIBTOOL="\$(SHELL) $sh_libtool"
+ sh_libtool="$abs_builddir/$host_alias-libtool"
+ SVN_LIBTOOL="\$(SHELL) \$(abs_builddir)/$host_alias-libtool"
dnl libtoolize requires that the following line not be indented
ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
fi

View File

@ -5,7 +5,7 @@ RDEPENDS = "neon"
LICENSE = "Apache BSD"
HOMEPAGE = "http://subversion.tigris.org"
PR = "r1"
PR = "r4"
SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
file://disable-revision-install.patch;patch=1 \