aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/sdlmame
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-07-27 04:50:59 +0800
committermiwi <miwi@FreeBSD.org>2009-07-27 04:50:59 +0800
commitc173f95dfe2f8fe416ddb8aba52845c9297f9de8 (patch)
tree051d466b0cdd6e9c62a64a5f2e2b9964a4e07378 /emulators/sdlmame
parentcace0691e4e699c3545513a756e6870479474db9 (diff)
downloadfreebsd-ports-gnome-c173f95dfe2f8fe416ddb8aba52845c9297f9de8.tar.gz
freebsd-ports-gnome-c173f95dfe2f8fe416ddb8aba52845c9297f9de8.tar.zst
freebsd-ports-gnome-c173f95dfe2f8fe416ddb8aba52845c9297f9de8.zip
- Update to 0.1333
PR: 137019 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
Diffstat (limited to 'emulators/sdlmame')
-rw-r--r--emulators/sdlmame/Makefile4
-rw-r--r--emulators/sdlmame/distinfo6
-rw-r--r--emulators/sdlmame/files/mame.ini2
-rw-r--r--emulators/sdlmame/files/patch-makefile19
4 files changed, 16 insertions, 15 deletions
diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile
index d149317e5a49..534e2ae9b783 100644
--- a/emulators/sdlmame/Makefile
+++ b/emulators/sdlmame/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= sdlmame
-PORTVERSION= 0.132
+PORTVERSION= 0.133
CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \
+MASTER_SITES= ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/ \
http://rbelmont.mameworld.info/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
diff --git a/emulators/sdlmame/distinfo b/emulators/sdlmame/distinfo
index a0fa5ee27121..093906116e2b 100644
--- a/emulators/sdlmame/distinfo
+++ b/emulators/sdlmame/distinfo
@@ -1,3 +1,3 @@
-MD5 (sdlmame0132.zip) = 4e35695b31ec107850f8c501373f8fca
-SHA256 (sdlmame0132.zip) = 42e69855691e79e4f8ca3b482eac0d5203c45502a28f69a60cc9b33b280caa01
-SIZE (sdlmame0132.zip) = 17879263
+MD5 (sdlmame0133.zip) = e049935d0c3a72ba9d3e22eb39aa882b
+SHA256 (sdlmame0133.zip) = ed13c178de6ccae5a7c958fa32504fdd5a55600fad81f76efa10e818ef416aa8
+SIZE (sdlmame0133.zip) = 17983288
diff --git a/emulators/sdlmame/files/mame.ini b/emulators/sdlmame/files/mame.ini
index b67dcf7fe1c8..cafbec7c11fb 100644
--- a/emulators/sdlmame/files/mame.ini
+++ b/emulators/sdlmame/files/mame.ini
@@ -15,6 +15,7 @@ ctrlrpath $HOME/.mame/ctrlr
inipath $HOME/.mame;.;ini
fontpath /usr/local/share/sdlmame/
cheatpath $HOME/.mame/cheat
+crosshairpath crosshair
#
# CORE OUTPUT DIRECTORY OPTIONS
@@ -41,6 +42,7 @@ wavwrite
snapname %g/%i
snapsize auto
snapview internal
+burnin 0
#
# CORE PERFORMANCE OPTIONS
diff --git a/emulators/sdlmame/files/patch-makefile b/emulators/sdlmame/files/patch-makefile
index f3a447bb9818..70303c5cbe01 100644
--- a/emulators/sdlmame/files/patch-makefile
+++ b/emulators/sdlmame/files/patch-makefile
@@ -1,5 +1,5 @@
---- makefile.orig 2009-03-05 14:16:35.000000000 +0000
-+++ makefile 2009-03-13 02:39:13.000000000 +0000
+--- makefile.orig 2009-06-11 06:38:13.000000000 +0200
++++ makefile 2009-07-23 02:44:01.000000000 +0200
@@ -59,7 +59,7 @@
ifeq ($(OSD),windows)
TARGETOS = win32
@@ -16,7 +16,7 @@
-CC = @gcc
-LD = @gcc
+CC := @$(CC)
-+LD = @$(CC)
++LD := @$(CC)
MD = -mkdir$(EXE)
RM = @rm -f
@@ -29,25 +29,24 @@
# add an EXE suffix to get the final emulator name
EMULATOR = $(FULLNAME)$(EXE)
-@@ -337,7 +337,7 @@
- # and make all errors into warnings
+@@ -338,7 +338,7 @@
ifneq ($(OPTIMIZE),0)
ifneq ($(TARGETOS),os2)
+ ifndef IA64
-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
+CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
else
- CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
endif
-@@ -379,7 +379,7 @@
+ else
+@@ -382,6 +382,7 @@
-I$(SRC)/lib/util \
-I$(SRC)/osd \
-I$(SRC)/osd/$(OSD) \
--
+ -I$(LOCALBASE)/include
- #-------------------------------------------------
-@@ -392,7 +392,7 @@
+
+@@ -395,7 +396,7 @@
ifneq ($(TARGETOS),macosx)
ifneq ($(TARGETOS),os2)
ifneq ($(TARGETOS),solaris)