mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update to 0.60.1
PR: 37787 Submitted by: maintainer
This commit is contained in:
parent
0a49708793
commit
530b83fb2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59051
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user