ports/137022: Update port: emulators/sdlmess Update to 0.133
Emmanuel Vadot
elbarto at arcadebsd.org
Thu Jul 23 02:20:16 UTC 2009
>Number: 137022
>Category: ports
>Synopsis: Update port: emulators/sdlmess Update to 0.133
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 23 02:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Emmanuel Vadot
>Release: 7.2-STABLE
>Organization:
ArcadeBSD
>Environment:
FreeBSD maetel.arcadebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #1: Thu Jun 18 06:04:49 CEST 2009 root at maetel.arcadebsd.org:/space/FreeBSD/FreeBSD-7/src/sys/i386/compile/maetel.arcadebsd.org i386
>Description:
Update port to version 0.133
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -urN /usr/ports/emulators/sdlmess/Makefile sdlmess/Makefile
--- /usr/ports/emulators/sdlmess/Makefile 2009-07-10 01:19:18.000000000 +0200
+++ sdlmess/Makefile 2009-07-23 04:09:30.000000000 +0200
@@ -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 at ArcadeBSD.org
diff -urN /usr/ports/emulators/sdlmess/distinfo sdlmess/distinfo
--- /usr/ports/emulators/sdlmess/distinfo 2009-05-10 18:08:37.000000000 +0200
+++ sdlmess/distinfo 2009-07-23 03:53:20.000000000 +0200
@@ -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 -urN /usr/ports/emulators/sdlmess/files/mess.ini sdlmess/files/mess.ini
--- /usr/ports/emulators/sdlmess/files/mess.ini 2009-03-18 01:38:52.000000000 +0100
+++ sdlmess/files/mess.ini 2009-07-23 04:06:27.000000000 +0200
@@ -16,6 +16,7 @@
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 @@
snapname %g/%i
snapsize auto
snapview internal
+burnin 0
#
# CORE PERFORMANCE OPTIONS
diff -urN /usr/ports/emulators/sdlmess/files/patch-makefile.sdl sdlmess/files/patch-makefile.sdl
--- /usr/ports/emulators/sdlmess/files/patch-makefile.sdl 2009-03-18 01:38:52.000000000 +0100
+++ sdlmess/files/patch-makefile.sdl 2009-07-23 03:55:40.000000000 +0200
@@ -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)
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list