Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/libs
In directory usw-pr-cvs1:/tmp/cvs-serv23644

Added Files:
        libwww-5.3.2-4.info libwww-5.3.2-4.patch 
Log Message:
Now actually finds libdl, stops all those annoying libtool warnings

--- NEW FILE: libwww-5.3.2-4.info ---
Package: libwww
Version: 5.3.2
Revision: 4
BuildDepends: 
Depends: %N-shlibs (= %v-%r), %N-bin
BuildDependsOnly: True
Source: http://www.w3c.org/Library/Distribution/old/w3c-%n-%v.tar.gz
UpdateConfigGuessInDirs: config
UpdateLibtoolInDirs: config
Patch: %f.patch
NoSetLDFlags: true
SetLIBS: -L/%p/lib
ConfigureParams:  --enable-shared --with-gnu-ld --with-regex --with-zlib
SplitOff: <<
  Package: %N-shlibs
  Replaces: %N (<= 5.3.2-2)
  Files: <<
    lib/libmd5.*.dylib
    lib/libpics.*.dylib
    lib/libwwwapp.*.dylib
    lib/libwwwcache.*.dylib
    lib/libwwwcore.*.dylib
    lib/libwwwdir.*.dylib
    lib/libwwwfile.*.dylib
    lib/libwwwftp.*.dylib
    lib/libwwwgopher.*.dylib
    lib/libwwwhtml.*.dylib
    lib/libwwwhttp.*.dylib
    lib/libwwwinit.*.dylib
    lib/libwwwmime.*.dylib
    lib/libwwwmux.*.dylib
    lib/libwwwnews.*.dylib
    lib/libwwwstream.*.dylib
    lib/libwwwtelnet.*.dylib
    lib/libwwwtrans.*.dylib
    lib/libwwwutils.*.dylib
    lib/libwwwxml.*.dylib
    lib/libwwwzip.*.dylib
    lib/libxmlparse.*.dylib
    lib/libxmltok.*.dylib
<<
  DocFiles: README.html LICENSE.html COPYRIGHT.html COPYRIGH
<<
SplitOff2: <<
  Package: %N-bin
  Depends: %N-shlibs (= %v-%r)
  Replaces: %N (<= 5.3.2-2)
  Files: bin 
  DocFiles: README.html LICENSE.html COPYRIGHT.html COPYRIGH
<<
DocFiles: README.html LICENSE.html COPYRIGHT.html COPYRIGH
Description: General-purpose Web API written in C for Unix and Windows
DescDetail: <<
Libwww is a general-purpose Web API written in C for Unix and Windows (Win32).
With a highly extensible and layered API, it can accommodate many different
types of applications including clients, robots, etc. The purpose of libwww
is to provide a highly optimized HTTP sample implementation as well as other
Internet protocols and to serve as a testbed for protocol experiments. Libwww
also supports HTTPS, thru OpenSSL. Because of the US export restrictions, we
can't distribute the libwwwssl pre-compiled library. You'll have to compile 
libwww yourself to use it.
<<
DescPort: needs patch to prevent checking for appkit headers.
License: OSI-Approved
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Homepage: http://www.w3c.org/Library/Distribution.html

--- NEW FILE: libwww-5.3.2-4.patch ---
--- w3c-libwww-5.3.2/configure  Wed May 23 08:48:30 2001
+++ w3c-libwww-5.3.2/configure  Wed May 23 08:50:29 2001
@@ -3058,16 +3058,16 @@
 fi
 rm -f conftest*
 fi
-if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 
'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
-  cat >> confdefs.h <<EOF
-#define $ac_tr_hdr 1
-EOF
- 
-else
+#if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
+#  echo "$ac_t""yes" 1>&6
+#    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 
+'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
+#  cat >> confdefs.h <<EOF
+##define $ac_tr_hdr 1
+#EOF
+# 
+#else
   echo "$ac_t""no" 1>&6
-fi
+#fi
 done
 
 for ac_hdr in arpa/inet.h inet.h



-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to