From 4c7d7fa034b8481ab8bafc5338e969a8c36f67d7 Mon Sep 17 00:00:00 2001 From: abs Date: Fri, 11 Feb 2011 13:16:40 +0000 Subject: add back comments accidently lost in previous commit --- emulators/mame/distinfo | 12 ++++++------ emulators/mame/patches/patch-makefile | 4 +++- emulators/mame/patches/patch-src_emu_debug_debugcpu.c | 4 +++- emulators/mame/patches/patch-src_emu_emucore.h | 4 +++- emulators/mame/patches/patch-src_lib_util_astring.h | 4 +++- emulators/mame/patches/patch-src_osd_sdl_sdlsync__ntc.c | 4 +++- 6 files changed, 21 insertions(+), 11 deletions(-) (limited to 'emulators') diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo index 304d8479946..c8aa4c0c9c4 100644 --- a/emulators/mame/distinfo +++ b/emulators/mame/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.2 2011/02/11 12:49:33 abs Exp $ +$NetBSD: distinfo,v 1.3 2011/02/11 13:16:40 abs Exp $ SHA1 (mame0141s.zip) = 80225e2694469dac39a75815f227b864a4992f5e RMD160 (mame0141s.zip) = c09ef461280dfd7e45ca638caaa66d8752a9794b Size (mame0141s.zip) = 17092788 bytes -SHA1 (patch-makefile) = 87a66c19f0fd637bd90dec41b42940a5e516c2fd -SHA1 (patch-src_emu_debug_debugcpu.c) = b980e28e4a97086a585577c68d1d331a146276bc -SHA1 (patch-src_emu_emucore.h) = 602eafc4d2439a206c9429495b4885672d49dc88 -SHA1 (patch-src_lib_util_astring.h) = c401491310c675996b5fb6c180e19c9c9289ab31 -SHA1 (patch-src_osd_sdl_sdlsync__ntc.c) = 697e9b178783f2a8f8d8efe749a75e0023ef6a35 +SHA1 (patch-makefile) = e8fcacd7926679d087e29d0098dfb2c660cbb96f +SHA1 (patch-src_emu_debug_debugcpu.c) = 9223063c1aebf2e7846bd5ad46885fd8c97e9ea2 +SHA1 (patch-src_emu_emucore.h) = 3852589019a347338a05aee9151e161ed4b72696 +SHA1 (patch-src_lib_util_astring.h) = eb48db35ffc5627a102adce619abab94a15c77ce +SHA1 (patch-src_osd_sdl_sdlsync__ntc.c) = ada3c8e8fccd681d296b543737f355d20c18f516 diff --git a/emulators/mame/patches/patch-makefile b/emulators/mame/patches/patch-makefile index e1ccbd3360c..e7f2b4b351a 100644 --- a/emulators/mame/patches/patch-makefile +++ b/emulators/mame/patches/patch-makefile @@ -1,4 +1,6 @@ -$NetBSD: patch-makefile,v 1.2 2011/02/11 12:49:33 abs Exp $ +$NetBSD: patch-makefile,v 1.3 2011/02/11 13:16:40 abs Exp $ + +First chunk accepted upstream, second pkgsrc-only. --- makefile.orig 2010-12-29 22:50:26.000000000 +0000 +++ makefile diff --git a/emulators/mame/patches/patch-src_emu_debug_debugcpu.c b/emulators/mame/patches/patch-src_emu_debug_debugcpu.c index 87c1a1c3aa9..9a8e455932a 100644 --- a/emulators/mame/patches/patch-src_emu_debug_debugcpu.c +++ b/emulators/mame/patches/patch-src_emu_debug_debugcpu.c @@ -1,4 +1,6 @@ -$NetBSD: patch-src_emu_debug_debugcpu.c,v 1.2 2011/02/11 12:49:33 abs Exp $ +$NetBSD: patch-src_emu_debug_debugcpu.c,v 1.3 2011/02/11 13:16:40 abs Exp $ + +Sent upstream and accepted. --- src/emu/debug/debugcpu.c.orig 2010-12-31 16:41:26.000000000 +0000 +++ src/emu/debug/debugcpu.c diff --git a/emulators/mame/patches/patch-src_emu_emucore.h b/emulators/mame/patches/patch-src_emu_emucore.h index 5da09375ced..90d0960e2f1 100644 --- a/emulators/mame/patches/patch-src_emu_emucore.h +++ b/emulators/mame/patches/patch-src_emu_emucore.h @@ -1,4 +1,6 @@ -$NetBSD: patch-src_emu_emucore.h,v 1.2 2011/02/11 12:49:33 abs Exp $ +$NetBSD: patch-src_emu_emucore.h,v 1.3 2011/02/11 13:16:40 abs Exp $ + +Sent upstream and accepted. --- src/emu/emucore.h.orig 2010-12-31 14:59:46.000000000 +0000 +++ src/emu/emucore.h diff --git a/emulators/mame/patches/patch-src_lib_util_astring.h b/emulators/mame/patches/patch-src_lib_util_astring.h index fadc4a3219c..b596f3ed3b2 100644 --- a/emulators/mame/patches/patch-src_lib_util_astring.h +++ b/emulators/mame/patches/patch-src_lib_util_astring.h @@ -1,4 +1,6 @@ -$NetBSD: patch-src_lib_util_astring.h,v 1.2 2011/02/11 12:49:33 abs Exp $ +$NetBSD: patch-src_lib_util_astring.h,v 1.3 2011/02/11 13:16:40 abs Exp $ + +Sent upstream and accepted. --- src/lib/util/astring.h.orig 2010-10-31 23:48:04.000000000 +0000 +++ src/lib/util/astring.h diff --git a/emulators/mame/patches/patch-src_osd_sdl_sdlsync__ntc.c b/emulators/mame/patches/patch-src_osd_sdl_sdlsync__ntc.c index 9e48f444edc..3e7cdb71a82 100644 --- a/emulators/mame/patches/patch-src_osd_sdl_sdlsync__ntc.c +++ b/emulators/mame/patches/patch-src_osd_sdl_sdlsync__ntc.c @@ -1,4 +1,6 @@ -$NetBSD: patch-src_osd_sdl_sdlsync__ntc.c,v 1.2 2011/02/11 12:49:33 abs Exp $ +$NetBSD: patch-src_osd_sdl_sdlsync__ntc.c,v 1.3 2011/02/11 13:16:40 abs Exp $ + +Sent upstream and accepted. --- src/osd/sdl/sdlsync_ntc.c.orig 2010-01-15 20:12:06.000000000 +0000 +++ src/osd/sdl/sdlsync_ntc.c -- cgit v1.2.3