Opened 14 years ago

Closed 14 years ago

#26297 closed enhancement (fixed)

ngircd-14.1 Added variants for openssl and gnutls

Reported by: daniel.hjort@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: ngircd

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Two new variants to enable secure connections:

variant gnutls conflicts openssl description {Build with GnuTLS} {
configure.args-append --with-gnutls
depends_lib-append port:gnutls
}

variant openssl conflicts gnutls description {Build with OpenSSL} {
configure.args-append --with-openssl
depends_lib-append port:openssl
}

Attachments (1)

Portfile-ngircd.diff (592 bytes) - added by daniel.hjort@… 14 years ago.
Portfile diff

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by daniel.hjort@…

Attachment: Portfile-ngircd.diff added

Portfile diff

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Keywords: haspatch added
Version: 1.9.1

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Resolution: fixed
Status: assignedclosed

Thank you, added in r71093.

Note: See TracTickets for help on using tickets.