diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-04-02 01:15:56 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-04-02 01:15:56 +0800 |
commit | 14f82a391de01dbfbce94467fe2011579c277f2e (patch) | |
tree | fbcb37e163a4cfeabb02cdbdf55d35e6aa73afd5 /emulators/xmess | |
parent | bc5aaab5c5cb5c6e0af93d2abf510a1fc1b72d2f (diff) | |
download | freebsd-ports-gnome-14f82a391de01dbfbce94467fe2011579c277f2e.tar.gz freebsd-ports-gnome-14f82a391de01dbfbce94467fe2011579c277f2e.tar.zst freebsd-ports-gnome-14f82a391de01dbfbce94467fe2011579c277f2e.zip |
Update xmame to 0.37b13.1
- Assign maintainership to Stijn Hoop, due to current maintainers timeouts.
- Don't symlink /usr/X11R6/etc/xmamerc to avoid bento warning
- Update CPS2 patch version to latest release
- Rename wpcmame glue in xmame makefile to pinmame
Submitted by: Stijn Hoop <stijn@win.tue.nl>
PR: 26217
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/Makefile | 3 | ||||
-rw-r--r-- | emulators/xmess/files/patch-ac | 28 |
2 files changed, 30 insertions, 1 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 5ea93fc65bff..201739ac55bd 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -8,9 +8,10 @@ PORTNAME= xmess PORTVERSION= 0.37b12.1 -MAINTAINER= nox@jelal.kn-bremen.de +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 new file mode 100644 index 000000000000..c7fbc9ba5e9f --- /dev/null +++ b/emulators/xmess/files/patch-ac @@ -0,0 +1,28 @@ +--- src/unix/unix.mak.orig Sat Mar 10 09:11:54 2001 ++++ src/unix/unix.mak Sun Mar 11 19:26:27 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 +@@ -326,7 +326,7 @@ + + 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 >> doc/x$(TARGET).6 + cat src/unix/xmame.6-3 >> doc/x$(TARGET).6 + + install: $(INST.$(DISPLAY_METHOD)) install-man |