From owner-freebsd-ports@freebsd.org Fri Jan 13 12:36:48 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B370CAE52A for ; Fri, 13 Jan 2017 12:36:48 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (unknown [IPv6:2a01:4f8:a0:51d6::108:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 680031E03 for ; Fri, 13 Jan 2017 12:36:48 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.homeoffice.local (ipservice-092-217-062-255.092.217.pools.vodafone-ip.de [92.217.62.255]) by host64.shmhost.net (Postfix) with ESMTPSA id 14BDF844EA; Fri, 13 Jan 2017 13:36:46 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: Ports options in make.conf vs. GSSIAPI From: Franco Fichtner In-Reply-To: Date: Fri, 13 Jan 2017 13:36:43 +0100 Cc: FreeBSD Ports Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Stefan Bethke X-Mailer: Apple Mail (2.3259) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2017 12:36:48 -0000 Hi Stefan, > On 13 Jan 2017, at 1:30 PM, Stefan Bethke 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=