Update mame to 0.195.

This commit is contained in:
fcambus 2018-02-28 10:52:43 +00:00
parent c7a205066b
commit 8f25f7421e
4 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/01/24 20:56:12 fcambus Exp $
# $OpenBSD: Makefile,v 1.2 2018/02/28 10:52:43 fcambus Exp $
ONLY_FOR_ARCHS = amd64
@ -6,7 +6,7 @@ USE_WXNEEDED = Yes
COMMENT = Multiple Arcade Machine Emulator
V = 193
V = 195
GH_ACCOUNT = mamedev
GH_PROJECT = mame

View File

@ -1,2 +1,2 @@
SHA256 (mame-0.193.tar.gz) = a16QtgK++8rStpibHpMND/blN9yQH3sWFaPm3uwiB6I=
SIZE (mame-0.193.tar.gz) = 125851598
SHA256 (mame-0.195.tar.gz) = sY0OI+z2shjEOmdwITyFCzxgXq2dKTAd40EB7RTCilc=
SIZE (mame-0.195.tar.gz) = 126375780

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-makefile,v 1.1.1.1 2018/01/24 20:56:12 fcambus Exp $
$OpenBSD: patch-makefile,v 1.2 2018/02/28 10:52:43 fcambus Exp $
- Disable hardcoded -O3 optimizations
- Fix GCC_VERSION and CLANG_VERSION detection
@ -6,7 +6,7 @@ $OpenBSD: patch-makefile,v 1.1.1.1 2018/01/24 20:56:12 fcambus Exp $
Index: makefile
--- makefile.orig
+++ makefile
@@ -192,7 +192,7 @@ GENIEOS := freebsd
@@ -195,7 +195,7 @@ GENIEOS := freebsd
endif
ifeq ($(firstword $(filter OpenBSD,$(UNAME))),OpenBSD)
OS := openbsd
@ -15,7 +15,7 @@ Index: makefile
endif
ifeq ($(firstword $(filter Darwin,$(UNAME))),Darwin)
OS := macosx
@@ -533,11 +533,6 @@ PROFILER =
@@ -548,11 +548,6 @@ PROFILER =
SYMBOLS = 1
endif
@ -27,7 +27,7 @@ Index: makefile
# set the symbols level
ifdef SYMBOLS
PARAMS += --SYMBOLS='$(SYMBOLS)'
@@ -914,9 +909,9 @@ FASTBUILD_PARAMS += $(FASTBUILD_TARGET)-x32
@@ -933,9 +928,9 @@ FASTBUILD_PARAMS += $(FASTBUILD_TARGET)-x32
endif
endif
else
@ -39,7 +39,7 @@ Index: makefile
endif
PYTHON_AVAILABLE := $(shell $(PYTHON) --version > /dev/null 2>&1 && echo python)
GIT_AVAILABLE := $(shell git --version > /dev/null 2>&1 && echo git)
@@ -928,9 +923,9 @@ else
@@ -947,9 +942,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.1.1.1 2018/01/24 20:56:12 fcambus Exp $
$OpenBSD: patch-scripts_genie_lua,v 1.2 2018/02/28 10:52:43 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.1.1.1 2018/01/24 20:56:12 fcambus Exp $
Index: scripts/genie.lua
--- scripts/genie.lua.orig
+++ scripts/genie.lua
@@ -787,17 +787,19 @@ if _OPTIONS["NOWERROR"]==nil then
@@ -792,17 +792,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
@@ -961,39 +963,6 @@ end
@@ -991,39 +993,6 @@ end