[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 15:02:48 UTC 2019


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

Corey Halpin <chalpin at cs.wisc.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(chalpi |maintainer-feedback+
                   |n at cs.wisc.edu)              |

--- Comment #1 from Corey Halpin <chalpin at cs.wisc.edu> ---
Fetchmail pleads "not guilty", as this error is propagating up from gssapi.mk
in the ports framework. See
https://svnweb.freebsd.org/ports/head/Mk/Uses/gssapi.mk?view=markup#l89

However, DEFAULT_VERSIONS+=ssl=openssl111 was specifically tested with
mail/fetchmail in poudriere on 11.3 by adding the following to poudriere's
make.conf:

DEFAULT_VERSIONS+=ssl=openssl111
OPTIONS_UNSET+= GSSAPI_BASE
OPTIONS_SET+= GSSAPI_NONE


How are you selecting your GSSAPI option? If you are running `make config` in
the port directory, then you are setting the options that will be used to build
the port directly on the host, NOT the options that poudriere will see. To set
options for poudriere, you will need to use either `poudriere options` or edit
poudriere's make.conf.

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


More information about the freebsd-ports-bugs mailing list