[Bug 242174] mail/fetchmail: fails to build if DEFAULT_VERSIONS+=ssl=openssl111 exists in make.conf file

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 23 19:45:45 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242174

--- Comment #4 from Corey Halpin <chalpin at cs.wisc.edu> ---
The error shown in your log is:

====> You must select one and only one option from the GSSAPI single
=====> No option was selected (and one must be)

This is what I would expect to see if you added OPTIONS_UNSET+= GSSAPI_BASE to
your make.conf without also adding OPTIONS_SET+= GSSAPI_NONE

And indeed, the included make.conf in the log shows:
OPTIONS_SET+= GSSAPI_NONEWITH_CCACHE_BUILD=yes

(note that the GSSAPI_NONE option is smashed into WITH_CCACHE. Since
GSSAPI_NONEWITH_CCACHE_BUILD=yes is not the name of any valid option, it has no
effect.)

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


More information about the freebsd-ports-bugs mailing list