From owner-freebsd-ports-bugs@freebsd.org Thu Oct 19 22:10:14 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F812E48BDF for ; Thu, 19 Oct 2017 22:10:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D66682D9E for ; Thu, 19 Oct 2017 22:10:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v9JMADr4033569 for ; Thu, 19 Oct 2017 22:10:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223120] net-im/pidgin suggestion for radio option for SSL, and Bonjour to be treated as a protocol Date: Thu, 19 Oct 2017 22:10:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sid@bsdmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marcus@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2017 22:10:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223120 Bug ID: 223120 Summary: net-im/pidgin suggestion for radio option for SSL, and Bonjour to be treated as a protocol Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: marcus@FreeBSD.org Reporter: sid@bsdmail.com Flags: maintainer-feedback?(marcus@FreeBSD.org) Assignee: marcus@FreeBSD.org In this suggestion GNUTLS and NSS are moved to a radio (either or) option u= nder SSL. Also, Bonjour behaves like a protocol, as it can be selected from the = drop down menu, when running Pidgin, so I suggest moving it to the (net) protoco= ls section. Thank you. Here is the diff file: --- Makefile 2017-10-19 17:00:26.306552000 -0500 +++ Makefile.edit 2017-10-19 16:59:30.248201000 -0500 @@ -41,13 +41,15 @@ CPE_VENDOR=3D pidgin -OPTIONS_DEFINE=3D BONJOUR DBUS GNUTLS NSS SASL GSTREAMER VV IDN PERL TCLTK +OPTIONS_DEFINE=3D DBUS SASL GSTREAMER VV IDN PERL TCLTK +OPTIONS_RADIO=3D SSL +OPTIONS_RADIO_SSL=3D NSS GNUTLS OPTIONS_GROUP=3D PROTOCOLS -OPTIONS_GROUP_PROTOCOLS=3DGG SAMETIME SILC IRC JABBER \ +OPTIONS_GROUP_PROTOCOLS=3DBONJOUR GG SAMETIME SILC IRC JABBER \ NOVELL OSCAR QQ SIMPLE ZEPHYR OPTIONS_DEFAULT=3D BONJOUR DBUS NSS GSTREAMER VV IDN GG IRC JABBER \ NOVELL OSCAR QQ SIMPLE ZEPHYR -BONJOUR_DESC=3D mDNS support +BONJOUR_DESC=3D mDNS support and Bonjour protocol GNUTLS_DESC=3D Use GNUTLS for encryption support NSS_DESC=3D Use Mozilla NSS for encryption support SASL_DESC=3D Cyrus SASL support (for jabberd) --=20 You are receiving this mail because: You are the assignee for the bug.=