Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/web
In directory vz-cvs-3.sog:/tmp/cvs-serv1923/10.7/stable/main/finkinfo/web

Modified Files:
        wget.info 
Log Message:
*sigh* support 10.5.
Use openssl100 everywhere to keep life simple.


Index: wget.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/web/wget.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- wget.info   11 Nov 2011 00:58:51 -0000      1.4
+++ wget.info   11 Nov 2011 14:13:20 -0000      1.5
@@ -1,7 +1,7 @@
 Info2: <<
 Package:  wget%type_pkg[-gnutls]%type_pkg[-idn]
 Version: 1.13.4
-Revision: 3
+Revision: 4
 Type: -gnutls (boolean), -idn (boolean)
 Description: Automatic web site retriever (SSL)
 Conflicts: <<
@@ -24,16 +24,17 @@
        gettext-bin ( >= 0.17-19 ),
        gettext-tools ( >= 0.17-17 ),
        libiconv-dev,
-       ( %type_raw[-gnutls] = . )                      system-openssl-dev,
+       ( %type_raw[-gnutls] = . )                      openssl100-dev,
        ( %type_raw[-gnutls] = -gnutls )        gnutls26,
        ( %type_raw[-idn] = -idn )                      libidn,
        fink-package-precedence
 <<
 Depends: <<
-        libgettext8-shlibs,
-        ( %type_raw[-gnutls] = -gnutls )       gnutls26-shlibs,
-        ( %type_raw[-gnutls] = -idn )          libidn-shlibs,
-        ( %type_raw[-idn] = -idn )             libiconv
+       libgettext8-shlibs,
+       ( %type_raw[-gnutls] = . )                      openssl100-shlibs,
+       ( %type_raw[-gnutls] = -gnutls )        gnutls26-shlibs,
+       ( %type_raw[-gnutls] = -idn )           libidn-shlibs,
+       ( %type_raw[-idn] = -idn )                      libiconv
 <<
 Suggests: ca-bundle
 
@@ -46,7 +47,7 @@
 
 ConfigureParams: <<
        ( %type_raw[-gnutls] = . )                      --with-ssl=openssl \
-       ( %type_raw[-gnutls] = . )                      
--with-libssl-prefix=/usr \
+       ( %type_raw[-gnutls] = . )                      --with-libssl-prefix=%p 
\
        ( %type_raw[-gnutls] = -gnutls )        --with-ssl=gnutls \
        ( %type_raw[-idn] = . )                         --disable-iri \
        ( %type_raw[-idn] = -idn )                      --with-libidn=%p \
@@ -86,8 +87,8 @@
 There have been significant changes in the 1.13.x line.
 * All variants include internationalization support.
 * The "wget" package is essentially like what has been in Fink since version
-  1.10.1:  using the system's OpenSSL.
-  support.
+  1.10.1, except for using fink's openssl100 instead of the system's OpenSSL.
+  This is due to the lack of a necessary symbol in Leopard's openssl-0.9.7 .
 * The "wget-gnutls" package uses GNUTLS instead of OpenSSL.
 * The "wget-idn" and "wget-gnutls-idn" packages add IDN/IRIs support.
 <<
@@ -118,8 +119,10 @@
  present, because wget-1.10.x switched to a more GNU-standard 
  --no-verbose.
  Now uses gettext8.
- Either uses the system's openssl or GNUTLS, depdending on which variant
- is chosen.
+ Either uses the Fink's openssl100 or GNUTLS, depdending on which variant
+ is chosen.  Wget's license carries explicit permission to redistribute
+ it when using OpenSSL.  The switch to openssl100 was prompted by the lack
+ of _a2i_IPADDRESS in Leopard's openssl-0.9.7 .
 
  Previous revisions by Christoph Pfisterer <chr...@users.sourceforge.net> 
  and Sylvain Cuaz (z...@users.sourceforge.net)


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to