Update mame to 0.213.

This commit is contained in:
fcambus 2019-09-07 07:02:29 +00:00
parent 6c3b73fdf6
commit 3a62ae1941
4 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2019/08/04 06:36:19 fcambus Exp $
# $OpenBSD: Makefile,v 1.30 2019/09/07 07:02:29 fcambus Exp $
BROKEN-i386 = broken on 32-bit; enum in src/frontend/mame/ui/videoopt.h starting at 0x80000000
ONLY_FOR_ARCHS = amd64 i386
@ -7,7 +7,7 @@ USE_WXNEEDED = Yes
COMMENT = Multiple Arcade Machine Emulator
V = 212
V = 213
DISTNAME = mame0${V}s
PKGNAME = mame-0.${V}

View File

@ -1,2 +1,2 @@
SHA256 (mame0212s.zip) = Ia6g6MKDB1xjCGURlf4cCx+1+IgmEu6syk8j3ocasew=
SIZE (mame0212s.zip) = 138986178
SHA256 (mame0213s.zip) = JsiNq9ksvzE/K+bc8XI3DuzI5ULUphxwSBY2Dom1zo8=
SIZE (mame0213s.zip) = 139210075

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-makefile,v 1.9 2019/05/31 21:24:19 fcambus Exp $
$OpenBSD: patch-makefile,v 1.10 2019/09/07 07:02:29 fcambus Exp $
- Disable hardcoded -O3 optimizations
- Fix GCC_VERSION and CLANG_VERSION detection
@ -38,7 +38,7 @@ Index: makefile
PYTHON_AVAILABLE := $(shell $(PYTHON) --version > /dev/null 2>&1 && echo python)
GIT_AVAILABLE := $(shell git --version > /dev/null 2>&1 && echo git)
else
@@ -996,9 +991,9 @@ else
@@ -994,9 +989,9 @@ else
$(info Clang $(CLANG_VERSION) detected)
ifneq ($(TARGETOS),asmjs)
ifeq ($(ARCHITECTURE),_x64)

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-scripts_genie_lua,v 1.9 2019/02/28 12:20:33 fcambus Exp $
$OpenBSD: patch-scripts_genie_lua,v 1.10 2019/09/07 07:02:29 fcambus Exp $
- Set OPT_FLAGS even when OPTIMIZE is unset, to allow passing CXXFLAGS
- Remove broken GCC version detection
@ -6,7 +6,7 @@ $OpenBSD: patch-scripts_genie_lua,v 1.9 2019/02/28 12:20:33 fcambus Exp $
Index: scripts/genie.lua
--- scripts/genie.lua.orig
+++ scripts/genie.lua
@@ -844,17 +844,19 @@ if _OPTIONS["NOWERROR"]==nil then
@@ -853,17 +853,19 @@ if _OPTIONS["NOWERROR"]==nil then
}
end
@ -31,7 +31,7 @@ Index: scripts/genie.lua
if _OPTIONS["LTO"]=="1" then
buildoptions {
-- windows native mingw GCC 5.2 fails with -flto=x with x > 1. bug unfixed as of this commit
@@ -1068,54 +1070,6 @@ end
@@ -1077,54 +1079,6 @@ end