aboutsummaryrefslogtreecommitdiff
path: root/emulators/mame
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2009-11-21 22:35:44 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2009-11-21 22:35:44 +0000
commit656e8c209db001ee3dd407c65391ee5076fc4d47 (patch)
treed542c94e05985015330b60f12df51ed0ae9e2524 /emulators/mame
parent28fb0e28ebecd2b42be89637348dd5b1f097f110 (diff)
downloadports-656e8c209db001ee3dd407c65391ee5076fc4d47.tar.gz
ports-656e8c209db001ee3dd407c65391ee5076fc4d47.zip
Notes
Diffstat (limited to 'emulators/mame')
-rw-r--r--emulators/mame/Makefile2
-rw-r--r--emulators/mame/distinfo6
-rw-r--r--emulators/mame/files/patch-makefile13
-rw-r--r--emulators/mame/files/sdl.mak.patch15
4 files changed, 18 insertions, 18 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 4da15d5ed943..fce40ac313a2 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sdlmame
-PORTVERSION= 0.134
+PORTVERSION= 0.135
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/ \
http://rbelmont.mameworld.info/
diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo
index d4a4c6152820..e1336a18636a 100644
--- a/emulators/mame/distinfo
+++ b/emulators/mame/distinfo
@@ -1,3 +1,3 @@
-MD5 (sdlmame0134.zip) = f22ed63a64f410c0bc05bcc4d9b6f7c7
-SHA256 (sdlmame0134.zip) = cfcd6825be3edf9156c190fc84b7ffb70d592e928516be6d20fc066b98a34f5f
-SIZE (sdlmame0134.zip) = 18230784
+MD5 (sdlmame0135.zip) = 526cad3a2f06ac50f9ab74ca410f087b
+SHA256 (sdlmame0135.zip) = 1f864daee8e5ac14b57429832343f4e7c37c6b46b0385a80a360f761c87d2681
+SIZE (sdlmame0135.zip) = 18450537
diff --git a/emulators/mame/files/patch-makefile b/emulators/mame/files/patch-makefile
index 70303c5cbe01..9dc54e92d8a5 100644
--- a/emulators/mame/files/patch-makefile
+++ b/emulators/mame/files/patch-makefile
@@ -1,5 +1,5 @@
---- makefile.orig 2009-06-11 06:38:13.000000000 +0200
-+++ makefile 2009-07-23 02:44:01.000000000 +0200
+--- makefile.orig 2009-11-13 11:07:31.000000000 +0100
++++ makefile 2009-11-13 11:08:58.000000000 +0100
@@ -59,7 +59,7 @@
ifeq ($(OSD),windows)
TARGETOS = win32
@@ -38,15 +38,16 @@
else
endif
else
-@@ -382,6 +382,7 @@
+@@ -382,7 +382,7 @@
-I$(SRC)/lib/util \
-I$(SRC)/osd \
-I$(SRC)/osd/$(OSD) \
-+ -I$(LOCALBASE)/include
+-
++ -I$(LOCALBASE)/include \
-
-@@ -395,7 +396,7 @@
+ #-------------------------------------------------
+@@ -395,7 +395,7 @@
ifneq ($(TARGETOS),macosx)
ifneq ($(TARGETOS),os2)
ifneq ($(TARGETOS),solaris)
diff --git a/emulators/mame/files/sdl.mak.patch b/emulators/mame/files/sdl.mak.patch
index 63a6f480c890..9623fe59ac74 100644
--- a/emulators/mame/files/sdl.mak.patch
+++ b/emulators/mame/files/sdl.mak.patch
@@ -1,15 +1,14 @@
---- src/osd/sdl/sdl.mak.orig 2009-03-19 14:09:23.000000000 +0100
-+++ src/osd/sdl/sdl.mak 2009-03-25 05:32:18.000000000 +0100
-@@ -127,7 +127,7 @@
+--- src/osd/sdl/sdl.mak.orig 2009-11-13 11:09:21.000000000 +0100
++++ src/osd/sdl/sdl.mak 2009-11-13 11:10:24.000000000 +0100
+@@ -140,6 +140,7 @@
+ endif
ifeq ($(TARGETOS),freebsd)
++DEFS += -DNO_DEBUGGER
TARGETOS = unix
--DEFS += -DNO_THREAD_COOPERATIVE
-+DEFS += -DNO_THREAD_COOPERATIVE -DNO_DEBUGGER
+ SYNC_IMPLEMENTATION = ntc
endif
-
- ifeq ($(TARGETOS),openbsd)
-@@ -269,10 +269,10 @@
+@@ -288,10 +289,10 @@
# the new debugger relies on GTK+ in addition to the base SDLMAME needs
# Non-X11 builds can not use the debugger
ifndef NO_X11