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/xmess/files/patch-ba | |
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/xmess/files/patch-ba')
-rw-r--r-- | emulators/xmess/files/patch-ba | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/emulators/xmess/files/patch-ba b/emulators/xmess/files/patch-ba deleted file mode 100644 index 498ae2d71890..000000000000 --- a/emulators/xmess/files/patch-ba +++ /dev/null @@ -1,26 +0,0 @@ -Index: makefile.unix -@@ -249,9 +249,9 @@ - ######## Alpha/Linux - # ARCH = linux_alpha - ######## ix86/Linux --ARCH = linux_i386 -+# ARCH = linux_i386 - ######## ix86/FreeBSD and ix86/BSDi --# ARCH = FREEBSD -+ARCH = FREEBSD - ######## ix86/NetBSD - # ARCH = netbsd_i386 - ######## Sparc/SunOS ( no sound ) -@@ -287,7 +287,12 @@ - DEFS.linux_powerpc = -Dlinux -DACORN - DEFS.linux_alpha = -Dlinux -DLSB_FIRST -DAXP_ASM -DACORN - DEFS.linux_i386 = -Dlinux -DLSB_FIRST -DX86_ASM -+ifeq (${MACHINE_ARCH},i386) - DEFS.FREEBSD = -DLSB_FIRST -DX86_ASM -Dlinux -DFREEBSD_SOUND_WORKAROUND -+else -+# someone with an alpha pls check this -+DEFS.FREEBSD = -DLSB_FIRST -DACORN -Dlinux -DFREEBSD_SOUND_WORKAROUND -+endif - DEFS.netbsd_i386 = -DLSB_FIRST -DX86_ASM -DNETBSD -DUSE_AUDIO - DEFS.sunos = -Dsun -DCLOCKS_PER_SEC=1000000 -DACORN - DEFS.solaris = -Dsun -DACORN |