summaryrefslogtreecommitdiff
path: root/emulators/mame
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-12-08 23:18:54 +0000
committerwiz <wiz@pkgsrc.org>2018-12-08 23:18:54 +0000
commit762d9e40439ffad600490b18373c5a754a540d35 (patch)
treeb88e8f682cffab696594c8d5585cf495d2cfd404 /emulators/mame
parentaf9fbc763e00eaec6d1bb6277b96a87d06c0654c (diff)
downloadpkgsrc-762d9e40439ffad600490b18373c5a754a540d35.tar.gz
mame: add upstream bug report URLs to patches
Diffstat (limited to 'emulators/mame')
-rw-r--r--emulators/mame/distinfo6
-rw-r--r--emulators/mame/patches/patch-makefile5
-rw-r--r--emulators/mame/patches/patch-scripts_toolchain.lua3
3 files changed, 9 insertions, 5 deletions
diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo
index 8b1cb864c6a..7fe0191fedc 100644
--- a/emulators/mame/distinfo
+++ b/emulators/mame/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.76 2018/12/08 23:14:22 wiz Exp $
+$NetBSD: distinfo,v 1.77 2018/12/08 23:18:54 wiz Exp $
SHA1 (mame-0.204.tar.gz) = 770f600c4c83793ffade1fae471df9e0a8087300
RMD160 (mame-0.204.tar.gz) = 9a17f89b8fc34fbe26885f47ecc9de282e4fff1c
@@ -10,7 +10,7 @@ SHA1 (patch-3rdparty_bx_include_bx_platform.h) = caa57597d7c0916f82b3dbdc6ebf2e4
SHA1 (patch-3rdparty_bx_src_mutex.cpp) = 06efd43f0b69a6e1b764528527b5cfaa1adba138
SHA1 (patch-3rdparty_bx_src_thread.cpp) = 9bdd6334e9522faa4a42990ac77284633b31c6a5
SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = be6413d6cd277ad4d7b5266bad0d6c05c320bc0c
-SHA1 (patch-makefile) = 2e9092a2eba3db8b9a33a1d22f8410d7ab965a87
+SHA1 (patch-makefile) = 7af4b3c5323ae530b74cd479041df2d9cf62e1fe
SHA1 (patch-scripts_genie.lua) = 91940dbcf30e0abd25167a79b53deb43a18daf86
-SHA1 (patch-scripts_toolchain.lua) = 6227e19645ce1f632401629bc9c988736e5e1ba7
+SHA1 (patch-scripts_toolchain.lua) = 35ba2a981c1951f15f5ceb6f0eae785e41371b1d
SHA1 (patch-src_mame_video_xavix.cpp) = 3791a7937488bd134a3607616e5483f0d30b96f8
diff --git a/emulators/mame/patches/patch-makefile b/emulators/mame/patches/patch-makefile
index 60c91181189..5b6ac31fb91 100644
--- a/emulators/mame/patches/patch-makefile
+++ b/emulators/mame/patches/patch-makefile
@@ -1,8 +1,11 @@
-$NetBSD: patch-makefile,v 1.21 2018/10/11 08:20:54 adam Exp $
+$NetBSD: patch-makefile,v 1.22 2018/12/08 23:18:54 wiz Exp $
Treat all BSDs the same.
+
Do not set compiler optimization.
+
Add missing rules for building with clang on FreeBSD and NetBSD.
+https://github.com/mamedev/mame/pull/4383
--- makefile.orig 2018-08-29 00:35:24.000000000 +0000
+++ makefile
diff --git a/emulators/mame/patches/patch-scripts_toolchain.lua b/emulators/mame/patches/patch-scripts_toolchain.lua
index bcc1b1d683e..19d9eefde6a 100644
--- a/emulators/mame/patches/patch-scripts_toolchain.lua
+++ b/emulators/mame/patches/patch-scripts_toolchain.lua
@@ -1,6 +1,7 @@
-$NetBSD: patch-scripts_toolchain.lua,v 1.3 2018/10/11 08:20:54 adam Exp $
+$NetBSD: patch-scripts_toolchain.lua,v 1.4 2018/12/08 23:18:54 wiz Exp $
Allow Clang on FreeBSD, NetBSD, and OpenBSD.
+https://github.com/mamedev/mame/pull/4383
--- scripts/toolchain.lua.orig 2018-09-26 04:43:31.000000000 +0000
+++ scripts/toolchain.lua