Summary: | net-im/libpurple Makefile suggestion for radio option for SSL, and Bonjour to be treated as a protocol | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | sid |
Component: | Individual Port(s) | Assignee: | Joe Marcus Clarke <marcus> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(marcus) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
sid
2017-10-19 22:10:13 UTC
+OPTIONS_RADIO= SSL +OPTIONS_RADIO_SSL= NSS GNUTLS In this Makefile, both "SSL" should be replaced with "TLS", because SSL is a subset of TLS: +OPTIONS_RADIO= TLS +OPTIONS_RADIO_TLS= NSS GNUTLS Committed, thanks! A commit references this bug: Author: marcus Date: Fri Dec 15 13:24:31 UTC 2017 New revision: 456394 URL: https://svnweb.freebsd.org/changeset/ports/456394 Log: Clean up the Makefile a bit. * Make BONJOUR a protocol option since it behaves like one * Add a radio button for TLS options NSS and GNUTLS PR: 223120 Submitted by: sid@bsdmail.com Changes: head/net-im/libpurple/Makefile |