summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-02-10 23:29:18 +0000
committerwiz <wiz@pkgsrc.org>2015-02-10 23:29:18 +0000
commit2f4390d31965bf25fcd2e6bdc514bc54112502ae (patch)
tree9f03dc6fe2316123ba6db86d449c1d77a17f626e /emulators
parentabd6e0ec1b18b4413287eac68b2429c8cd774006 (diff)
downloadpkgsrc-2f4390d31965bf25fcd2e6bdc514bc54112502ae.tar.gz
Patch was accepted upstream, add mame pull request URL.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mame/distinfo4
-rw-r--r--emulators/mame/patches/patch-3rdparty_mongoose_mongoose.c4
2 files changed, 5 insertions, 3 deletions
diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo
index a6c4ebc05ab..fd03f455dc0 100644
--- a/emulators/mame/distinfo
+++ b/emulators/mame/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2015/01/29 21:52:10 wiz Exp $
+$NetBSD: distinfo,v 1.31 2015/02/10 23:29:18 wiz Exp $
SHA1 (mame0158s.zip) = 4c1841674cf158c4288ad3065431b4cf9e82d515
RMD160 (mame0158s.zip) = 7ffa288bef4455fbec8a1f8de1f0a55bbdc41a75
Size (mame0158s.zip) = 46615447 bytes
-SHA1 (patch-3rdparty_mongoose_mongoose.c) = 525b9ee03ed90d22eccf086ffbc81e2756ba6e30
+SHA1 (patch-3rdparty_mongoose_mongoose.c) = 6d128eab24efff814f7e2221fdd2c226011f5efe
SHA1 (patch-makefile) = 062bef85b423b9dc6da6988d3b6fbba35c40c97a
SHA1 (patch-src_osd_sdl_sdl.mak) = fce30c08c07680e777d889d8fde5f81556cd0cab
diff --git a/emulators/mame/patches/patch-3rdparty_mongoose_mongoose.c b/emulators/mame/patches/patch-3rdparty_mongoose_mongoose.c
index edb884e2225..2b0d6df1420 100644
--- a/emulators/mame/patches/patch-3rdparty_mongoose_mongoose.c
+++ b/emulators/mame/patches/patch-3rdparty_mongoose_mongoose.c
@@ -1,10 +1,12 @@
-$NetBSD: patch-3rdparty_mongoose_mongoose.c,v 1.2 2015/01/29 20:08:16 wiz Exp $
+$NetBSD: patch-3rdparty_mongoose_mongoose.c,v 1.3 2015/02/10 23:29:18 wiz Exp $
If _XOPEN_SOURCE is defined to 600, NetBSD does not provide strtoll
and other stuff.
https://github.com/cesanta/mongoose/pull/466
+https://github.com/mamedev/mame/pull/128
+
--- 3rdparty/mongoose/mongoose.c.orig 2015-01-29 13:55:43.000000000 +0000
+++ 3rdparty/mongoose/mongoose.c
@@ -48,7 +48,9 @@