Changes between Initial Version and Version 2 of Ticket #56404


Ignore:
Timestamp:
May 2, 2018, 12:55:55 PM (6 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56404

    • Property Keywords curl ca-bundle darwinssl removed
    • Property Owner set to ryandesign
    • Property Status changed from new to assigned
  • Ticket #56404 – Description

    initial v2  
    66
    77On darwinssl variant, add
     8{{{
    89configure.args-append   --without-ca-bundle
     10}}}
    911to the PortFile.
    1012
    1113On wolfssl and gnutls variants, add
     14{{{
    1215configure.args-append   --with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt
     16}}}
    1317to the PortFile.