Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/shells
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10746

Modified Files:
        zsh.info 
Log Message:
fixed broken zsh for 10.4 unstable (shells) per instructions from Daniel Macks

Index: zsh.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/shells/zsh.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- zsh.info    2 Jul 2005 10:41:44 -0000       1.2
+++ zsh.info    13 Sep 2005 04:40:06 -0000      1.3
@@ -1,6 +1,6 @@
 Package: zsh 
 Version: 4.2.5
-Revision: 11
+Revision: 22
 Depends: libiconv, pcre-shlibs, libncurses5-shlibs
 BuildDepends: libiconv-dev, pcre, pcre-bin, libncurses5
 CustomMirror: <<
@@ -34,7 +34,11 @@
  ./configure %c
 perl -pi.bak -e "s;-ldl -ltinfo -lm  -lc;-L%p/lib -lpcre -L%p/lib -lncurses 
-L%p/lib -liconv -ltinfo -ldl -lm -lc;" Makefile
 perl -pi.bak -e "s;-bundle -flat_namespace -undefined suppress;-bundle 
-twolevel_namespace -undefined dynamic_lookup;" Makefile
- make
+#perl -pi.bak -e "s;#define HAVE_POLL 1;#define HAVE_POLL 0;" config.h
+#perl -pi.bak -e "s;#define HAVE_POLL_H 1;#define HAVE_POLL_H 0;" config.h
+cp config.h config.h.bak 
+grep -v "HAVE_POLL" config.h.bak > config.h 
+make
 <<
 InstallScript:<<
 mkdir -p %i/etc/zsh
@@ -47,10 +51,13 @@
 Zsh is a shell designed for interactive use, although it is also 
 a powerful scripting language. Many of the useful features of bash, 
 ksh, and tcsh were incorporated into zsh; many original 
-features were added. 
+features were added. Its syntax is that of an augmented ksh.
 It is recommended that you read 
        http://zsh.sunsite.dk/Intro/intro_toc.html 
 before installing this shell.
+You might also consider installing the zsh-templates package
+and the zsh-helpfiles package.
+    http://babyurl.com/2SR9Ue
 <<
 DescUsage: <<
        All config files should be kept in %p/etc/zsh.
@@ -61,10 +68,16 @@
 This shell is NOT preconfigured. Sample configure scripts
 can be found in your %p/share/doc/zsh directory
 You may manually move those sample files to 
-%p/etc/zsh or alter them to your likings!
+%p/etc/zsh or alter them to your liking!
+
+Alternatively, the fink zsh-templates package provides a
+fully configured set of enhanced configuration scripts
+and functions, many specifically designed to facilitate
+interaction with the OS X environment.
 
 Documentation is included by default, please read
-it carefully.
+it carefully. In addition, the zsh-helpfiles package
+provides additional documentation.
 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 ATTENTION ATTENTION
@@ -73,6 +86,8 @@
 DescPort:  <<
        Getting it from a specific sourceforge mirror until I add Custom 
mirrors. Their
 mirrors seem to be pretty messed up.
+The 10.4 specific patch is required for the shell to 
+function.
 <<
 License: GPL
 Maintainer: Darian Lanx <[EMAIL PROTECTED]>



-------------------------------------------------------
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