Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/games
In directory sc8-pr-cvs1:/tmp/cvs-serv6321

Added Files:
        xmame-0.69.1-1.info xmame-0.69.1-1.patch xmess-0.68-1.info 
        xmess-0.68-1.patch 
Removed Files:
        xmame-0.67.2-2.info xmame-0.67.2-2.patch xmess-0.67.2-1.info 
        xmess-0.67.2-1.patch 
Log Message:
New upstream versions


--- NEW FILE: xmame-0.69.1-1.info ---
Package: xmame
Version: 0.69.1
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Depends: x11, esound-bin
BuildDepends: esound, audiofile
Source: http://x.mame.net/download/%n-%v.tar.bz2
Source-MD5: f4ecfdc3e7259bb938e8a99b4b44b983
PatchScript: sed 's|@prefix@|%p|g' <%a/%f.patch | patch -p1
CompileScript: make
InstallScript: <<
mkdir -p %i/share/xmame
make install PREFIX=%i
cd doc; cp xmamerc.dist %i/share/xmame
cd %i/bin; ln -s xmame.x11 xmame
<<
DocFiles: README todo doc/mame/*.txt doc/*.html doc/changes.unix 
doc/multiplayer-readme.txt
Description: Multiple Arcade Machine Emulator
DescDetail: <<
 Xmame is the X11/Unix port of MAME. MAME is the Multiple Arcade Machine
Emulator, an arcade (coin-op) video game emulator. The latest stable
release is capable of playing over 2000 arcade games.

Also check out the Mac version of MAME, MacMAME, at http://www.macmame.org
<<
DescUsage: <<
 Just type 'xmame' at the command prompt inside an X environment, for more
infomation see 'man xmame'. Settings are stored in 'xmamerc', an example
'xmamerc.dist' can be found in 'yourfinkdirectory/share/xmame'.
<<
License: Restrictive/Distributable
Homepage: http://x.mame.net

--- NEW FILE: xmame-0.69.1-1.patch ---
--- xmame-0.69.1/makefile.unix  Tue May 27 06:09:26 2003
+++ xmame-0.69.1-patched/makefile.unix  Wed May 28 23:01:27 2003
@@ -97,7 +97,7 @@
 
 # If you want to use whatever CFLAGS are currently set in your 
 # environment, then comment this out.
-CFLAGS =
+# CFLAGS =
 
 
 ###########################################################################
@@ -106,7 +106,7 @@
 ###########################################################################
 
 # gcc on x86
-CFLAGS = -O -Wall -Wno-unused
+# CFLAGS = -O -Wall -Wno-unused
 
 # gcc on x86 with some optimizations
 # CFLAGS = -O2 -Wall -Wno-unused -mcpu=i686 -fomit-frame-pointer \
@@ -121,7 +121,7 @@
 #  -fstrength-reduce -traditional-cpp
 
 # gcc on OpenStep/PPC or Mac OS X
-# CFLAGS = -O2 -Wall  -Wno-unused -funroll-loops -traditional-cpp \
+CFLAGS = -O2 -Wall  -Wno-unused -funroll-loops -traditional-cpp \
 #  -fstrength-reduce -fomit-frame-pointer -ffast-math -fsigned-char
 
 # IRIX MIPSpro with really serious optimization for R10K O2
@@ -283,7 +283,7 @@
 ###########################################################################
 
 # Normal linking.
-LD     = $(CC) -Wl,-s
+# LD   = $(CC) -Wl,-s
 
 # For the Intel C++ Compiler -- expect large link time due to -ipo 
 # optimization.
@@ -293,7 +293,7 @@
 # LD   = $(CC) -pg
 
 # No profiling (less strace output), but include debug info.
-# LD   = $(CC)
+LD     = $(CC)
 
 # For debugging only.  This only works with GNU binutils!!
 # LD   = $(CC) -Wl,-warn-common
@@ -314,7 +314,7 @@
 # Does your platform have a separate libm?  Only comment this out if you
 # have math libraries included within libc.  This is very rare; you will
 # probably only need it for OpenStep and BeOS systems.
-SEPARATE_LIBM = 1
+# SEPARATE_LIBM = 1
 
 # Does your platform have ranlib?  Leave this untouched unless you are
 # using IRIX, Unixware 7, or the Intel C++ Compiler.
@@ -369,7 +369,7 @@
 # Does your system support the gettimeofday() function?  If so, we 
 # encourage you to enable this feature.  Otherwise, comment it out.
 # :-(
-HAVE_GETTIMEOFDAY = 1
+# HAVE_GETTIMEOFDAY = 1
 
 # Uncomment this if you want to link with ElectricFence (for developers 
 # only).
@@ -383,7 +383,7 @@
 # Select destination directory for your compiled program, manual page,
 # and binary distribution.
 ifndef PREFIX
-PREFIX = /usr/local
+PREFIX = @prefix@
 endif
 BINDIR = $(PREFIX)/bin
 MANDIR = $(PREFIX)/share/man/man6
@@ -397,7 +397,7 @@
 ###########################################################################
 
 # i386, GNU asm
-MY_CPU = i386
+# MY_CPU = i386
 
 # i386, no asm -- needed for the Intel C++ compiler, which does not fully
 # understand gcc's inline assembly syntax, though you may still enable 
@@ -415,7 +415,7 @@
 # MY_CPU = m68k
 
 # Generic RISC (PowerPC, SPARC, HPPA, IBM)
-# MY_CPU = risc
+MY_CPU = risc
 
 # Generic RISC, LSB-first (RISC (Ultrix machines) & PlayStation2)
 # MY_CPU = risc_lsb
@@ -429,7 +429,7 @@
 ###########################################################################
 
 # Linux 
-ARCH  = linux
+# ARCH  = linux
 
 # FreeBSD
 # ARCH  = freebsd
@@ -466,7 +466,7 @@
 # ARCH = beos
 
 # generic UNIX, no sound
-# ARCH  = generic
+ARCH  = generic
 
 # (*) For IRIX 6.5 or higher add -DHAVE_SNPRINTF to CFLAGS.irix(_al) in
 # src/unix/Makefile
@@ -507,7 +507,7 @@
 
 # Choose any additonal sound drivers you want to include, besides the 
 # native sound driver for your system.
-# SOUND_ESOUND = 1
+SOUND_ESOUND = 1
 # SOUND_ALSA = 1
 # SOUND_ARTS_TEIRA = 1
 # SOUND_ARTS_SMOTEK = 1
@@ -557,10 +557,10 @@
 # Uncomment any extensions you wish to use.
 
 # MIT-Shared Memory X Extensions
-X11_MITSHM = 1
+# X11_MITSHM = 1
 
 # Use Xv extension for hardware scaling.
-X11_XV = 1
+# X11_XV = 1
 
 # Enable XFree86 DGA.  This also causes "make install" to set the suid bit 
 # on the executable.
@@ -580,8 +580,8 @@
 # X11LIB               = -L/usr/lib/X11
 
 # Standard location for XFree86
-X11INC         = -I/usr/X11R6/include
-X11LIB         = -L/usr/X11R6/lib
+X11INC         = -I/usr/X11R6/include -I/@prefix@/include
+X11LIB         = -L/usr/X11R6/lib -L/@prefix@/lib
 
 # Standard location for Sun systems
 # X11INC               = -I/usr/openwin/include
@@ -652,12 +652,12 @@
 # Choose ELF or a.out
 # ELF settings: No leading underscores + ELF object format.  Tested with
 # Linux/i386.  Also for Solaris/x86, for example.
-ASM_STRIP = src/unix/contrib/porting/strip_
-NASM_FMT  = -f elf
+# ASM_STRIP = src/unix/contrib/porting/strip_
+# NASM_FMT  = -f elf
 # a.out settings: Leading underscores + a.out object format.  Tested with
 # netBSD i386.  Also for older Linux installs, FreeBSD, and others.
-# ASM_STRIP = true  # no strip command
-# NASM_FMT  = -f aoutb
+ASM_STRIP = true  # no strip command
+NASM_FMT  = -f aoutb
 
 
 ###########################################################################

--- NEW FILE: xmess-0.68-1.info ---
Package: xmess
Version: 0.68
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Depends: x11, esound-bin
BuildDepends: esound, audiofile
Source: http://x.mame.net/download/xmame-0.69.1.tar.bz2
Source-MD5: f4ecfdc3e7259bb938e8a99b4b44b983
PatchScript: sed 's|@prefix@|%p|g' <%a/%f.patch | patch -p1
CompileScript: make
InstallScript: <<
mkdir -p %i/share/xmess
make install PREFIX=%i
cd doc; cp xmessrc.dist %i/share/xmess
cd %i/bin; ln -s xmess.x11 xmess
<<
DocFiles: README todo doc/mess/*.txt doc/*.html doc/changes.unix
Description: Multiple Emulator Super System
DescDetail: <<
 Xmess is the X11/Unix port of MESS. MESS is a Multiple System Emulator,
it is an emulator for the hardware of many different games consules (e.g.
Sega, NES, SNES, etc.) as well as many different old games-oriented home
computers (e.g. C64, C128, ZX80, etc.)

Also check out the MESS homepage, at http://www.mess.org
<<
DescUsage: <<
 Just type 'xmess' at the command prompt inside an X environment, for more
infomation see 'man xmess'. Settings are stored in 'xmessrc', an example
'xmessrc.dist' can be found in '/sw/share/xmess'.
<<
License: Restrictive/Distributable
Homepage: http://x.mame.net

--- NEW FILE: xmess-0.68-1.patch ---
--- xmame-0.69.1/makefile.unix  Tue May 27 06:09:26 2003
+++ xmame-0.69.1-patched/makefile.unix  Sun Jun  1 16:59:58 2003
@@ -33,7 +33,7 @@
 ###########################################################################
 
 # Uncomment one of these.
-TARGET = mame
+TARGET = mess
 # TARGET = mess
 # TARGET = neomame
 # TARGET = cpmame
@@ -97,7 +97,7 @@
 
 # If you want to use whatever CFLAGS are currently set in your 
 # environment, then comment this out.
-CFLAGS =
+# CFLAGS =
 
 
 ###########################################################################
@@ -106,7 +106,7 @@
 ###########################################################################
 
 # gcc on x86
-CFLAGS = -O -Wall -Wno-unused
+# CFLAGS = -O -Wall -Wno-unused
 
 # gcc on x86 with some optimizations
 # CFLAGS = -O2 -Wall -Wno-unused -mcpu=i686 -fomit-frame-pointer \
@@ -121,7 +121,7 @@
 #  -fstrength-reduce -traditional-cpp
 
 # gcc on OpenStep/PPC or Mac OS X
-# CFLAGS = -O2 -Wall  -Wno-unused -funroll-loops -traditional-cpp \
+CFLAGS = -O2 -Wall  -Wno-unused -funroll-loops -traditional-cpp \
 #  -fstrength-reduce -fomit-frame-pointer -ffast-math -fsigned-char
 
 # IRIX MIPSpro with really serious optimization for R10K O2
@@ -283,7 +283,7 @@
 ###########################################################################
 
 # Normal linking.
-LD     = $(CC) -Wl,-s
+# LD   = $(CC) -Wl,-s
 
 # For the Intel C++ Compiler -- expect large link time due to -ipo 
 # optimization.
@@ -293,7 +293,7 @@
 # LD   = $(CC) -pg
 
 # No profiling (less strace output), but include debug info.
-# LD   = $(CC)
+LD     = $(CC)
 
 # For debugging only.  This only works with GNU binutils!!
 # LD   = $(CC) -Wl,-warn-common
@@ -314,7 +314,7 @@
 # Does your platform have a separate libm?  Only comment this out if you
 # have math libraries included within libc.  This is very rare; you will
 # probably only need it for OpenStep and BeOS systems.
-SEPARATE_LIBM = 1
+# SEPARATE_LIBM = 1
 
 # Does your platform have ranlib?  Leave this untouched unless you are
 # using IRIX, Unixware 7, or the Intel C++ Compiler.
@@ -369,7 +369,7 @@
 # Does your system support the gettimeofday() function?  If so, we 
 # encourage you to enable this feature.  Otherwise, comment it out.
 # :-(
-HAVE_GETTIMEOFDAY = 1
+# HAVE_GETTIMEOFDAY = 1
 
 # Uncomment this if you want to link with ElectricFence (for developers 
 # only).
@@ -383,7 +383,7 @@
 # Select destination directory for your compiled program, manual page,
 # and binary distribution.
 ifndef PREFIX
-PREFIX = /usr/local
+PREFIX = @prefix@
 endif
 BINDIR = $(PREFIX)/bin
 MANDIR = $(PREFIX)/share/man/man6
@@ -397,7 +397,7 @@
 ###########################################################################
 
 # i386, GNU asm
-MY_CPU = i386
+# MY_CPU = i386
 
 # i386, no asm -- needed for the Intel C++ compiler, which does not fully
 # understand gcc's inline assembly syntax, though you may still enable 
@@ -415,7 +415,7 @@
 # MY_CPU = m68k
 
 # Generic RISC (PowerPC, SPARC, HPPA, IBM)
-# MY_CPU = risc
+MY_CPU = risc
 
 # Generic RISC, LSB-first (RISC (Ultrix machines) & PlayStation2)
 # MY_CPU = risc_lsb
@@ -429,7 +429,7 @@
 ###########################################################################
 
 # Linux 
-ARCH  = linux
+# ARCH  = linux
 
 # FreeBSD
 # ARCH  = freebsd
@@ -466,7 +466,7 @@
 # ARCH = beos
 
 # generic UNIX, no sound
-# ARCH  = generic
+ARCH  = generic
 
 # (*) For IRIX 6.5 or higher add -DHAVE_SNPRINTF to CFLAGS.irix(_al) in
 # src/unix/Makefile
@@ -507,7 +507,7 @@
 
 # Choose any additonal sound drivers you want to include, besides the 
 # native sound driver for your system.
-# SOUND_ESOUND = 1
+SOUND_ESOUND = 1
 # SOUND_ALSA = 1
 # SOUND_ARTS_TEIRA = 1
 # SOUND_ARTS_SMOTEK = 1
@@ -557,10 +557,10 @@
 # Uncomment any extensions you wish to use.
 
 # MIT-Shared Memory X Extensions
-X11_MITSHM = 1
+# X11_MITSHM = 1
 
 # Use Xv extension for hardware scaling.
-X11_XV = 1
+# X11_XV = 1
 
 # Enable XFree86 DGA.  This also causes "make install" to set the suid bit 
 # on the executable.
@@ -580,8 +580,8 @@
 # X11LIB               = -L/usr/lib/X11
 
 # Standard location for XFree86
-X11INC         = -I/usr/X11R6/include
-X11LIB         = -L/usr/X11R6/lib
+X11INC         = -I/usr/X11R6/include -I/@prefix@/include
+X11LIB         = -L/usr/X11R6/lib -L/@prefix@/lib
 
 # Standard location for Sun systems
 # X11INC               = -I/usr/openwin/include
@@ -652,12 +652,12 @@
 # Choose ELF or a.out
 # ELF settings: No leading underscores + ELF object format.  Tested with
 # Linux/i386.  Also for Solaris/x86, for example.
-ASM_STRIP = src/unix/contrib/porting/strip_
-NASM_FMT  = -f elf
+# ASM_STRIP = src/unix/contrib/porting/strip_
+# NASM_FMT  = -f elf
 # a.out settings: Leading underscores + a.out object format.  Tested with
 # netBSD i386.  Also for older Linux installs, FreeBSD, and others.
-# ASM_STRIP = true  # no strip command
-# NASM_FMT  = -f aoutb
+ASM_STRIP = true  # no strip command
+NASM_FMT  = -f aoutb
 
 
 ###########################################################################

--- xmame-0.69.1/mess/inputx.c  2003-05-25 05:41:38.000000000 +1000
+++ xmame-0.69.1-patched/mess/inputx.c  2003-06-01 19:08:45.000000000 +1000
@@ -1,6 +1,5 @@
 #include <ctype.h>
 #include <assert.h>
-#include <wctype.h>
 #include "inputx.h"
 #include "inptport.h"
 #include "mame.h"

--- xmame-0.67.2-2.info DELETED ---

--- xmame-0.67.2-2.patch DELETED ---

--- xmess-0.67.2-1.info DELETED ---

--- xmess-0.67.2-1.patch DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to