[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
Sun Nov 24 04:37:01 UTC 2019


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

Tatsuki Makino <tatsuki_makino at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino at hotmail.com

--- Comment #7 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
OPTIONS_SET+= GSSAPI_NONEWITH_CCACHE_BUILD=yes
It would have erased the line break by mistake.
It can be divided into OPTIONS_SET+= GSSAPI_NONE and WITH_CCACHE_BUILD=yes.

There are usually 4 options for gssapi.
GSSAPI_BASE, GSSAPI_HEIMDAL, GSSAPI_MIT and GSSAPI_NONE.
We should write all 4.

OPTIONS_SET=   GSSAPI_NONE
OPTIONS_UNSET= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT

HEIMDAL is similar to that of BASE.

SET/UNSET can be applied only to mail/fetchmail as follows.

mail_fetchmail_SET=   GSSAPI_NONE
mail_fetchmail_UNSET= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT

# I am doing something similar at bug 241797 :)

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


More information about the freebsd-ports-bugs mailing list