Update of /cvsroot/fink/experimental/thesin/finkinfo/test
In directory usw-pr-cvs1:/tmp/cvs-serv25272

Modified Files:
        clanlib-0.6.5-1.patch pingus-0.5.0pre3-1.info 
        pingus-0.5.0pre3-1.patch 
Log Message:
reverted the clanlib-config changes since pingus hates the -isystem and getting 
further into pingus now

Index: clanlib-0.6.5-1.patch
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/test/clanlib-0.6.5-1.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- clanlib-0.6.5-1.patch       4 Nov 2002 20:04:23 -0000       1.2
+++ clanlib-0.6.5-1.patch       4 Nov 2002 22:36:07 -0000       1.3
@@ -855,31 +855,6 @@
  
  Libs/libclanVorbis.a: $(OBJF_LIB_VORBIS)
        @echo "Building Libs/libclanVorbis.a"
-diff -ruN ClanLib-0.6.5.orig/Setup/Unix/clanlib-config.in 
ClanLib-0.6.5/Setup/Unix/clanlib-config.in
---- ClanLib-0.6.5.orig/Setup/Unix/clanlib-config.in    2001-03-01 14:39:42.000000000 
-0700
-+++ ClanLib-0.6.5/Setup/Unix/clanlib-config.in 2002-11-04 13:01:04.000000000 -0700
-@@ -3,7 +3,7 @@
- prefix=@prefix@
- exec_prefix=@exec_prefix@
- libdir=@libdir@
--includedir=@includedir@
-+includedir=@includedir@/ClanLib
- 
- if test $# -eq 0; then
-       echo "Usage: clanlib-config [--version] [--cflags] [--libs]"
-@@ -15,10 +15,9 @@
-     echo @version_minor@
-     ;;
-   --cflags)
--    includes=-I${includedir} 
--    echo ${includes} @comp_mode@
-+    echo -I${includedir} @CFLAGS@
-     ;;     
-   --libs)
--    echo -L${libdir} -lclanCore -lclanApp
-+    echo -lclanCore -lclanApp
-     ;;
- esac
 diff -ruN ClanLib-0.6.5.orig/Sources/API/Core/System/clanstring.h 
ClanLib-0.6.5/Sources/API/Core/System/clanstring.h
 --- ClanLib-0.6.5.orig/Sources/API/Core/System/clanstring.h    2002-02-20 
01:06:28.000000000 -0700
 +++ ClanLib-0.6.5/Sources/API/Core/System/clanstring.h 2002-11-04 12:38:15.000000000 
 +-0700

Index: pingus-0.5.0pre3-1.info
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/test/pingus-0.5.0pre3-1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pingus-0.5.0pre3-1.info     4 Nov 2002 19:33:13 -0000       1.2
+++ pingus-0.5.0pre3-1.info     4 Nov 2002 22:36:07 -0000       1.3
@@ -2,16 +2,25 @@
 Version: 0.5.0pre3
 Revision: 1
 ###
-Depends: imagemagick, libxml2-shlibs, hermes-shlibs, clanlib-shlibs, pth
-BuildDepends: libxml2, hermes, clanlib, automake
+GCC: 3.1
+###
+Depends: libxml2-shlibs, hermes-shlibs, clanlib-shlibs
+BuildDepends: libxml2, hermes, clanlib
 ###
 Source: ftp://%n.seul.org/pub/%n/%n-%v.tar.bz2
 Source-MD5: 737ab23ffd9407d13ec15a57a3150066
 ###
 Patch: %f.patch
 ###
-ConfigureParams: --without-clanGL --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
+NoSetCPPFLAGS: true
+###
+ConfigureParams: --with-clanGL --mandir=%i/share/man --infodir=%p/share/info 
+--libexecdir=%p/lib
 ###
+CompileScript: <<
+  #!/bin/sh
+  CPPFLAGS=-I%p/include ./configure %c
+  make
+<<
 DocFiles: ABOUT-NLS AUTHORS BUGS COPYING CREDITS ChangeLog FAQ INSTALL NEWS README 
THANKS TODO
 ###
 Description: Lemmings clone with penguins

Index: pingus-0.5.0pre3-1.patch
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/test/pingus-0.5.0pre3-1.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pingus-0.5.0pre3-1.patch    4 Nov 2002 21:22:38 -0000       1.2
+++ pingus-0.5.0pre3-1.patch    4 Nov 2002 22:36:07 -0000       1.3
@@ -1,6 +1,6 @@
 diff -ruN pingus-0.5.0pre3.orig/src/Makefile.in pingus-0.5.0pre3/src/Makefile.in
---- pingus-0.5.0pre3.orig/src/Makefile.in      Sun Jan 20 08:56:03 2002
-+++ pingus-0.5.0pre3/src/Makefile.in   Fri Apr 19 16:12:37 2002
+--- pingus-0.5.0pre3.orig/src/Makefile.in      2002-01-20 08:56:03.000000000 -0700
++++ pingus-0.5.0pre3/src/Makefile.in   2002-11-04 14:22:08.000000000 -0700
 @@ -108,7 +108,7 @@
  extra_includes = @extra_includes@
  extra_libraries = @extra_libraries@
@@ -47,8 +47,8 @@
        ResDescriptor.hh Position.hh Color.hh \
        editor/EditorGroundpieceObj.hh editor/SpriteEditorObj.hh \
 diff -ruN pingus-0.5.0pre3.orig/src/PingusMain.cc pingus-0.5.0pre3/src/PingusMain.cc
---- pingus-0.5.0pre3.orig/src/PingusMain.cc    Sun Jan 20 07:17:26 2002
-+++ pingus-0.5.0pre3/src/PingusMain.cc Fri Apr 19 14:35:20 2002
+--- pingus-0.5.0pre3.orig/src/PingusMain.cc    2002-01-20 07:17:26.000000000 -0700
++++ pingus-0.5.0pre3/src/PingusMain.cc 2002-11-04 14:22:08.000000000 -0700
 @@ -32,7 +32,7 @@
  
  #ifndef WIN32
@@ -59,17 +59,17 @@
  #  include <direct.h>
  #  include "win32/config.h"
 diff -ruN pingus-0.5.0pre3.orig/src/System.cc pingus-0.5.0pre3/src/System.cc
---- pingus-0.5.0pre3.orig/src/System.cc        Tue Jan 15 03:48:49 2002
-+++ pingus-0.5.0pre3/src/System.cc     Mon Apr 22 09:03:24 2002
-@@ -17,6 +17,7 @@
- //  along with this program; if not, write to the Free Software
+--- pingus-0.5.0pre3.orig/src/System.cc        2002-01-15 03:48:49.000000000 -0700
++++ pingus-0.5.0pre3/src/System.cc     2002-11-04 14:22:08.000000000 -0700
+@@ -18,6 +18,7 @@
  //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  
  #ifndef WIN32
 +#  include <sys/types.h>
  #  include <dirent.h>
  #  include <fcntl.h>
-@@ -150,6 +154,12 @@
+ #  include <fnmatch.h>
+@@ -150,6 +151,12 @@
  System::create_dir(std::string directory)
  {
  #ifndef WIN32
@@ -83,8 +83,8 @@
      {
        if (mkdir(directory.c_str(), S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP) 
!= 0)
 diff -ruN pingus-0.5.0pre3.orig/src/XMLhelper.hh pingus-0.5.0pre3/src/XMLhelper.hh
---- pingus-0.5.0pre3.orig/src/XMLhelper.hh     Tue Jan 15 13:37:56 2002
-+++ pingus-0.5.0pre3/src/XMLhelper.hh  Fri Apr 19 14:35:20 2002
+--- pingus-0.5.0pre3.orig/src/XMLhelper.hh     2002-01-15 13:37:56.000000000 -0700
++++ pingus-0.5.0pre3/src/XMLhelper.hh  2002-11-04 14:22:08.000000000 -0700
 @@ -30,7 +30,7 @@
  
  // FIX: Under windows, it's necessary to use libxml/parser.h, or MS's
@@ -95,8 +95,8 @@
    #include <libxml/parser.h>
    #undef list
 diff -ruN pingus-0.5.0pre3.orig/src/generic/Makefile.in 
pingus-0.5.0pre3/src/generic/Makefile.in
---- pingus-0.5.0pre3.orig/src/generic/Makefile.in      Sun Jan 20 08:56:07 2002
-+++ pingus-0.5.0pre3/src/generic/Makefile.in   Fri Apr 19 14:35:20 2002
+--- pingus-0.5.0pre3.orig/src/generic/Makefile.in      2002-01-20 08:56:07.000000000 
+-0700
++++ pingus-0.5.0pre3/src/generic/Makefile.in   2002-11-04 14:22:08.000000000 -0700
 @@ -123,7 +123,7 @@
  LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@
@@ -106,20 +106,20 @@
  AR = ar
  CFLAGS = @CFLAGS@
  COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-@@ -182,6 +182,10 @@
-       -rm -f libpingus_generic.a
+@@ -183,6 +183,10 @@
        $(AR) cru libpingus_generic.a $(libpingus_generic_a_OBJECTS) 
$(libpingus_generic_a_LIBADD)
        $(RANLIB) libpingus_generic.a
-+
+ 
 +empty.o:
 +      touch empty.c
 +      cc -c -o empty.o empty.c
- 
++
  tags: TAGS
  
+ ID: $(HEADERS) $(SOURCES) $(LISP)
 diff -ruN pingus-0.5.0pre3.orig/src/getopt.c pingus-0.5.0pre3/src/getopt.c
---- pingus-0.5.0pre3.orig/src/getopt.c Wed Dec 31 17:00:00 1969
-+++ pingus-0.5.0pre3/src/getopt.c      Fri Apr 19 14:35:20 2002
+--- pingus-0.5.0pre3.orig/src/getopt.c 1969-12-31 17:00:00.000000000 -0700
++++ pingus-0.5.0pre3/src/getopt.c      2002-11-04 14:22:08.000000000 -0700
 @@ -0,0 +1,1055 @@
 +/* Getopt for GNU.
 +   NOTE: getopt is now part of the C library, so if you don't know what
@@ -1177,8 +1177,8 @@
 +
 +#endif /* TEST */
 diff -ruN pingus-0.5.0pre3.orig/src/getopt.h pingus-0.5.0pre3/src/getopt.h
---- pingus-0.5.0pre3.orig/src/getopt.h Wed Dec 31 17:00:00 1969
-+++ pingus-0.5.0pre3/src/getopt.h      Fri Apr 19 14:35:20 2002
+--- pingus-0.5.0pre3.orig/src/getopt.h 1969-12-31 17:00:00.000000000 -0700
++++ pingus-0.5.0pre3/src/getopt.h      2002-11-04 14:22:08.000000000 -0700
 @@ -0,0 +1,180 @@
 +/* Declarations for getopt.
 +   Copyright (C) 1989-1994, 1996-1999, 2001 Free Software Foundation, Inc.
@@ -1361,8 +1361,8 @@
 +
 +#endif /* getopt.h */
 diff -ruN pingus-0.5.0pre3.orig/src/getopt1.c pingus-0.5.0pre3/src/getopt1.c
---- pingus-0.5.0pre3.orig/src/getopt1.c        Wed Dec 31 17:00:00 1969
-+++ pingus-0.5.0pre3/src/getopt1.c     Fri Apr 19 14:35:20 2002
+--- pingus-0.5.0pre3.orig/src/getopt1.c        1969-12-31 17:00:00.000000000 -0700
++++ pingus-0.5.0pre3/src/getopt1.c     2002-11-04 14:22:08.000000000 -0700
 @@ -0,0 +1,188 @@
 +/* getopt_long and getopt_long_only entry points for GNU getopt.
 +   Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98
@@ -1553,8 +1553,8 @@
 +
 +#endif /* TEST */
 diff -ruN pingus-0.5.0pre3.orig/src/war/WarMain.cc pingus-0.5.0pre3/src/war/WarMain.cc
---- pingus-0.5.0pre3.orig/src/war/WarMain.cc   Sat Jan 19 11:12:54 2002
-+++ pingus-0.5.0pre3/src/war/WarMain.cc        Fri Apr 19 14:35:20 2002
+--- pingus-0.5.0pre3.orig/src/war/WarMain.cc   2002-01-19 11:12:54.000000000 -0700
++++ pingus-0.5.0pre3/src/war/WarMain.cc        2002-11-04 14:22:08.000000000 -0700
 @@ -17,9 +17,13 @@
  //  along with this program; if not, write to the Free Software
  //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to