aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/xmess
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-04-14 20:16:58 +0800
committerolgeni <olgeni@FreeBSD.org>2001-04-14 20:16:58 +0800
commit031b2feb39743ad20a2d0fccc6f8d299e2a48475 (patch)
tree50402a1f1d01ad7ec9ddb5896129e30119a879eb /emulators/xmess
parentb02367932f52e743b6dcc70ac10d5f391c782f25 (diff)
downloadfreebsd-ports-gnome-031b2feb39743ad20a2d0fccc6f8d299e2a48475.tar.gz
freebsd-ports-gnome-031b2feb39743ad20a2d0fccc6f8d299e2a48475.tar.zst
freebsd-ports-gnome-031b2feb39743ad20a2d0fccc6f8d299e2a48475.zip
Update xmame, xmess and xpinmame to 0.37b13.2
From the PR: - Remove temporary GL patch (xmame/files/patch-ae) - Remove glue for xmess-0.37b12.1 from xmame makefile - Move patches to post-patch target And some more patches (also from maintainer): - Fixed distfile information (tarball changed) - Removed a file from pkg-plist. Notable updates in xmame-0.37b13.2: - Fixed an unmatched parenthesis error in src/drawgfx.c that was affecting non-Intel platforms. - Fixed a bug in mess/cpu/apexc/apexcdsm.c that was causing xmess linking to fail. - Updated GLMame to v0.85. (Sven Goethel) - Vector games now work with the SDL target. PR: 26474 Submitted by: Stijn Hoop <stijn@win.tue.nl>
Diffstat (limited to 'emulators/xmess')
-rw-r--r--emulators/xmess/Makefile3
-rw-r--r--emulators/xmess/files/patch-ac38
2 files changed, 1 insertions, 40 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index 201739ac55bd..3077eb1982a6 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= xmess
-PORTVERSION= 0.37b12.1
+PORTVERSION= 0.37b13.2
MAINTAINER= stijn@win.tue.nl
MASTERDIR= ${.CURDIR}/../xmame
-PATCHDIR= ${.CURDIR}/files
COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
diff --git a/emulators/xmess/files/patch-ac b/emulators/xmess/files/patch-ac
deleted file mode 100644
index 17ce071c4a6c..000000000000
--- a/emulators/xmess/files/patch-ac
+++ /dev/null
@@ -1,38 +0,0 @@
---- src/unix/unix.mak.orig Sat Mar 17 03:11:38 2001
-+++ src/unix/unix.mak Mon Apr 2 12:36:22 2001
-@@ -50,14 +50,14 @@
- LIBS.xfx = $(X11LIB) $(JOY_X11_LIBS) -lX11 -lXext -lglide2x
- LIBS.svgafx = $(X11LIB) -lvga -lvgagl -lglide2x
- LIBS.openstep = -framework AppKit
--LIBS.SDL = -ldl -lSDL -lpthread -D_REENTRANT
-+LIBS.SDL = `$(SDL_CONFIG) --libs`
- LIBS.photon2 = -L/usr/lib -lph -lphrender
-
- CFLAGS.x11 = $(X11INC) $(JOY_X11_CFLAGS)
- CFLAGS.xgl = $(X11INC) $(JOY_X11_CFLAGS) $(GLDRIVER)
- CFLAGS.xfx = $(X11INC) $(JOY_X11_CFLAGS) -I/usr/include/glide
- CFLAGS.svgafx = -I/usr/include/glide
--CFLAGS.SDL = -D_REENTRANT
-+CFLAGS.SDL = `$(SDL_CONFIG) --cflags`
- CFLAGS.photon2 =
-
- INST.x11 = doinstall
-@@ -317,7 +317,7 @@
-
- doc/x$(TARGET)rc.dist: all src/unix/xmamerc-keybinding-notes.txt
- ./x$(TARGET).$(DISPLAY_METHOD) -noloadconfig -showconfig | \
-- grep -v loadconfig > doc/x$(TARGET)rc.dist
-+ grep -v loadconfig | tr "\033" \# > doc/x$(TARGET)rc.dist
- cat src/unix/xmamerc-keybinding-notes.txt >> doc/x$(TARGET)rc.dist
-
- doc/gamelist.$(TARGET): all
-@@ -326,7 +326,8 @@
-
- doc/x$(TARGET).6: all src/unix/xmame.6-1 src/unix/xmame.6-3
- cat src/unix/xmame.6-1 > doc/x$(TARGET).6
-- ./x$(TARGET).$(DISPLAY_METHOD) -manhelp >> doc/x$(TARGET).6
-+ ./x$(TARGET).$(DISPLAY_METHOD) -noloadconfig -manhelp | \
-+ tr "\033" \# >> doc/x$(TARGET).6
- cat src/unix/xmame.6-3 >> doc/x$(TARGET).6
-
- install: $(INST.$(DISPLAY_METHOD)) install-man