Ticket #52615: patch-curl-add-wolfssl-variant.diff

File patch-curl-add-wolfssl-variant.diff, 1001 bytes (added by dbevans (David B. Evans), 8 years ago)

Proposed patch to add +wolfssl variant

  • Portfile

     
    4444
    4545    configure.args              --disable-silent-rules \
    4646                                --enable-ipv6 \
     47                                --without-cyassl \
    4748                                --without-gnutls \
    4849                                --without-gssapi \
    4950                                --without-libidn \
     
    135136        configure.args-replace  --disable-ares --enable-ares
    136137    }
    137138
     139    variant wolfssl conflicts ssl gnutls description {Allow secure connections using wolfSSL, formerly CyaSSL} {
     140        depends_lib-append      port:wolfssl
     141        configure.args-replace  --without-cyassl --with-cyassl
     142    }
     143
    138144    variant gnutls conflicts ssl description {Allow secure connections using GNU TLS} {
    139145        depends_lib-append      port:gnutls
    140146        configure.args-replace  --without-gnutls --with-gnutls