Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20932/10.3/unstable/main/finkinfo/games

Modified Files:
        jzip.info jzip.patch 
Log Message:
Sync xcode2.1 patch 10.4T->10.3; fix deps; cleaner license.txt generation.


Index: jzip.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games/jzip.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jzip.info   9 Jun 2005 21:56:46 -0000       1.4
+++ jzip.info   24 Aug 2005 04:07:31 -0000      1.5
@@ -1,9 +1,10 @@
 Package: jzip
 Version: 2.1
-Revision: 1
-Description: John's Zcode InterPreter runs Infocom & Inform bytecodegames
+Revision: 21
+Description: Infocom/Inform game interface
 Homepage: http://jzip.sourceforge.net/
 BuildDepends: libncurses5
+Depends: libncurses5-shlibs
 License: BSD
 DescDetail: <<
  John's Zcode InterPreter. Plays types 1-5 and 8 Infocom and Inform
@@ -31,16 +32,16 @@
 Source: mirror:sourceforge:%n/%n21-10oct2000.zip
 Source-MD5: 4c03c95bec15e45477899c12a545fc1d
 PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
-Sourcedirectory: .
+NoSourceDirectory: true
 CompileScript: <<
  make CC=gcc -f unixio.mak jzip ckifzs LIBS='-lncurses -lz -L%p/lib' 
OPTIMIZE='-O3 -g3 -prebind -ansi' CFLAGS='$(OPTIMIZE) -DPOSIX -DHAVE_GETOPT 
-DHARD_COLORS -DUSE_NCURSES_H -DUSE_ZLIB'
+ ./jzip -z > license.txt
 <<
 InstallScript: <<
  mkdir -p %i/bin/
  mkdir -p %i/share/zcode-games/
  install -m 755 jzip %i/bin/
  install -m 755 ckifzs %i/bin/
- tail -n 22 license.c | head -n 20 | sed '[EMAIL PROTECTED]@@' | sed '[EMAIL 
PROTECTED]|"\|);@@g' | sed '[EMAIL PROTECTED]@Jzip [EMAIL PROTECTED]' > 
license.txt
 <<
 DocFiles: license.txt
 Maintainer: None <fink-devel@lists.sourceforge.net>

Index: jzip.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games/jzip.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jzip.patch  16 Dec 2003 07:19:48 -0000      1.1
+++ jzip.patch  24 Aug 2005 04:07:31 -0000      1.2
@@ -21,3 +21,15 @@
 +      /* fatal( "open_story(): Zcode file not found" ); */
     }
     else if ( STANDALONE_FLAG && ( path = getenv( "PATH" ) ) == NULL )
+--- ./osdepend.c       2005-05-12 01:25:50.000000000 -0700
++++ ./osdepend.c-fink  2005-05-12 01:26:29.000000000 -0700
+@@ -87,7 +87,7 @@
+ /* getopt linkages */
+ 
+ extern int optind;
+-extern const char *optarg;
++extern char *optarg;
+ extern ZINT16 default_fg, default_bg;
+ 
+ #endif /* !defined(AMIGA) */
+



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to