ports/134370: Update ports: emulators/sdlmess Update to 0.131
Emmanuel Vadot
elbarto at arcadebsd.org
Fri May 8 16:00:02 UTC 2009
>Number: 134370
>Category: ports
>Synopsis: Update ports: emulators/sdlmess Update to 0.131
>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: Fri May 08 16:00:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Emmanuel Vadot
>Release: 7.2-RELEASE
>Organization:
ArcadeBSD
>Environment:
FreeBSD maetel 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root at walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Update the ports to version 0.131
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -urN /usr/ports/emulators/sdlmess/Makefile sdlmess/Makefile
--- /usr/ports/emulators/sdlmess/Makefile 2009-03-25 12:46:22.000000000 +0100
+++ sdlmess/Makefile 2009-05-08 17:22:16.000000000 +0200
@@ -6,7 +6,7 @@
#
PORTNAME= sdlmess
-PORTVERSION= 0.130
+PORTVERSION= 0.131
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \
http://rbelmont.mameworld.info/
@@ -31,9 +31,7 @@
.include <bsd.port.pre.mk>
-.if defined(WITH_DEBUG)
-EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch-debug
-.else
+.if !defined(WITH_DEBUG)
USE_GNOME= #
EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch
.endif
diff -urN /usr/ports/emulators/sdlmess/distinfo sdlmess/distinfo
--- /usr/ports/emulators/sdlmess/distinfo 2009-03-18 01:38:51.000000000 +0100
+++ sdlmess/distinfo 2009-05-08 17:21:25.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (sdlmess0130.zip) = 31767c04dd3b1ee9e8c8ffe603928e7a
-SHA256 (sdlmess0130.zip) = f8bafa155daa6cc435118e44ca9158f3dd1555b7c0c30e9671908014fc76192f
-SIZE (sdlmess0130.zip) = 31636461
+MD5 (sdlmess0131.zip) = 6e6c2ed1e39064d74188009f1a22f435
+SHA256 (sdlmess0131.zip) = e8626e21692f11445c2c7df8166f3f6cb3a76699d1cbcaec4305c4cdf18c447c
+SIZE (sdlmess0131.zip) = 31925502
diff -urN /usr/ports/emulators/sdlmess/files/sdl.mak.patch sdlmess/files/sdl.mak.patch
--- /usr/ports/emulators/sdlmess/files/sdl.mak.patch 2009-03-18 01:38:52.000000000 +0100
+++ sdlmess/files/sdl.mak.patch 2009-05-08 17:42:22.000000000 +0200
@@ -1,6 +1,15 @@
---- src/osd/sdl/sdl.mak.orig 2009-03-05 20:03:50.000000000 +0100
-+++ src/osd/sdl/sdl.mak 2009-03-05 20:06:22.000000000 +0100
-@@ -264,10 +264,10 @@
+--- src/osd/sdl/sdl.mak.orig 2009-03-19 14:09:23.000000000 +0100
++++ src/osd/sdl/sdl.mak 2009-03-25 05:32:18.000000000 +0100
+@@ -127,7 +127,7 @@
+
+ ifeq ($(TARGETOS),freebsd)
+ TARGETOS = unix
+-DEFS += -DNO_THREAD_COOPERATIVE
++DEFS += -DNO_THREAD_COOPERATIVE -DNO_DEBUGGER
+ endif
+
+ ifeq ($(TARGETOS),openbsd)
+@@ -269,10 +269,10 @@
# the new debugger relies on GTK+ in addition to the base SDLMAME needs
# Non-X11 builds can not use the debugger
ifndef NO_X11
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list