aboutsummaryrefslogtreecommitdiff
path: root/emulators/xmess
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-04-14 12:16:58 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-04-14 12:16:58 +0000
commitdb9ca188e201493bab4b36d6c8f7b676f05fb042 (patch)
tree0fa0b097d1ee225fce3a73551e58f4785d9e40c3 /emulators/xmess
parent141470537e26c2135689f2b19d363d214e1e918c (diff)
downloadports-db9ca188e201493bab4b36d6c8f7b676f05fb042.tar.gz
ports-db9ca188e201493bab4b36d6c8f7b676f05fb042.zip
Notes
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