On Tue, Nov 06, 2018 at 03:06:18PM +0000, Stuart Henderson wrote:
> ==> ./archivers/zip
> ==> ./audio/deadbeef
> ==> ./audio/ocp
> ==> ./emulators/BasiliskII
> ==> ./emulators/dgen-sdl
> ==> ./emulators/mupen64plus/core
> ==> ./emulators/uae
> ==> ./games/allegro
> ==> ./games/eduke32
> ==> ./games/scummvm
In scummvm the assembly was for the hqx graphic scalars,
monkey island 2 still seems to run fine with the c version of hq2x on
a pentium m laptop so should be fine to just disable it.
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/scummvm/Makefile,v
retrieving revision 1.78
diff -u -p -r1.78 Makefile
--- Makefile 10 Jul 2018 16:02:35 -0000 1.78
+++ Makefile 10 Nov 2018 04:28:24 -0000
@@ -5,7 +5,7 @@ V= 2.0.0
DISTNAME= scummvm-${V}
CATEGORIES= games x11 emulators
MASTER_SITES= https://www.scummvm.org/frs/scummvm/${V}/
-REVISION= 2
+REVISION= 3
HOMEPAGE= https://www.scummvm.org/
@@ -17,10 +17,6 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC SDL2 c faad freetype jpeg m mad png ogg sndio
WANTLIB += ${COMPILER_LIBCXX} theoradec vorbis vorbisfile z
-.if ${MACHINE_ARCH} == "i386"
-BUILD_DEPENDS= devel/nasm
-.endif
-
# GCC 4.2.1 miscompiles this on at least ppc, so play safe and
# just use a newer compiler everywhere.
COMPILER= base-clang ports-gcc
@@ -43,6 +39,7 @@ CONFIGURE_ARGS+= --disable-alsa \
--disable-mpeg2 \
--disable-sdlnet \
--disable-libcurl \
+ --disable-nasm \
--enable-sndio \
--mandir="${LOCALBASE}/man"
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \