diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-27 12:46:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-27 12:46:59 +0000 |
commit | ebcdbc6b009437ce30ebe9d1d43e9b65f50271bf (patch) | |
tree | 0c3115d519ca06bddf02fc1cad56d59e8614580e /emulators/mame | |
parent | a28e2a94ab8aa4aa5e3c4ea3bca58749df228b64 (diff) | |
download | pkgsrc-ebcdbc6b009437ce30ebe9d1d43e9b65f50271bf.tar.gz |
Update to 0.156: The usual changes.
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile | 4 | ||||
-rw-r--r-- | emulators/mame/Makefile.common | 6 | ||||
-rw-r--r-- | emulators/mame/distinfo | 9 | ||||
-rw-r--r-- | emulators/mame/patches/patch-src_osd_sdl_sdl.mak | 14 |
4 files changed, 24 insertions, 9 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 5df2cdaa908..28fbaea83e4 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2014/10/26 09:36:08 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2014/11/27 12:46:59 wiz Exp $ -DISTNAME= mame0155s +DISTNAME= mame0156s PKGNAME= ${DISTNAME:S/0/-0./:S/s$//} MASTER_SITES= http://mamedev.org/downloader.php?file=releases/ diff --git a/emulators/mame/Makefile.common b/emulators/mame/Makefile.common index 5e71d24d1ae..fef3a3fa855 100644 --- a/emulators/mame/Makefile.common +++ b/emulators/mame/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2014/09/24 20:33:31 wiz Exp $ +# $NetBSD: Makefile.common,v 1.18 2014/11/27 12:46:59 wiz Exp $ # # used by emulators/mame/Makefile # used by emulators/mess/Makefile @@ -73,9 +73,9 @@ post-extract: .include "../../lang/python/application.mk" .include "../../devel/GConf/buildlink3.mk" -.include "../../devel/SDL/buildlink3.mk" -.include "../../devel/SDL_ttf/buildlink3.mk" +.include "../../devel/SDL2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../fonts/SDL2_ttf/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo index 3511d53e01d..bb5ceb7af7c 100644 --- a/emulators/mame/distinfo +++ b/emulators/mame/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.24 2014/10/26 09:36:08 wiz Exp $ +$NetBSD: distinfo,v 1.25 2014/11/27 12:46:59 wiz Exp $ -SHA1 (mame0155s.zip) = 61da5d2977100eda89a8d5946f93edb1521810ac -RMD160 (mame0155s.zip) = 65aa9827bf1ff8266839b9d7794e35e082415f31 -Size (mame0155s.zip) = 40065055 bytes +SHA1 (mame0156s.zip) = 0889e28eca1c6d7730ae82b66ebdc1876c7d8518 +RMD160 (mame0156s.zip) = b4cafa39f33beca7e0ce9b3af2cee4e8ff61472f +Size (mame0156s.zip) = 40477362 bytes SHA1 (patch-src_lib_web_mongoose.c) = 58ecfa92b254e915988781360d7d79a73d80e44b SHA1 (patch-src_osd_osdcore.h) = 4dbc233a613d1743f97d3cb9c6526fb56ca7b6d6 +SHA1 (patch-src_osd_sdl_sdl.mak) = 21fbc2902d66e913e0bc4cc4fab7cf78db33ac21 diff --git a/emulators/mame/patches/patch-src_osd_sdl_sdl.mak b/emulators/mame/patches/patch-src_osd_sdl_sdl.mak new file mode 100644 index 00000000000..a3ef4203b57 --- /dev/null +++ b/emulators/mame/patches/patch-src_osd_sdl_sdl.mak @@ -0,0 +1,14 @@ +$NetBSD: patch-src_osd_sdl_sdl.mak,v 1.3 2014/11/27 12:46:59 wiz Exp $ + +Choose a network interface type for NetBSD to fix linking. + +--- src/osd/sdl/sdl.mak.orig 2014-11-26 10:37:58.000000000 +0000 ++++ src/osd/sdl/sdl.mak +@@ -235,6 +235,7 @@ BASE_TARGETOS = unix + SYNC_IMPLEMENTATION = ntc + LIBS += -lutil + NO_USE_MIDI = 1 ++SDL_NETWORK = pcap + endif + + ifeq ($(TARGETOS),solaris) |