Changes between Initial Version and Version 2 of Ticket #26297


Ignore:
Timestamp:
Sep 1, 2010, 7:29:33 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26297

    • Property Keywords haspatch added
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Version changed from 1.9.1 to
    • Property Status changed from new to assigned
  • Ticket #26297 – Description

    initial v2  
    11Two new variants to enable secure connections:
    22
     3{{{
    34variant gnutls conflicts openssl description {Build with GnuTLS} {
    4 
    55configure.args-append --with-gnutls depends_lib-append port:gnutls
    6 
    76}
    87
    98variant openssl conflicts gnutls description {Build with OpenSSL} {
    10 
    119configure.args-append --with-openssl depends_lib-append port:openssl
    12 
    1310}
     11}}}