Date: Fri, 28 Aug 2020 17:36:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248975] mail/fetchmail ignores OPTIONS_SET+= Message-ID: <bug-248975-7788-C0PhzEWhT7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-248975-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-248975-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248975 --- Comment #1 from Corey Halpin <chalpin@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 (wh= ich is the default). Because of this, now two GSSAPI_XX options are specified. To fix it, you'll need something like: OPTIONS_UNSET+=3D GSSAPI_BASE --=20 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-248975-7788-C0PhzEWhT7>