Update mame to 0.210.

This commit is contained in:
fcambus 2019-05-31 21:24:19 +00:00
parent 4ee2064992
commit c9c9b5e843
3 changed files with 12 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2019/04/28 19:21:34 fcambus Exp $
# $OpenBSD: Makefile,v 1.26 2019/05/31 21:24:19 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 = 209
V = 210
DISTNAME = mame0${V}s
PKGNAME = mame-0.${V}
@ -22,8 +22,9 @@ PATCHORIG = .orig.port
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ${COMPILER_LIBCXX} FLAC GL SDL2 SDL2_ttf X11 Xinerama
WANTLIB += c expat fontconfig freetype jpeg lua5.3 m sqlite3 util z
WANTLIB += ${COMPILER_LIBCXX} FLAC GL SDL2 SDL2_ttf X11 Xext Xi
WANTLIB += Xinerama c expat fontconfig freetype jpeg lua5.3 m
WANTLIB += sqlite3 util z
COMPILER = base-clang ports-gcc base-gcc

View File

@ -1,2 +1,2 @@
SHA256 (mame0209s.zip) = cEH+2bOJSdbe1M8Bp7HSZrpI5UR8NIiBz0SBgFCYT8Q=
SIZE (mame0209s.zip) = 137070771
SHA256 (mame0210s.zip) = ntwHuH4hyXaKea52cOdWEf/KFkCVTmIR/mWPLuCBqlg=
SIZE (mame0210s.zip) = 137308244

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-makefile,v 1.8 2019/02/28 12:20:33 fcambus Exp $
$OpenBSD: patch-makefile,v 1.9 2019/05/31 21:24:19 fcambus Exp $
- Disable hardcoded -O3 optimizations
- Fix GCC_VERSION and CLANG_VERSION detection
@ -6,7 +6,7 @@ $OpenBSD: patch-makefile,v 1.8 2019/02/28 12:20:33 fcambus Exp $
Index: makefile
--- makefile.orig
+++ makefile
@@ -206,7 +206,7 @@ GENIEOS := freebsd
@@ -207,7 +207,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
@@ -572,11 +572,6 @@ PROFILER =
@@ -573,11 +573,6 @@ PROFILER =
SYMBOLS = 1
endif
@ -27,7 +27,7 @@ Index: makefile
# set the symbols level
ifdef SYMBOLS
PARAMS += --SYMBOLS='$(SYMBOLS)'
@@ -933,8 +928,8 @@ endif
@@ -938,8 +933,8 @@ endif
ifeq ($(OS),windows)
ifeq (posix,$(SHELLTYPE))
@ -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
@@ -991,9 +986,9 @@ else
@@ -996,9 +991,9 @@ else
$(info Clang $(CLANG_VERSION) detected)
ifneq ($(TARGETOS),asmjs)
ifeq ($(ARCHITECTURE),_x64)