HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of net-misc/curl/7.19.0/1


Ignore:
Timestamp:
09/14/08 20:36:38 (7 years ago)
Author:
scottmc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • net-misc/curl/7.19.0/1

    v1 v2  
    1   
     1Upstream patches on curl have been included as of 7.18.2, but they didn't update config.guess with a current enough version so we need to copy that in.  Then: 
     2 * libtoolize --force --copy 
     3 * aclocal 
     4 * autoconf 
     5 * automake 
     6 * ./configure --prefix=/boot/common 
     7 * make 
     8 * make install 
     9 
     10{{{ 
     11  curl version:    7.19.0 
     12  Host setup:      i586-pc-haiku 
     13  Install prefix:  /boot/common 
     14  Compiler:        gcc 
     15  SSL support:     enabled (OpenSSL) 
     16  SSH support:     no      (--with-libssh2) 
     17  zlib support:    enabled 
     18  krb4 support:    no      (--with-krb4*) 
     19  GSSAPI support:  no      (--with-gssapi) 
     20  SPNEGO support:  no      (--with-spnego) 
     21  c-ares support:  no      (--enable-ares) 
     22  ipv6 support:    no      (--enable-ipv6) 
     23  IDN support:     no      (--with-libidn) 
     24  Build libcurl:   Shared=yes, Static=yes 
     25  Built-in manual: no      (--enable-manual) 
     26  Verbose errors:  enabled (--disable-verbose) 
     27  SSPI support:    no      (--enable-sspi) 
     28  ca cert bundle:  no 
     29  ca cert path:    no 
     30  LDAP support:    no      (--enable-ldap / --with-ldap-lib / --with-lber-lib) 
     31  LDAPS support:   no      (--enable-ldaps) 
     32}}} 
     33 
     34TODO: build again with ~~ssl and~~ ssh installed.  Run make check tests. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/