1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to 0.133

PR:		137022
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
This commit is contained in:
Martin Wilke 2009-07-26 20:51:49 +00:00
parent c476b6c742
commit dab9893008
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238405
8 changed files with 40 additions and 18 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)