aboutsummaryrefslogtreecommitdiff
path: root/emulators/mame
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-26 20:50:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-26 20:50:59 +0000
commitc476b6c742aec85b29d42439e419c27c97d3d8ed (patch)
tree97ea08ac74f9e54c44a42f34ffc5df6edd9b36f6 /emulators/mame
parenteee76dd793be694ae222c23c3059f5b367862709 (diff)
downloadports-c476b6c742aec85b29d42439e419c27c97d3d8ed.tar.gz
ports-c476b6c742aec85b29d42439e419c27c97d3d8ed.zip
- Update to 0.1333
PR: 137019 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=238404
Diffstat (limited to 'emulators/mame')
-rw-r--r--emulators/mame/Makefile4
-rw-r--r--emulators/mame/distinfo6
-rw-r--r--emulators/mame/files/mame.ini2
-rw-r--r--emulators/mame/files/patch-makefile19
4 files changed, 16 insertions, 15 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index d149317e5a49..534e2ae9b783 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/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/mame/distinfo b/emulators/mame/distinfo
index a0fa5ee27121..093906116e2b 100644
--- a/emulators/mame/distinfo
+++ b/emulators/mame/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/mame/files/mame.ini b/emulators/mame/files/mame.ini
index b67dcf7fe1c8..cafbec7c11fb 100644
--- a/emulators/mame/files/mame.ini
+++ b/emulators/mame/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/mame/files/patch-makefile b/emulators/mame/files/patch-makefile
index f3a447bb9818..70303c5cbe01 100644
--- a/emulators/mame/files/patch-makefile
+++ b/emulators/mame/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)