bzflag: bump to 2.4.8.

BTW, upstream removed lib/bzflag/hiddenAdmin.so in 2.4.6.
This commit is contained in:
fbrosson
2016-12-14 22:37:51 +00:00
parent 6b278dacbf
commit 2751973202
2 changed files with 10 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ COPYRIGHT="1993-2016 Tim Riker"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://download.bzflag.org/bzflag/source/$portVersion/bzflag-$portVersion.tar.bz2"
CHECKSUM_SHA256="5842941e53440d2e88c955ddb594964fc5145912f61100832d224c1a017e2ecb"
CHECKSUM_SHA256="43ca4d1775dac4180feb67cc4450b5db82aab9a63e460ac769c8f40d22e03122"
PATCHES="bzflag-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -40,7 +40,6 @@ PROVIDES="
lib:fairCTF$secondaryArchSuffix
lib:fastmap$secondaryArchSuffix
lib:flagStay$secondaryArchSuffix
lib:hiddenAdmin$secondaryArchSuffix
lib:keepaway$secondaryArchSuffix
lib:killall$secondaryArchSuffix
lib:koth$secondaryArchSuffix
@@ -94,7 +93,7 @@ BUILD_PREREQUIRES="
BUILD()
{
libtoolize --force --copy --install
aclocal
aclocal -I m4
autoconf
automake --add-missing
runConfigure --omit-dirs "binDir libDir" ./configure \
@@ -113,5 +112,5 @@ INSTALL()
TEST()
{
make check || true
make check
}

View File

@@ -43,10 +43,10 @@ Subject: More Haiku fixes for 2.4.4
* Haiku also has libmedia, libgame and libbe.
diff --git a/configure.ac b/configure.ac
index b8fed02..2d431fd 100644
index da2e183..817ed6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -307,7 +307,7 @@ fi
@@ -319,7 +319,7 @@ fi
dnl detect a usable system regular expression library
@@ -55,7 +55,7 @@ index b8fed02..2d431fd 100644
[AC_CHECK_LIB(regex, regcomp, LIBREGEX="-lregex",
[AC_CHECK_LIB(compat, regcomp, LIBREGEX="-lcompat", AC_MSG_ERROR([working regex library was not found]))]
)]
@@ -347,7 +347,7 @@ AC_SUBST(LIBRT)
@@ -359,7 +359,7 @@ AC_SUBST(LIBRT)
AC_CHECK_LIB(m, sqrtf)
# for BeOS - old network stack don't have those libs ( move it in the case switch ?)
@@ -64,7 +64,7 @@ index b8fed02..2d431fd 100644
AC_CHECK_LIB([socket], [gethostent], [], AC_CHECK_LIB([bind], [gethostent]))
# see if pthreads are in libc_r (as on FreeBSD) or libpthread
@@ -542,7 +542,7 @@ case $host_os in
@@ -538,7 +538,7 @@ case $host_os in
irix*)
GLIBS="-lXsgivc -lX11 -laudio $GLIBS"
;;
@@ -73,10 +73,10 @@ index b8fed02..2d431fd 100644
GLIBS=" -lmedia -lgame $GLIBS"
LIBS="-lbe"
;;
@@ -557,7 +557,7 @@ esac
@@ -549,7 +549,7 @@ esac
# avoid using X11 in BeOS and Mac OS X
case $host_os in
macos|darwin*)
;;
- beos*)
+ beos*|haiku*)
;;