diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-13 14:27:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-13 14:27:59 +0000 |
commit | 9ee1e1ae4f7732ab87bc5950a08c05c2d2d971e8 (patch) | |
tree | 1bf5e1f09055cb27abc197ee7613fcdc48d5fa36 /emulators/mame | |
parent | d9c3068114d6b69cb675079d176c94cfdf01d884 (diff) | |
download | pkgsrc-9ee1e1ae4f7732ab87bc5950a08c05c2d2d971e8.tar.gz |
Update mame and mess to 0.149.
Bug fixes and new roms supported, like usual. Details at
http://mamedev.org/releases/whatsnew_0149.txt
and
http://mamedev.org/releases/messnew_0149.txt
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile | 5 | ||||
-rw-r--r-- | emulators/mame/Makefile.common | 4 | ||||
-rw-r--r-- | emulators/mame/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 4081cf49b97..bcc45d8e28a 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2013/06/06 12:54:19 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/06/13 14:27:59 wiz Exp $ -DISTNAME= mame0148s +DISTNAME= mame0149s PKGNAME= ${DISTNAME:S/0/-0./:S/s$//} -PKGREVISION= 4 MASTER_SITES= http://mamedev.org/downloader.php?file=releases/ COMMENT= Multiple Arcade Machine Emulator diff --git a/emulators/mame/Makefile.common b/emulators/mame/Makefile.common index 1891220e03a..ea9312ff910 100644 --- a/emulators/mame/Makefile.common +++ b/emulators/mame/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2013/01/21 12:53:16 wiz Exp $ +# $NetBSD: Makefile.common,v 1.9 2013/06/13 14:27:59 wiz Exp $ # # used by emulators/mame/Makefile # used by emulators/mess/Makefile @@ -28,6 +28,8 @@ UNLIMIT_RESOURCES+= datasize MAKE_FILE= makefile # 0.141 has too many conversion warnings MAKE_ENV= NOWERROR=1 +# we don't want to pull in qt4 +MAKE_ENV= NO_USE_QTDEBUG=1 . include "../../mk/endian.mk" .if ${MACHINE_ENDIAN:Mbig} diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo index 32748306ca0..053c2625762 100644 --- a/emulators/mame/distinfo +++ b/emulators/mame/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2013/01/21 12:53:16 wiz Exp $ +$NetBSD: distinfo,v 1.13 2013/06/13 14:27:59 wiz Exp $ -SHA1 (mame0148s.zip) = 4c0d2bc139c9e518dcf629e3c3d0f32977745298 -RMD160 (mame0148s.zip) = 7e8338227c55994e45432bd1f66511108685bdd0 -Size (mame0148s.zip) = 33822494 bytes +SHA1 (mame0149s.zip) = 895f1d1052e1eaa2e1cb0493a421cf854322cc07 +RMD160 (mame0149s.zip) = 73e167d38019f54d5fb3e38e10c3c259b2c48cb8 +Size (mame0149s.zip) = 35160585 bytes |