Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/games
In directory usw-pr-cvs1:/tmp/cvs-serv16325

Modified Files:
        tads-2.5.5-3.info 
Added Files:
        xscorch-0.1.15-1.info xscorch-0.1.15-1.patch 
Removed Files:
        xscorch-0.1.14-2.info xscorch-0.1.14-2.patch 
Log Message:
new version

--- NEW FILE: xscorch-0.1.15-1.info ---
Package: xscorch
Version: 0.1.15
Revision: 1
Maintainer: Alexander Strange <[EMAIL PROTECTED]>
BuildDepends: libjpeg, libpng, libtiff, netpbm, audiofile, esound, glib, orbit, 
giflib, imlib, gnome-libs-dev
Depends: gtk+, gnome-libs, libmikmod
Source: http://chaos2.org/%n/%n-%v.tar.gz 
UpdateLibtool: yes
Patch: %f.patch
ConfigureParams: --mandir=%p/share/man --enable-opt --disable-warn --disable-network
SetCPPFlags: -no-cpp-precomp
SetCFlags: -no-cpp-precomp -fexpensive-optimizations
InstallScript: make install DESTDIR=%d
DocFiles: doc/AI doc/NOTES doc/NETWORK doc/xscorch.txt AUTHORS COPYING INSTALL NEWS 
README TODO 
Description: Scorched Earth - "the mother of all games"
DescDetail:<<
This is the *nix clone of Scorched Earth, a classic tank game. Some weapons have not 
been added yet.
<<
DescPackaging:<<
cc does not recognize '...' in macro arguments, so the patch file fixes that.
<<
DescPort:<<
Network support is broken on Darwin until someone fixes it, so we turn that off.
<<
Homepage: http://www.chaos2.org/xscorch/
License: GPL

--- NEW FILE: xscorch-0.1.15-1.patch ---
diff -Nurd xscorch-0.1.15/Makefile.in xscorch-0.1.15-patched/Makefile.in
--- xscorch-0.1.15/Makefile.in  Mon Jun 17 22:33:52 2002
+++ xscorch-0.1.15-patched/Makefile.in  Sun Jul  7 16:10:51 2002
@@ -116,7 +116,7 @@
 bin_PROGRAMS = $(GTK_PROGRAM) $(NETWORK_PROGRAM)
 
 xscorch_SOURCES = xscorch.c
-xscorch_LDADD = $(GTK_LIBS) $(LIBMIKMOD_LIBS) sgame/libscorch_game.a 
sgtk/libscorch_gtk.a sgtk/swidgets/libscorch_widget_gtk.a sai/libscorch_ai.a 
$(MIKMOD_LD_ADD) $(NETWORK_LD_ADD) sutil/libscorch_util.a sgame/libscorch_game.a
+xscorch_LDADD = sgame/libscorch_game.a sgtk/libscorch_gtk.a 
+sgtk/swidgets/libscorch_widget_gtk.a sai/libscorch_ai.a $(MIKMOD_LD_ADD) 
+$(NETWORK_LD_ADD) sutil/libscorch_util.a sgame/libscorch_game.a $(GTK_LIBS) 
+$(LIBMIKMOD_LIBS)
 
 xscorch_server_SOURCES = xscorch.c
 xscorch_server_LDADD = -lm $(LIBREADLINE_LIBS) sgame/libscorch_game.a 
sconsole/libscorch_console.a sai/libscorch_ai.a ssound/libscorch_sound_null.a 
$(NETWORK_LD_ADD) sutil/libscorch_util.a sgame/libscorch_game.a
diff -Nurd xscorch-0.1.15/xscorch.c xscorch-0.1.15-patched/xscorch.c
--- xscorch-0.1.15/xscorch.c    Mon Jun 17 22:29:47 2002
+++ xscorch-0.1.15-patched/xscorch.c    Sun Jul  7 16:10:36 2002
@@ -70,7 +70,6 @@
    sigemptyset(&sigset);
    sigaddset(&sigset, SIGPIPE);
    sa.sa_handler = sc_signal_handler;
-   sa.sa_sigaction = NULL;
    sa.sa_mask = sigset;
    sa.sa_flags = 0;
    sigaction(SIGPIPE, &sa, NULL);

Index: tads-2.5.5-3.info
===================================================================
RCS file: /cvsroot/fink/packages/dists/unstable/main/finkinfo/games/tads-2.5.5-3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tads-2.5.5-3.info   26 Jan 2002 14:10:03 -0000      1.2
+++ tads-2.5.5-3.info   7 Jul 2002 20:34:24 -0000       1.3
@@ -4,6 +4,7 @@
 Maintainer: Alexander Strange <[EMAIL PROTECTED]>
 Depends: ncurses
 Source: 
http://www.ifarchive.org/if-archive/programming/tads2/source/tads2src-255.tar.gz
+SourceMD5: a616a1dd5107ef2b2021e3c62958432a 
 SourceDirectory: tads2
 PatchScript: sed 's:@PREFIX@:%p:g' <%a/%f.patch | patch -p1
 CompileScript: (cd unix; OS_VERS=`uname``uname -r` make) 

--- xscorch-0.1.14-2.info DELETED ---

--- xscorch-0.1.14-2.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
We have stuff for geeks like you.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to