Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7065

Added Files:
        libcapsinetwork-0.2.3-11.info libcapsinetwork-0.2.3-11.patch 
Log Message:
move from 10.3


--- NEW FILE: libcapsinetwork-0.2.3-11.patch ---
diff -uNbr libcapsinetwork-0.2.3/Makefile.in 
libcapsinetwork-0.2.3-patched/Makefile.in
--- libcapsinetwork-0.2.3/Makefile.in   Tue Nov 19 06:07:44 2002
+++ libcapsinetwork-0.2.3-patched/Makefile.in   Sat Jan  4 23:25:47 2003
@@ -90,7 +90,7 @@
 lib_LTLIBRARIES = libcapsinetwork.la
 
 libcapsinetwork_la_SOURCES = listener.cc listenport.cc socket.cc
-libcapsinetwork_la_LDFLAGS = -no-undefined -version-info 0:1:0
+libcapsinetwork_la_LDFLAGS = -version-info 0:1:0
 
 libcapsinetworkinc_HEADERS = listener.h listenport.h socket.h
 libcapsinetworkincdir = $(includedir)/libcapsinetwork
diff -uNbr libcapsinetwork-0.2.3/configure 
libcapsinetwork-0.2.3-patched/configure
--- libcapsinetwork-0.2.3/configure     Tue Nov 19 06:07:46 2002
+++ libcapsinetwork-0.2.3-patched/configure     Sat Jan  4 23:32:01 2003
@@ -5555,11 +5555,11 @@
     ;;
 
   darwin* | rhapsody*)
-    allow_undefined_flag='-undefined suppress'
+    allow_undefined_flag='-undefined suppress -flat_namespace'
     # 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.
-    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts 
-install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && 
echo $verstring)'
+    archive_cmds='c++ -r -keep_private_externs -nostdlib -o ${lib}-master.o 
$libobjs && c++ $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
$allow_undefined_flag -o $lib ${lib}-master.o $deplibs $linker_flags $(test 
x$module != xyes && echo -install_name $rpath/$soname $verstring)'
     # We need to add '_' to the symbols in $export_symbols first
     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
     hardcode_direct=yes
diff -uNbr libcapsinetwork-0.2.3/listener.cc 
libcapsinetwork-0.2.3-patched/listener.cc
--- libcapsinetwork-0.2.3/listener.cc   Tue Nov 19 05:55:50 2002
+++ libcapsinetwork-0.2.3-patched/listener.cc   Sat Jan  4 23:13:38 2003
@@ -28,6 +28,7 @@
 #include "listenport.h"
 #include "socket.h"
 
+typedef int socklen_t;
 #define        MAXLINE 1024
 
 extern int errno;

--- NEW FILE: libcapsinetwork-0.2.3-11.info ---
Package: libcapsinetwork
Version: 0.2.3
Revision: 11
GCC: 3.3
Patch: %f.patch
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: 492a032e4999e41f9ad6cfc0dd026ef3
SetCFLAGS: -Os
NoSetLDFLAGS: true
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
InstallScript: <<
 make install DESTDIR=%d
 ranlib %i/lib/*.a
<<
SplitOff: <<
  Description: static libraries and headers for libCapsiNetwork
  Package: %N-dev
  Depends: libcapsinetwork (= %v-%r)    
  BuildDependsOnly: true
  Files: include lib/libcapsinetwork.dylib lib/*.a lib/*.la
<<
Shlibs: <<
  %p/lib/libcapsinetwork.0.dylib %n (>= 0.2.3-11)
<<
DocFiles: AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README TODO
Description: C++ daemon development library
DescUsage: <<
libCapsiNetwork is a C++ network library to allow fast development
of server daemon processes.
<<
License: GPL/LGPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://sourceforge.net/projects/libcapsinetwork/



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to