Update of /cvsroot/fink/dists/10.2/unstable/crypto/finkinfo
In directory sc8-pr-cvs1:/tmp/cvs-serv14691/unstable/crypto/finkinfo

Added Files:
        soup-ssl-0.7.4-1.info soup-ssl-0.7.4-1.patch 
Log Message:
New package.

--- NEW FILE: soup-ssl-0.7.4-1.info ---
Package: soup-ssl
Version: 0.7.4
Revision: 1
Source: mirror:gnome:sources/soup/0.7/soup-%v.tar.bz2
Source-MD5: 848ccf5e7616cd897593bab72bbc9b5a
Depends: %N-shlibs (= %v-%r), popt-shlibs, openssl-shlibs
BuildDepends: glib, popt, gtk-doc, pkgconfig, openssl, dlcompat-dev
Provides: soup
Replaces: soup
Conflicts: soup
Patch: %f.patch
SetCPPFLAGS: -no-cpp-precomp
SetCFLAGS: -O3 -fstrict-aliasing -funroll-loops
ConfigureParams: --enable-ssl --with-openssl-include=%p/include 
--with-openssl-libs=%p/lib
InstallScript: make install DESTDIR=%d
SplitOff: <<
  Package: %N-shlibs
  Depends: glib-shlibs, libxml2-shlibs
  Provides: soup-shlibs
  Replaces: soup-shlibs
  Conflicts: soup-shlibs
  Files: lib/lib*.*.dylib
  Shlibs: <<
    %p/lib/libsoup-apache.3.dylib 6.0.0 %n (>= 0.7.4-1)
    %p/lib/libsoup.3.dylib 6.0.0 %n (>= 0.7.4-1)
    %p/lib/libwsdl.3.dylib 6.0.0 %n (>= 0.7.4-1)
  <<
  DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
<<
SplitOff2: <<
  Package: %N-dev
  BuildDependsOnly: True
  Depends: %N-shlibs (= %v-%r)
  Provides: soup-dev
  Replaces: soup-dev
  Conflicts: soup-dev
  Files: bin/soup-config include lib share/aclocal share/gtk-doc
  DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
<<
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
Description: SOAP implementation in C, with SSL support
DescDetail: <<
Soup is a SOAP (Simple Object Access Protocol) implementation in C. It
provides an queued asynchronous callback-based mechanism for sending
SOAP requests. A WSDL (Web Service Definition Language) to C compiler
which generates stubs for easily calling remote SOAP methods, and a
CORBA IDL to WSDL compiler are also included.   
<<
License: GPL/LGPL
Maintainer: Masanori Sekino <[EMAIL PROTECTED]>
Homepage: http://www.ximian.com/applications/soup

--- NEW FILE: soup-ssl-0.7.4-1.patch ---
diff -Naur soup-0.7.4.old/configure soup-0.7.4.new/configure
--- soup-0.7.4.old/configure    Sat Jun  8 00:58:41 2002
+++ soup-0.7.4.new/configure    Wed Nov 13 00:57:37 2002
@@ -4710,11 +4710,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='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
+$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts $(test .$module != .yes && 
+echo -install_name $rpath/$soname $tmp_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 -Naur soup-0.7.4.old/ltmain.sh soup-0.7.4.new/ltmain.sh
--- soup-0.7.4.old/ltmain.sh    Sat Jun  8 00:46:32 2002
+++ soup-0.7.4.new/ltmain.sh    Wed Nov 13 01:02:12 2002
@@ -2858,7 +2858,23 @@
        if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
          eval cmds=\"$archive_expsym_cmds\"
        else
+         if test "x$verstring" = "x0.0"; then
+           tmp_verstring=
+         else
+           tmp_verstring="$verstring"
+         fi
+         save_deplibs="$deplibs"
+         for conv in $convenience; do
+           tmp_deplibs=
+           for test_deplib in $deplibs; do
+             if test "$test_deplib" != "$conv"; then
+               tmp_deplibs="$tmp_deplibs $test_deplib"
+             fi
+           done
+           deplibs="$tmp_deplibs"
+         done
          eval cmds=\"$archive_cmds\"
+         deplibs="$save_deplibs"
        fi
        IFS="${IFS=     }"; save_ifs="$IFS"; IFS='~'
        for cmd in $cmds; do
@@ -3913,10 +3929,10 @@
 
 # Directory that this library needs to be installed in:
 libdir='$install_libdir'"
-         if test "$installed" = no && test $need_relink = yes; then
-           $echo >> $output "\
-relink_command=\"$relink_command\""
-         fi
+#        if test "$installed" = no && test $need_relink = yes; then
+#          $echo >> $output "\
+#relink_command=\"$relink_command\""
+#        fi
        done
       fi
 
diff -Naur soup-0.7.4.old/src/libsoup/soup-socket-unix.c 
soup-0.7.4.new/src/libsoup/soup-socket-unix.c
--- soup-0.7.4.old/src/libsoup/soup-socket-unix.c       Sat Apr  6 05:46:35 2002
+++ soup-0.7.4.new/src/libsoup/soup-socket-unix.c       Wed Nov 13 00:37:23 2002
@@ -36,10 +36,10 @@
 #include "soup-socket.h"
 
 #include <netdb.h>
-#include <resolv.h>
 #include <unistd.h>
 #include <arpa/inet.h>
 #include <arpa/nameser.h>
+#include <resolv.h>
 #include <net/if.h>
 #include <netinet/in.h>
 #include <sys/ioctl.h>



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