From owner-freebsd-ports-bugs@freebsd.org Sat Aug 29 17:14:55 2015 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 29C8F9C4578 for ; Sat, 29 Aug 2015 17:14:55 +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 F1C441F1B for ; Sat, 29 Aug 2015 17:14:54 +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 t7THEses039412 for ; Sat, 29 Aug 2015 17:14:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202757] Use of gssapi variables across ports. Date: Sat, 29 Aug 2015 17:14:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: phil@green-nexus.etowns.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Aug 2015 17:14:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202757 Bug ID: 202757 Summary: Use of gssapi variables across ports. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Ports Framework Assignee: portmgr@FreeBSD.org Reporter: phil@green-nexus.etowns.org CC: freebsd-ports-bugs@FreeBSD.org Can we please have some leadership/governance over the use of variables and terminology regarding selection of heimdal gssapi. This is ridiculous! cd /usr/ports/security/cyrus-sasl2-gssapi && make showconfig ===> The following configuration options are available for cyrus-sasl-gssapi-2.1.26_3: ====> Kerberos support: you have to select exactly one of them BASE=on: Use Heimdal in base HEIMDAL=off: Use Heimdal from ports MIT=off: Use MIT Kerberos V5 ===> Use 'make config' to modify these settings while cd /usr/ports/sysutils/sysinfo && make showconfig ====> Kerberos support: you can only select none or one of them MIT=off: MIT Kerberos (security/krb5) HEIMDAL=off: Heimdal Kerberos (security/heimdal) HEIMDAL_BASE=off: Heimdal Kerberos (base) and cd /usr/ports/dns/bind910 && make showconfig ====> GSSAPI Security API support: you have to select exactly one of them GSSAPI_BASE=off: Using Heimdal in base GSSAPI_HEIMDAL=on: Using security/heimdal GSSAPI_MIT=off: Using security/krb5 GSSAPI_NONE=off: Disable Clearly the use in bind is clear and unambiguous. -- You are receiving this mail because: You are on the CC list for the bug.