summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2011-08-28 16:53:01 +0000
committerlme <lme@FreeBSD.org>2011-08-28 16:53:01 +0000
commit1fd535dc3ee5543f2899787fee7baad5d22062b6 (patch)
tree3327e1631ac6eaef7a15418ac8760ee90bdb810b
parenteb8956c546aa2679db31eada447915f84b5a87ef (diff)
downloadFreeBSD-ports-1fd535dc3ee5543f2899787fee7baad5d22062b6.zip
FreeBSD-ports-1fd535dc3ee5543f2899787fee7baad5d22062b6.tar.gz
- update to 1.3.1
- remove X86_ASM, which practically useless on x86, to unbreak sparc64 PR: ports/160238 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: Maintainer (me)
-rw-r--r--games/scummvm/Makefile17
-rw-r--r--games/scummvm/distinfo4
2 files changed, 4 insertions, 17 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index ca58765..4c1fde7 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scummvm
-DISTVERSION= 1.3.0
+DISTVERSION= 1.3.1
CATEGORIES= games emulators
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION}
@@ -26,6 +26,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
--disable-alsa \
--with-zlib-prefix=/usr \
--disable-debug \
+ --disable-nasm \
--disable-tremor
CONFIGURE_ENV= CXX="${CXX}"
LDFLAGS="${PTHREAD_LIBS}"
@@ -35,7 +36,6 @@ OPTIONS= VORBIS "Enable Ogg Vorbis support" on \
FLAC "Enable FLAC support" off \
FLUIDSYNTH "Enable FluidSynth MIDI synthesizer" off \
MT32EMU "Enable MT-32 emulator" on \
- X86_ASM "Enable assembly code (i386 only)" off
MAN6= scummvm.6
@@ -58,15 +58,6 @@ PLIST_DIRS= %%DATADIR%%
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386"
-.if defined(WITH_X86_ASM)
-BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
-CONFIGURE_ARGS+=--with-nasm-prefix=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=--disable-nasm
-.endif
-.endif
-
.if defined(WITH_VORBIS)
LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg \
vorbis.4:${PORTSDIR}/audio/libvorbis
@@ -101,10 +92,6 @@ CONFIGURE_ARGS+=--disable-fluidsynth
CONFIGURE_ARGS+=--disable-mt32emu
.endif
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64: invokes i386 asm
-.endif
-
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${PREFIX}/man/man6
diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo
index c554c26..5f3dd4a 100644
--- a/games/scummvm/distinfo
+++ b/games/scummvm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (scummvm-1.3.0.tar.bz2) = 694a65a16a72c1d676e09c9af11f1ba1393d2ed731b941d82a79c50e335b58af
-SIZE (scummvm-1.3.0.tar.bz2) = 10315113
+SHA256 (scummvm-1.3.1.tar.bz2) = b25dc7f7e26ed6df3d901043efb2337a525df4dd3cd1589e772733cfa90037f6
+SIZE (scummvm-1.3.1.tar.bz2) = 10479934
OpenPOWER on IntegriCloud