Upgrade to latest version.

This commit is contained in:
Vanilla I. Shu 2001-01-21 02:40:41 +00:00
parent ad2dd30443
commit cff7b01e73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37386
4 changed files with 36 additions and 30 deletions

View File

@ -6,16 +6,15 @@
#
PORTNAME= xmame
PORTVERSION= 0.37b7.1
PORTREVISION= 0
PORTVERSION= 0.37b10.1
CATEGORIES= emulators
MASTER_SITES= http://x.mame.net/download/ \
ftp://ftp.kaupp.cx/pub/xmame/ \
http://www.ozemail.com.au/~knebauer/xmame/files/
EXTRACT_SUFX= .tgz
MAINTAINER= c9710216@studentmail.newcastle.edu.au
USE_BZIP2= yes
USE_XPM= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
@ -23,12 +22,29 @@ MAKEFILE= makefile.unix
MAN6= xmame.6
XMAMEDOCS= changes.mame changes.unix gamelist.mame \
imgtool.txt liesmich.unix multiplayer-readme.txt \
readme.mame todo xmame-doc-1.html xmame-doc-2.html \
xmame-doc-3.html xmame-doc-4.html xmame-doc-5.html \
xmame-doc-6.html xmame-doc-7.html xmame-doc.html \
xmame-doc.lyx xmame-doc.ps xmame-doc.sgml xmame-doc.txt
XMAMEDOCS= changes.mame \
changes.unix \
credits.txt \
imgtool.txt \
liesmich.unix \
mess.txt \
messnew.txt \
messold.txt \
messroms.txt \
multiplayer-readme.txt \
readme.mame \
xmame-doc-1.html \
xmame-doc-2.html \
xmame-doc-3.html \
xmame-doc-4.html \
xmame-doc-5.html \
xmame-doc-6.html \
xmame-doc-7.html \
xmame-doc.html \
xmame-doc.lyx \
xmame-doc.ps \
xmame-doc.sgml \
xmame-doc.txt
# the large number of sed regexes here is intended to make this port a whole
# lot easier to maintain - please don't convert them into a patch.

View File

@ -1 +1 @@
MD5 (xmame-0.37b7.1.tgz) = 3d856af670f8934e1c5f4bdffd902e35
MD5 (xmame-0.37b10.1.tar.bz2) = d9f144489643229c686016771a610d6e

View File

@ -1,13 +0,0 @@
--- makefile.unix.orig Sun Nov 5 15:55:59 2000
+++ makefile.unix Sun Nov 5 15:56:14 2000
@@ -90,8 +90,8 @@
# if strict ansi used set IL to "static"
# This can very noticably increase xmame's performance, so enabling this is
# encouraged, it works fine with gcc and probably with most other compilers.
-# IL = '-DINLINE=static inline'
-IL = -DINLINE=static
+IL = '-DINLINE=static inline'
+# IL = -DINLINE=static
# *** Choose your linker & linker flags ( some OS's needs native linker
# instead GNU one )

View File

@ -1,13 +1,16 @@
bin/xmame
share/xmame/xmamerc
%%PORTDOCS%%share/doc/xmame/changes.mame
%%PORTDOCS%%share/doc/xmame/changes.unix
%%PORTDOCS%%share/doc/xmame/gamelist.mame
%%PORTDOCS%%share/doc/xmame/changes.mame
%%PORTDOCS%%share/doc/xmame/changes.unix
%%PORTDOCS%%share/doc/xmame/credits.txt
%%PORTDOCS%%share/doc/xmame/imgtool.txt
%%PORTDOCS%%share/doc/xmame/liesmich.unix
%%PORTDOCS%%share/doc/xmame/multiplayer-readme.txt
%%PORTDOCS%%share/doc/xmame/readme.mame
%%PORTDOCS%%share/doc/xmame/todo
%%PORTDOCS%%share/doc/xmame/liesmich.unix
%%PORTDOCS%%share/doc/xmame/mess.txt
%%PORTDOCS%%share/doc/xmame/messnew.txt
%%PORTDOCS%%share/doc/xmame/messold.txt
%%PORTDOCS%%share/doc/xmame/messroms.txt
%%PORTDOCS%%share/doc/xmame/multiplayer-readme.txt
%%PORTDOCS%%share/doc/xmame/readme.mame
%%PORTDOCS%%share/doc/xmame/xmame-doc-1.html
%%PORTDOCS%%share/doc/xmame/xmame-doc-2.html
%%PORTDOCS%%share/doc/xmame/xmame-doc-3.html