[Bug 213308] Multiple ports are GSSAPI defaulting to BASE when told otherwise
    bugzilla-noreply at freebsd.org 
    bugzilla-noreply at freebsd.org
       
    Sat Oct  8 14:58:43 UTC 2016
    
    
  
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213308
            Bug ID: 213308
           Summary: Multiple ports are GSSAPI defaulting to BASE when told
                    otherwise
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: dewayne at heuristicsystems.com.au
                CC: freebsd-ports-bugs at FreeBSD.org
I have in my make.conf 
security_p5-GSSAPI_UNSET=GSSAPI_BASE GSSAPI_MIT GSSAPI_NONE GUI NLS INFO X11
security_p5-GSSAPI_SET=GSSAPI_HEIMDAL
databases_mariadb101-server_UNSET=MAXKEY GSSAPI_HEIMDAL GSSAPI_BASE GSSAPI_MIT
GUI NLS INFO X11
databases_mariadb101-server_SET=GSSAPI_NONE 
and globally we use openssl_port.
During todays update, the GSSAPI setting applied the default in all cases,
which prevented the fetch/build.  So there are two problems:
1. why are port options preventing the fetching of requested files (not just
dependencies, which kinda makes sense)
2. why is the infrasstructure ignoring user requested option settings, and
adhering to the defaults.
These p5-GSSAPI and maria101-server|client were the two identified there were
others.
Regards.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
    
    
More information about the freebsd-ports-bugs
mailing list