Ports options in make.conf vs. GSSIAPI

Franco Fichtner franco at lastsummer.de
Fri Jan 13 12:45:01 UTC 2017


> On 13 Jan 2017, at 1:40 PM, Stefan Bethke <stb at lassitu.de> wrote:
> 
>> 
>> Am 13.01.2017 um 13:36 schrieb Franco Fichtner <franco at lastsummer.de>:
>> 
>> Hi Stefan,
>> 
>>> On 13 Jan 2017, at 1:30 PM, Stefan Bethke <stb at lassitu.de> wrote:
>>> 
>>> For example, with dns/bind99, without options for that port in make.conf, I can run make showconfig and other build commands without issue.  As soon as I add either of these:
>>> #OPTIONS_UNSET+=  GSSAPI_BASE
>>> #OPTIONS_SET+=    GSSAPI_MIT
>>> dns_bind99_UNSET+=  GSSAPI_BASE
>>> dns_bind99_SET+=    GSSAPI_MIT
>>> 
>>> running make showconfig produces:
>>> # make showconfig
>>> ====> You must select one and only one option from the GSSAPI single
>>> *** Error code 1
>> 
>> Try to use "=" instead of "+=" for SET/UNSET.
>> 
>> Here's an example we use in production:
>> 
>> https://raw.githubusercontent.com/opnsense/tools/master/config/17.1/make.conf
> 
> Tried that, doesn’t make a difference.

BATCH=yes is specifically for avoiding interaction.  If the config
is stuck "rmconfig" may help, too.


Cheers,
Franco


More information about the freebsd-ports mailing list