diff --git a/games-emulation/mame/mame-0.283.recipe b/games-emulation/mame/mame-0.284.recipe similarity index 98% rename from games-emulation/mame/mame-0.283.recipe rename to games-emulation/mame/mame-0.284.recipe index 86aac67d7..1470566dc 100644 --- a/games-emulation/mame/mame-0.283.recipe +++ b/games-emulation/mame/mame-0.284.recipe @@ -15,7 +15,7 @@ COPYRIGHT="1997-2024 MAMEDev and contributors" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://github.com/mamedev/mame/archive/mame${portVersion/./}.tar.gz" -CHECKSUM_SHA256="cffd615ec2e7a1c708a75ef52593f84b501ff792ebfa553bde0e20ccd5f30d07" +CHECKSUM_SHA256="54c9ab67953247c655be47f06575fe3a156f75e2192cfd88e5b865f165057217" SOURCE_FILENAME="mame-$portVersion.tar.gz" SOURCE_DIR="mame-mame${portVersion/./}" PATCHES="mame-$portVersion.patchset" diff --git a/games-emulation/mame/patches/mame-0.283.patchset b/games-emulation/mame/patches/mame-0.284.patchset similarity index 98% rename from games-emulation/mame/patches/mame-0.283.patchset rename to games-emulation/mame/patches/mame-0.284.patchset index 0b0c43cf8..0743dea0d 100644 --- a/games-emulation/mame/patches/mame-0.283.patchset +++ b/games-emulation/mame/patches/mame-0.284.patchset @@ -1,4 +1,4 @@ -From 3140f53850a8fb7dd69a3cb773a40c71a5f1dd1f Mon Sep 17 00:00:00 2001 +From c7bb376382e666763d30589aa262f2b18839f795 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 10 Jun 2020 22:35:16 +1000 Subject: Haiku patches @@ -676,7 +676,7 @@ index f0782db..5a3a636 100644 #define PLATFORM_WINDOWS (1) #define PLATFORM_STRING "windows" diff --git a/makefile b/makefile -index 893adde..0919c69 100644 +index ed5d8dd..cb79791 100644 --- a/makefile +++ b/makefile @@ -232,6 +232,7 @@ OS := macosx @@ -687,7 +687,7 @@ index 893adde..0919c69 100644 endif ifndef OS -@@ -534,6 +535,10 @@ PARAMS += --CC='$(OVERRIDE_CC)' +@@ -538,6 +539,10 @@ PARAMS += --CC='$(OVERRIDE_CC)' ifndef CROSS_BUILD CC := $(OVERRIDE_CC) endif @@ -698,7 +698,7 @@ index 893adde..0919c69 100644 endif ifdef OVERRIDE_CXX PARAMS += --CXX='$(OVERRIDE_CXX)' -@@ -1476,6 +1481,28 @@ openbsd_x86_clang: generate $(PROJECTDIR)/$(MAKETYPE)-openbsd-clang/Makefile +@@ -1480,6 +1485,28 @@ openbsd_x86_clang: generate $(PROJECTDIR)/$(MAKETYPE)-openbsd-clang/Makefile $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-openbsd-clang config=$(CONFIG)32 precompile $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-openbsd-clang config=$(CONFIG)32 @@ -799,10 +799,10 @@ index fa12045..5f8418d 100644 #include #include -- -2.51.0 +2.52.0 -From d0e8e40ab68347869fa9ec390c4fc509227268e1 Mon Sep 17 00:00:00 2001 +From f6c1cbfc140f09fb797e9a198edf8d5eaf47547c Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 11 Jun 2020 08:59:34 +1000 Subject: Use stat Haiku @@ -840,10 +840,10 @@ index dab8620..ceb2263 100644 _out.type = FileType::File; _out.size = UINT64_MAX; -- -2.51.0 +2.52.0 -From fd6a0c55ccf68873c2afc7f48a9565188c6feff6 Mon Sep 17 00:00:00 2001 +From 6128cbfea24e0c75674e43b2cc0ec0bf540c75cd Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 11 Jun 2020 09:00:11 +1000 Subject: Disable ptty @@ -863,10 +863,10 @@ index 5f8418d..8838b2a 100644 #else // defined(__ANDROID__) // TODO: handling of the slave path is insecure - should use ptsname_r/ttyname_r in a loop -- -2.51.0 +2.52.0 -From df9ba26a15475e1d1c2f486090d6aad87bfc58ba Mon Sep 17 00:00:00 2001 +From 2827eeb7954857940de3c4876718a56165af2ba1 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Fri, 5 Aug 2022 19:24:12 +0200 Subject: Allow use of Qt Debugger on Haiku @@ -902,10 +902,10 @@ index 86a7272..d79abe7 100644 local str = backtick(sdlconfigcmd() .. " --libs") addlibfromstring(str) -- -2.51.0 +2.52.0 -From f14542c63862c4e7992be5d7180516766669d7ae Mon Sep 17 00:00:00 2001 +From 983f8b9c40d2d9f6896c66b348205097ba81b304 Mon Sep 17 00:00:00 2001 From: Alex Brown Date: Sat, 14 Oct 2023 11:26:57 +0100 Subject: toolchain.lua: set targetdir for Haiku @@ -957,10 +957,10 @@ index 18d4755..4853c15 100644 targetdir (_buildDir .. "osx_clang" .. "/bin/x64/Debug") -- -2.51.0 +2.52.0 -From bcd6bf0bbee32cf7974e51aa640870ab829489d3 Mon Sep 17 00:00:00 2001 +From 8db981e224f0fc170e67fc6f3f54c51985f31c42 Mon Sep 17 00:00:00 2001 From: Alex Brown Date: Sat, 14 Oct 2023 09:14:19 +0100 Subject: Set LinkSupportCircularDependencies for Haiku @@ -983,10 +983,10 @@ index 9cb7ee2..ffe673d 100644 links { "pthread", -- -2.51.0 +2.52.0 -From 1eaf360bb7de423ac7e6cb385c3af073f5165737 Mon Sep 17 00:00:00 2001 +From 1b3b2a2b6fa2d0ec05b4ceba6cadbadb3d5cb966 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Thu, 1 May 2025 09:47:57 +0200 Subject: Fix search for Qt6 @@ -1042,5 +1042,5 @@ index f3a970c..544d447 100644 else buildoptions { -- -2.51.0 +2.52.0