diff options
author | pat <pat@FreeBSD.org> | 2002-05-14 10:51:55 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-14 10:51:55 +0800 |
commit | b997f7f58eb2208f7cfeca15b9bb167723499f30 (patch) | |
tree | 9eb356a6644145f1b5aedabc137151c852c637a9 /emulators | |
parent | edfc617847fe56dccd0826aab9f7457cbbdcb7fe (diff) | |
download | freebsd-ports-gnome-b997f7f58eb2208f7cfeca15b9bb167723499f30.tar.gz freebsd-ports-gnome-b997f7f58eb2208f7cfeca15b9bb167723499f30.tar.zst freebsd-ports-gnome-b997f7f58eb2208f7cfeca15b9bb167723499f30.zip |
Update to 0.60.1
PR: 37787
Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 3 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 2 | ||||
-rw-r--r-- | emulators/xmame/files/patch-ac | 27 | ||||
-rw-r--r-- | emulators/xmame/pkg-plist | 1 |
4 files changed, 27 insertions, 6 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index b19853128b36..02f9dbc5e1c0 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.59.1 +PORTVERSION?= 0.60.1 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/ \ http://www.mame.net/zips/ \ @@ -70,6 +70,7 @@ GENERALDOCS= changes.unix \ xmame.css \ xmame-doc.lyx \ xmame-doc.txt \ + ctrlr.txt \ dga2.txt XMAMEDOCS= changes.mame \ gamelist.mame \ diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index da6672def8b8..977c6eee6c02 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,4 +1,4 @@ -MD5 (xmame/xmame-0.59.1.tar.bz2) = 5b46b6edac55d8a4db8dc46ff56d035b +MD5 (xmame/xmame-0.60.1.tar.bz2) = 887e3956e410b06b92165637ba219070 MD5 (xmame/xmame-0.56.2.tar.bz2) = e43dd5e087f954351948fb9848485924 MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27 MD5 (xmame/cheat.zip) = b745ea4df1a3a517c00fedae1ee49a14 diff --git a/emulators/xmame/files/patch-ac b/emulators/xmame/files/patch-ac index ca37cc743b69..cc654ce32acb 100644 --- a/emulators/xmame/files/patch-ac +++ b/emulators/xmame/files/patch-ac @@ -1,5 +1,5 @@ ---- src/unix/unix.mak.orig Mon Mar 18 02:41:37 2002 -+++ src/unix/unix.mak Tue Mar 19 18:05:20 2002 +--- src/unix/unix.mak.orig Fri May 3 04:53:53 2002 ++++ src/unix/unix.mak Mon May 6 14:04:08 2002 @@ -50,20 +50,20 @@ # svga and ggi also use $(X11LIB) since that's where zlib often is @@ -26,7 +26,26 @@ CFLAGS.photon2 = INST.x11 = doinstall -@@ -357,7 +357,7 @@ +@@ -235,9 +235,18 @@ + MY_LIBS += -lusb + endif + else ++ifeq ($(ARCH), freebsd) ++ifeq ($(shell test -f /usr/include/usbhid.h && echo have_usbhid), have_usbhid) ++CONFIG += -DHAVE_USBHID_H ++MY_LIBS += -lusbhid ++else ++MY_LIBS += /usr/lib/libusb.a ++endif ++else + MY_LIBS += -lusb + endif + endif ++endif + + ifdef EFENCE + MY_LIBS += -lefence +@@ -366,7 +375,7 @@ doc/x$(TARGET)rc.dist: all src/unix/xmamerc-keybinding-notes.txt ./x$(TARGET).$(DISPLAY_METHOD) -noloadconfig -showconfig | \ @@ -35,7 +54,7 @@ cat src/unix/xmamerc-keybinding-notes.txt >> doc/x$(TARGET)rc.dist doc/gamelist.$(TARGET): all -@@ -366,7 +366,8 @@ +@@ -375,7 +384,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 diff --git a/emulators/xmame/pkg-plist b/emulators/xmame/pkg-plist index 3c7d6dd9d7d4..06e7500dcd52 100644 --- a/emulators/xmame/pkg-plist +++ b/emulators/xmame/pkg-plist @@ -25,6 +25,7 @@ share/%%MAMEMESS%%/%%MAMEMESS%%rc %%PORTDOCS%%share/doc/%%MAMEMESS%%/xmame.css %%PORTDOCS%%share/doc/%%MAMEMESS%%/xmame-doc.lyx %%PORTDOCS%%share/doc/%%MAMEMESS%%/xmame-doc.txt +%%PORTDOCS%%share/doc/%%MAMEMESS%%/ctrlr.txt %%PORTDOCS%%share/doc/%%MAMEMESS%%/dga2.txt %%MAMEONLY%%%%DATFILES%%share/xmame/hiscore.dat %%MAMEONLY%%%%DATFILES%%share/xmame/history.dat |