diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-27 10:38:45 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-27 10:38:45 +0000 |
commit | 9f0183ed5afc8071a4ec34cbe4b0f9cc7416edcd (patch) | |
tree | 7ca17b19c37e2c24f7196a08dc048f2cbe626384 /emulators/xmame/files/patch-ab | |
parent | RUN_DEPENDS on wget; (diff) |
- Update to the version 0.37b12.1 of xmame/xmess
- Make emulators/xmess a slave port of emulators/xmame
- Add SDL support (enabled by default)
- Add DGA support for non-SDL builds
- Define spool directory to /var/games/x{mame,mess}, and install binary
setgid games to avoid creating a world writable directory
- Add hiscore.dat, history.dat, and cheat.dat support for xmame
- Convert patch-ab into ${SED} in ports Makefile
- Add CPS-2 patches for xmame; this enables more games
- Enable optimization for xmame/xmess by default
PR: 25921 (with more patches from originator)
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Notes
Notes:
svn path=/head/; revision=40430
Diffstat (limited to 'emulators/xmame/files/patch-ab')
-rw-r--r-- | emulators/xmame/files/patch-ab | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/emulators/xmame/files/patch-ab b/emulators/xmame/files/patch-ab deleted file mode 100644 index d123931c6c3e..000000000000 --- a/emulators/xmame/files/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ ---- doc/xmamerc.dist.orig Sun Nov 5 15:30:02 2000 -+++ doc/xmamerc.dist Sun Nov 5 15:32:12 2000 -@@ -60,7 +60,7 @@ - samples 1 - samplefreq 22050 - bufsize 3.000000 --volume -3 -+volume -13 - # audiodevice <NULL> (not set) - # mixerdevice <NULL> (not set) - -@@ -70,13 +70,13 @@ - mouse 1 - - ### Fileio Related ### --rompath /usr/games/lib/xmame --spooldir /usr/games/lib/xmame -+rompath %%PREFIX%%/share/xmame/roms -+spooldir %%PREFIX%%/share/xmame/hi - screenshotdir . --cheatfile /usr/games/lib/xmame/cheat.dat --hiscorefile /usr/games/lib/xmame/hiscore.dat --historyfile /usr/games/lib/xmame/history.dat --mameinfofile /usr/games/lib/xmame/mameinfo.dat -+cheatfile %%PREFIX%%/share/xmame/cheat.dat -+hiscorefile %%PREFIX%%/share/xmame/hiscore.dat -+historyfile %%PREFIX%%/share/xmame/history.dat -+mameinfofile %%PREFIX%%/share/xmame/mameinfo.dat - - ### Mame Related ### - defaultgame pacman |