sitecopy: fix build with latest neon

This commit is contained in:
Juergen Daubert 2021-09-24 17:51:08 +02:00
parent 6af8a89180
commit e5a303897b
3 changed files with 22 additions and 21 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UNZyAaKgI50t8NoiWCuyEW4Y5Q7hMwsKLL7hC0E5RL6I+9zIthvosGvdE/TjBGPiEgGRVHXuFAs490LZo5TUw8=
SHA256 (Pkgfile) = 9fac4137ab3597ca442ffaf40ce776bbc1f292d14ffe77ee57bdf4b5f21a8e24
RWSE3ohX2g5d/SE9eazN25x7b1ioyYokH/CF8TZwWwkYJ2itvv7yM/HZWVUz4z9r6ekKLbt5BhoP7Nl0EjMMVAZly2zFyCujcg0=
SHA256 (Pkgfile) = bc805fd592f8533660c1cd0855525177aefa647944a7e04bd487297dced64132
SHA256 (.footprint) = e5ed251748ebc17885d527316497e232d08aad3488471939adf4fb01c2497a2c
SHA256 (sitecopy-0.16.6.tar.gz) = e06fdda007e54ddc6fae90a4e79768e5bfb7770c1139bcaac2e10d841d7458af
SHA256 (sitecopy-0.16.6.patch) = 02e787d9278c6f04cbd9fec562ebcd966ba24c67d5ff9813260baf1eda201565
SHA256 (sitecopy-0.16.6.patch) = 8056720273af947e24323cf1a6ac7c7f391037c63f3fa1f8eeb709e6f3f49035

View File

@ -1,23 +1,24 @@
# Description: Utility for maintaining remote web sites via FTP or WebDAV
# URL: http://www.manyfish.co.uk/sitecopy/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: neon
# URL: https://www.manyfish.co.uk/sitecopy/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: neon
name=sitecopy
version=0.16.6
release=5
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.gz
$name-$version.patch)
release=6
source=(https://www.manyfish.co.uk/sitecopy/sitecopy-0.16.6.tar.gz
$name-$version.patch)
build () {
cd $name-$version
patch -p1 -i $SRC/$name-$version.patch
autoconf
./configure --prefix=/usr \
--with-neon=/usr \
--disable-nls \
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{doc,share/man/fr}
build() {
cd $name-$version
patch -p1 -i $SRC/$name-$version.patch
autoconf
./configure \
--prefix=/usr \
--with-neon=/usr \
--disable-nls \
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{doc,share/man/fr}
}

View File

@ -6,7 +6,7 @@ diff -Nru sitecopy-0.16.6.orig/configure.in sitecopy-0.16.6/configure.in
# 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 30 31])
+NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29 30 31 32])
dnl But we don't use zlib or ACL support
NEON_WITHOUT_ZLIB