[Bug 248975] mail/fetchmail ignores OPTIONS_SET+=

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 28 17:36:25 UTC 2020


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

--- Comment #1 from Corey Halpin <chalpin at cs.wisc.edu> ---
Per the error message, which comes from the OPTIONS framework and not the
fetchmail port itself, only *ONE* of the GSSAPI_XX options can be specified.

You've added GSSAPI_NONE via OPTIONS_SET but did not remove GSSAPI_BASE (which
is the default). Because of this, now two GSSAPI_XX options are specified.

To fix it, you'll need something like:

OPTIONS_UNSET+= GSSAPI_BASE

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


More information about the freebsd-ports-bugs mailing list