Date: Fri, 13 Jan 2017 13:36:43 +0100 From: Franco Fichtner <franco@lastsummer.de> To: Stefan Bethke <stb@lassitu.de> Cc: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: Ports options in make.conf vs. GSSIAPI Message-ID: <E87B856E-E0C4-4E33-8E4B-BF486FD920BE@lastsummer.de> In-Reply-To: <E7D08169-A157-4C7C-B2F2-EAA524D0E8E9@lassitu.de> References: <E7D08169-A157-4C7C-B2F2-EAA524D0E8E9@lassitu.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Stefan, > On 13 Jan 2017, at 1:30 PM, Stefan Bethke <stb@lassitu.de> wrote: >=20 > 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+=3D GSSAPI_BASE > #OPTIONS_SET+=3D GSSAPI_MIT > dns_bind99_UNSET+=3D GSSAPI_BASE > dns_bind99_SET+=3D GSSAPI_MIT >=20 > running make showconfig produces: > # make showconfig > =3D=3D=3D=3D> You must select one and only one option from the GSSAPI = single > *** Error code 1 Try to use "=3D" instead of "+=3D" for SET/UNSET. Here's an example we use in production: = https://raw.githubusercontent.com/opnsense/tools/master/config/17.1/make.c= onf Cheers, Franco=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E87B856E-E0C4-4E33-8E4B-BF486FD920BE>