Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2019 04:37:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242174] mail/fetchmail: fails to build if DEFAULT_VERSIONS+=ssl=openssl111 exists in make.conf file
Message-ID:  <bug-242174-7788-0dmCXd4kSe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242174-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242174-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=3D242174

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

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

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

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

OPTIONS_SET=3D   GSSAPI_NONE
OPTIONS_UNSET=3D 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=3D   GSSAPI_NONE
mail_fetchmail_UNSET=3D GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT

# I am doing something similar at bug 241797 :)

--=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-242174-7788-0dmCXd4kSe>