summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-26 20:51:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-26 20:51:49 +0000
commitdab9893008e881ec439046444f213f3dcff1164f (patch)
tree984b6ab5f4d8af7b927101806a33312265f8d3de
parent- Update to 0.1333 (diff)
- Update to 0.133
PR: 137022 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=238405
-rw-r--r--emulators/mess/Makefile6
-rw-r--r--emulators/mess/distinfo6
-rw-r--r--emulators/mess/files/mess.ini2
-rw-r--r--emulators/mess/files/patch-makefile.sdl15
-rw-r--r--emulators/sdlmess/Makefile6
-rw-r--r--emulators/sdlmess/distinfo6
-rw-r--r--emulators/sdlmess/files/mess.ini2
-rw-r--r--emulators/sdlmess/files/patch-makefile.sdl15
8 files changed, 40 insertions, 18 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index 0931ba23abd9..a965c74e6bbd 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= sdlmess
-PORTVERSION= 0.131
+PORTVERSION= 0.133
CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \
- http://rbelmont.mameworld.info/
+MASTER_SITES= http://rbelmont.mameworld.info/ \
+ ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= elbarto@ArcadeBSD.org
diff --git a/emulators/mess/distinfo b/emulators/mess/distinfo
index 4c2f8bf4af92..737a4d692659 100644
--- a/emulators/mess/distinfo
+++ b/emulators/mess/distinfo
@@ -1,3 +1,3 @@
-MD5 (sdlmess0131.zip) = 6e6c2ed1e39064d74188009f1a22f435
-SHA256 (sdlmess0131.zip) = e8626e21692f11445c2c7df8166f3f6cb3a76699d1cbcaec4305c4cdf18c447c
-SIZE (sdlmess0131.zip) = 31925502
+MD5 (sdlmess0133.zip) = bd847771a11343d2efb75335b973d646
+SHA256 (sdlmess0133.zip) = db1d7e6c6cc3520e26f53b7bc5429773d9e6fe7d8ef57126486a56999281315e
+SIZE (sdlmess0133.zip) = 32501988
diff --git a/emulators/mess/files/mess.ini b/emulators/mess/files/mess.ini
index 18dba73a33de..f40ce56853d5 100644
--- a/emulators/mess/files/mess.ini
+++ b/emulators/mess/files/mess.ini
@@ -16,6 +16,7 @@ ctrlrpath $HOME/.mess/ctrlr
inipath $HOME/.mess;.;ini
fontpath $HOME/.mess/font;/usr/local/share/sdlmess/
cheatpath $HOME/.mess/cheat
+crosshairpath $HOME/.mess/crosshair
#
# CORE OUTPUT DIRECTORY OPTIONS
@@ -42,6 +43,7 @@ wavwrite
snapname %g/%i
snapsize auto
snapview internal
+burnin 0
#
# CORE PERFORMANCE OPTIONS
diff --git a/emulators/mess/files/patch-makefile.sdl b/emulators/mess/files/patch-makefile.sdl
index c81e9d469692..1f44c8bb6885 100644
--- a/emulators/mess/files/patch-makefile.sdl
+++ b/emulators/mess/files/patch-makefile.sdl
@@ -1,5 +1,5 @@
---- makefile.sdl.orig 2009-03-13 16:53:53.000000000 +0000
-+++ makefile.sdl 2009-03-17 23:44:38.000000000 +0000
+--- makefile.sdl.orig 2009-07-23 03:54:02.000000000 +0200
++++ makefile.sdl 2009-07-23 03:55:21.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
@@ -38,6 +38,15 @@
else
CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
endif
+@@ -379,7 +379,7 @@
+ -I$(SRC)/lib/util \
+ -I$(SRC)/osd \
+ -I$(SRC)/osd/$(OSD) \
+-
++ -I$(LOCALBASE)/include \
+
+
+ #-------------------------------------------------
@@ -392,7 +392,7 @@
ifneq ($(TARGETOS),macosx)
ifneq ($(TARGETOS),os2)
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile
index 0931ba23abd9..a965c74e6bbd 100644
--- a/emulators/sdlmess/Makefile
+++ b/emulators/sdlmess/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= sdlmess
-PORTVERSION= 0.131
+PORTVERSION= 0.133
CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \
- http://rbelmont.mameworld.info/
+MASTER_SITES= http://rbelmont.mameworld.info/ \
+ ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= elbarto@ArcadeBSD.org
diff --git a/emulators/sdlmess/distinfo b/emulators/sdlmess/distinfo
index 4c2f8bf4af92..737a4d692659 100644
--- a/emulators/sdlmess/distinfo
+++ b/emulators/sdlmess/distinfo
@@ -1,3 +1,3 @@
-MD5 (sdlmess0131.zip) = 6e6c2ed1e39064d74188009f1a22f435
-SHA256 (sdlmess0131.zip) = e8626e21692f11445c2c7df8166f3f6cb3a76699d1cbcaec4305c4cdf18c447c
-SIZE (sdlmess0131.zip) = 31925502
+MD5 (sdlmess0133.zip) = bd847771a11343d2efb75335b973d646
+SHA256 (sdlmess0133.zip) = db1d7e6c6cc3520e26f53b7bc5429773d9e6fe7d8ef57126486a56999281315e
+SIZE (sdlmess0133.zip) = 32501988
diff --git a/emulators/sdlmess/files/mess.ini b/emulators/sdlmess/files/mess.ini
index 18dba73a33de..f40ce56853d5 100644
--- a/emulators/sdlmess/files/mess.ini
+++ b/emulators/sdlmess/files/mess.ini
@@ -16,6 +16,7 @@ ctrlrpath $HOME/.mess/ctrlr
inipath $HOME/.mess;.;ini
fontpath $HOME/.mess/font;/usr/local/share/sdlmess/
cheatpath $HOME/.mess/cheat
+crosshairpath $HOME/.mess/crosshair
#
# CORE OUTPUT DIRECTORY OPTIONS
@@ -42,6 +43,7 @@ wavwrite
snapname %g/%i
snapsize auto
snapview internal
+burnin 0
#
# CORE PERFORMANCE OPTIONS
diff --git a/emulators/sdlmess/files/patch-makefile.sdl b/emulators/sdlmess/files/patch-makefile.sdl
index c81e9d469692..1f44c8bb6885 100644
--- a/emulators/sdlmess/files/patch-makefile.sdl
+++ b/emulators/sdlmess/files/patch-makefile.sdl
@@ -1,5 +1,5 @@
---- makefile.sdl.orig 2009-03-13 16:53:53.000000000 +0000
-+++ makefile.sdl 2009-03-17 23:44:38.000000000 +0000
+--- makefile.sdl.orig 2009-07-23 03:54:02.000000000 +0200
++++ makefile.sdl 2009-07-23 03:55:21.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
@@ -38,6 +38,15 @@
else
CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
endif
+@@ -379,7 +379,7 @@
+ -I$(SRC)/lib/util \
+ -I$(SRC)/osd \
+ -I$(SRC)/osd/$(OSD) \
+-
++ -I$(LOCALBASE)/include \
+
+
+ #-------------------------------------------------
@@ -392,7 +392,7 @@
ifneq ($(TARGETOS),macosx)
ifneq ($(TARGETOS),os2)