cadaver, prepare for updated neon recipe (#4921)

This commit is contained in:
Schrijvers Luc
2020-04-30 13:12:01 +02:00
committed by GitHub
parent 8acac943d3
commit 0ff6eb33b1
2 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ HOMEPAGE="http://www.webdav.org/cadaver/"
COPYRIGHT="1998-2008 Joe Orton
2002-2003 GRASE Lab, UCSC"
LICENSE="GNU GPL v2"
REVISION="4"
REVISION="5"
SOURCE_URI="http://www.webdav.org/cadaver/cadaver-$portVersion.tar.gz"
CHECKSUM_SHA256="fd4ce68a3230ba459a92bcb747fc6afa91e46d803c1d5ffe964b661793c13fca"
PATCHES="cadaver-$portVersion.patchset"

View File

@@ -13,7 +13,7 @@ index 93cdb01..a26f60e 100644
enable_netrc=yes)
-NE_REQUIRE_VERSIONS([0], [27 28 29])
+NE_REQUIRE_VERSIONS([0], [27 28 29 30])
+NE_REQUIRE_VERSIONS([0], [27 28 29 30 31])
dnl Don't enable zlib or ACL support in neon
NEON_WITHOUT_ZLIB
@@ -36,7 +36,7 @@ index 1679f3e..1eb77cd 100755
if test "$ne_cv_lib_neon" = "yes"; then
ne_cv_lib_neonver=no
- for v in 27 28 29; do
+ for v in 27 28 29 30; do
+ for v in 27 28 29 30 31; do
case $ne_libver in
0.$v.*) ne_cv_lib_neonver=yes ;;
esac
@@ -46,8 +46,8 @@ index 1679f3e..1eb77cd 100755
else
- { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&5
-$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&6;}
+ { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
+ { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5
+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;}
neon_got_library=no
fi
@@ -56,7 +56,7 @@ index 1679f3e..1eb77cd 100755
if test "$ne_cv_lib_neon" = "yes"; then
ne_cv_lib_neonver=no
- for v in 27 28 29; do
+ for v in 27 28 29 30; do
+ for v in 27 28 29 30 31; do
case $ne_libver in
0.$v.*) ne_cv_lib_neonver=yes ;;
esac
@@ -66,8 +66,8 @@ index 1679f3e..1eb77cd 100755
else
- { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&5
-$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&6;}
+ { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
+ { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5
+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;}
neon_got_library=no
fi