pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mame: finish update using upstream patch



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Jan 30 14:38:50 2026 +0100
Changeset:	06d3bb9073bddcbc2e9d71c7b7db788d63e7f032

Modified Files:
	mame/PLIST
	mame/distinfo
Added Files:
	mame/patches/patch-src_devices_cpu_sharc_sharcops__table.cpp
Removed Files:
	mame/TODO

Log Message:
mame: finish update using upstream patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=06d3bb9073bddcbc2e9d71c7b7db788d63e7f032

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mame/PLIST                                                 |  5 ++++-
 mame/TODO                                                  |  1 -
 mame/distinfo                                              |  1 +
 .../patch-src_devices_cpu_sharc_sharcops__table.cpp        | 14 ++++++++++++++
 4 files changed, 19 insertions(+), 2 deletions(-)

diffs:
diff --git a/mame/PLIST b/mame/PLIST
index c57f4099be..287a54ebe1 100644
--- a/mame/PLIST
+++ b/mame/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.101 2025/12/31 10:17:17 wiz Exp $
+@comment $NetBSD$
 bin/castool
 bin/chdman
 bin/floptool
@@ -63,6 +63,7 @@ share/mame/artwork/slot-mask-aligned.png
 share/mame/artwork/slot-mask.png
 share/mame/artwork/white.png
 share/mame/hash/32x.xml
+share/mame/hash/3do.xml
 share/mame/hash/3do_m2.xml
 share/mame/hash/README.md
 share/mame/hash/a2600.xml
@@ -372,6 +373,7 @@ share/mame/hash/juku.xml
 share/mame/hash/jupace_cass.xml
 share/mame/hash/jupace_snap.xml
 share/mame/hash/k28.xml
+share/mame/hash/k28o.xml
 share/mame/hash/kaypro.xml
 share/mame/hash/kc_cart.xml
 share/mame/hash/kc_cass.xml
@@ -566,6 +568,7 @@ share/mame/hash/pdp1_ptp.xml
 share/mame/hash/pecom_cass.xml
 share/mame/hash/pegasus_cart.xml
 share/mame/hash/pencil2.xml
+share/mame/hash/pencil2_cass.xml
 share/mame/hash/pentagon_cass.xml
 share/mame/hash/pet_cass.xml
 share/mame/hash/pet_flop.xml
diff --git a/mame/TODO b/mame/TODO
deleted file mode 100644
index 1600745c2a..0000000000
--- a/mame/TODO
+++ /dev/null
@@ -1 +0,0 @@
-build fails, see https://github.com/mamedev/mame/issues/14897
diff --git a/mame/distinfo b/mame/distinfo
index 598b0aa671..db411ae947 100644
--- a/mame/distinfo
+++ b/mame/distinfo
@@ -8,3 +8,4 @@ SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = bb2e8c06d4b5f5869fb4
 SHA1 (patch-makefile) = 865b1513a86567352570aeba5f12251486c65052
 SHA1 (patch-scripts_src_3rdparty.lua) = 906d1024907ff6577bcf232bf9e384f852535781
 SHA1 (patch-scripts_toolchain.lua) = df383dab4787f58348d62e1c5f25ddaa45eb8199
+SHA1 (patch-src_devices_cpu_sharc_sharcops__table.cpp) = 83b87cc8353a7b6771966f927f41ee17be63bd36
diff --git a/mame/patches/patch-src_devices_cpu_sharc_sharcops__table.cpp b/mame/patches/patch-src_devices_cpu_sharc_sharcops__table.cpp
new file mode 100644
index 0000000000..78628598d0
--- /dev/null
+++ b/mame/patches/patch-src_devices_cpu_sharc_sharcops__table.cpp
@@ -0,0 +1,14 @@
+$NetBSD$
+
+https://github.com/mamedev/mame/commit/ffde4d3920ae99d2730db83982ffa9f8fbd8abd2
+
+--- src/devices/cpu/sharc/sharcops_table.cpp.orig	2026-01-29 15:02:37.000000000 +0000
++++ src/devices/cpu/sharc/sharcops_table.cpp
+@@ -1,5 +1,7 @@
+ // license:BSD-3-Clause
+ // copyright-holders:Ville Linde
++
++#include "emu.h"
+ #include "sharc.h"
+ 
+ const adsp21062_device::SHARC_OP adsp21062_device::s_sharc_opcode_table[] =


Home | Main Index | Thread Index | Old Index