Update of /cvsroot/fink/packages/dists/unstable/crypto/finkinfo
In directory usw-pr-cvs1:/tmp/cvs-serv13225

Added Files:
        silc-client-0.9.4-1.info silc-client-0.9.4-1.patch 
Log Message:
New package from submission tracker


--- NEW FILE: silc-client-0.9.4-1.info ---
Package: silc-client
Version: 0.9.4
Revision: 1
Maintainer: William Dell Wisner <[EMAIL PROTECTED]>
Source: http://silcnet.org/download/client/sources/%n-%v.tar.bz2
Source-MD5: 55edd3c53479effc257cf00c07df12d2
Depends: dlcompat, glib-shlibs
BuildDepends: glib
SetCPPFLAGS: -no-cpp-precomp
Patch: %f.patch
ConfigureParams: --build powerpc-apple-darwin --with-docdir=%p/share/doc/%n 
--with-helpdir=%p/share/silc/help --with-simdir=%p/share/silc/modules 
--with-logsdir=%p/share/silc/logs --with-perl-lib=%p/lib/perl5
UpdateConfigGuessInDirs: lib/silcmath/mpi
InstallScript: make install DESTDIR=%d INSTALLPRIVLIB=%i/lib/perl5 
INSTALLARCHLIB=%i/lib/perl5/darwin INSTALLSITEARCH=%i/lib/perl5 
INSTALLMAN1DIR=%i/share/man/man1 INSTALLMAN3DIR=%i/share/man/man3
ConfFiles: %p/etc/silc.conf
#
Description: Secure Internet Live Conferencing client
DescDetail: <<
The standard text-mode client for SILC, a multi-user distributed chat
system in which all communications are full encrypted.
<<
DescPort: <<
configure scripts patched to permit compilation on OS X.
<<
License: GPL
Homepage: http://silcnet.org/

--- NEW FILE: silc-client-0.9.4-1.patch ---
diff -Nur silc-client-0.9.4/configure silc-client-0.9.4-patched/configure
--- silc-client-0.9.4/configure Sun Jun 23 20:25:05 2002
+++ silc-client-0.9.4-patched/configure Tue Jul  9 13:46:07 2002
@@ -5006,7 +5006,7 @@
     ;;
 
   darwin* | rhapsody*)
-    allow_undefined_flag='-undefined suppress'
+    allow_undefined_flag='-flat_namespace -undefined suppress'
     # FIXME: Relying on posixy $() will cause problems for
     #        cross-compilation, but unfortunately the echo tests do not
     #        yet detect zsh echo's removal of \ escapes.
diff -Nur silc-client-0.9.4/irssi/configure silc-client-0.9.4-patched/irssi/configure
--- silc-client-0.9.4/irssi/configure   Sun Jun 23 20:25:32 2002
+++ silc-client-0.9.4-patched/irssi/configure   Tue Jul  9 12:44:40 2002
@@ -5253,7 +5253,7 @@
     ;;
 
   darwin* | rhapsody*)
-    allow_undefined_flag='-undefined suppress'
+    allow_undefined_flag='-flat_namespace -undefined suppress'
     # FIXME: Relying on posixy $() will cause problems for
     #        cross-compilation, but unfortunately the echo tests do not
     #        yet detect zsh echo's removal of \ escapes.
diff -Nur silc-client-0.9.4/irssi/src/perl/Makefile.in 
silc-client-0.9.4-patched/irssi/src/perl/Makefile.in
--- silc-client-0.9.4/irssi/src/perl/Makefile.in        Sun Jun 23 20:25:35 2002
+++ silc-client-0.9.4-patched/irssi/src/perl/Makefile.in        Thu Jul 11 15:10:22 
+2002
@@ -574,7 +574,7 @@
 
 install-exec-local:
        for dir in $(perl_dirs); do \
-         cd $$dir && $(MAKE) install && cd ..; \
+         cd $$dir && $(MAKE) pure_install && cd ..; \
        done
 
 clean-generic:
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to