Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2015 17:07:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202756] security/cyrus-sasl2-gssapi not honouring options settings
Message-ID:  <bug-202756-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202756

            Bug ID: 202756
           Summary: security/cyrus-sasl2-gssapi not honouring options
                    settings
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ume@FreeBSD.org
          Reporter: phil@green-nexus.etowns.org
          Assignee: ume@FreeBSD.org
             Flags: maintainer-feedback?(ume@FreeBSD.org)

Problem is that variables are not honoured when set/unset when they should be:
# 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

However these are set in make.conf as demonstrated
cd /usr/ports/security/cyrus-sasl2-gssapi && make
-Vsecurity_cyrus-sasl-gssapi_UNSET -Vsecurity_cyrus-sasl-gssapi_SET showconfig
BASE 
HEIMDAL 
That is BASE is UNSET and HEIMDAL is SET, because I want to use the heimdal
port.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202756-13>