From fbd44e0385753f2658e6af58ec582ef6e23b4e38 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 24 Jul 2010 10:36:52 +0200 Subject: [PATCH] sitecopy: fix build with neon 0.29 --- sitecopy/.md5sum | 1 + sitecopy/Pkgfile | 7 +++++-- sitecopy/sitecopy-0.16.6.patch | 12 ++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 sitecopy/sitecopy-0.16.6.patch diff --git a/sitecopy/.md5sum b/sitecopy/.md5sum index 898325324..cc8d15b31 100644 --- a/sitecopy/.md5sum +++ b/sitecopy/.md5sum @@ -1 +1,2 @@ +814282a82e98bd96bfe550759b39b982 sitecopy-0.16.6.patch b3aeb5a5f00af3db90b408e8c32a6c01 sitecopy-0.16.6.tar.gz diff --git a/sitecopy/Pkgfile b/sitecopy/Pkgfile index 444786b30..530d19695 100644 --- a/sitecopy/Pkgfile +++ b/sitecopy/Pkgfile @@ -5,11 +5,14 @@ name=sitecopy version=0.16.6 -release=1 -source=(http://www.manyfish.co.uk/sitecopy/$name-$version.tar.gz) +release=2 +source=(http://www.manyfish.co.uk/sitecopy/$name-$version.tar.gz + $name-$version.patch) build () { cd $name-$version + patch -p1 -i $SRC/$name-$version.patch + autoconf ./configure --prefix=/usr \ --mandir=/usr/man \ --with-neon=/usr \ diff --git a/sitecopy/sitecopy-0.16.6.patch b/sitecopy/sitecopy-0.16.6.patch new file mode 100644 index 000000000..c4d8c91d3 --- /dev/null +++ b/sitecopy/sitecopy-0.16.6.patch @@ -0,0 +1,12 @@ +diff -Nru sitecopy-0.16.6.orig/configure.in sitecopy-0.16.6/configure.in +--- sitecopy-0.16.6.orig/configure.in 2010-07-23 21:56:43.027136877 +0200 ++++ sitecopy-0.16.6/configure.in 2010-07-23 21:57:19.377136926 +0200 +@@ -113,7 +113,7 @@ + fi + + # Support neon 0.24 through 0.28 +-NE_REQUIRE_VERSIONS([0], [24 25 26 27 28]) ++NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29]) + + dnl But we don't use zlib or ACL support + NEON_WITHOUT_ZLIB