From owner-freebsd-ports@freebsd.org Fri Jan 13 12:45:01 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 82EA4CAE98F for ; Fri, 13 Jan 2017 12:45:01 +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 4E0521743 for ; Fri, 13 Jan 2017 12:45:01 +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 DDEF183C0D; Fri, 13 Jan 2017 13:44:59 +0100 (CET) Content-Type: text/plain; charset=utf-8 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: <6CA86D80-0E95-41D9-9E4B-5A1EE64199C6@lassitu.de> Date: Fri, 13 Jan 2017 13:44:59 +0100 Cc: FreeBSD Ports Content-Transfer-Encoding: quoted-printable Message-Id: <068E56DA-0CBD-4CE6-AD1A-589F85370B40@lastsummer.de> References: <6CA86D80-0E95-41D9-9E4B-5A1EE64199C6@lassitu.de> 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:45:01 -0000 > On 13 Jan 2017, at 1:40 PM, Stefan Bethke wrote: >=20 >>=20 >> Am 13.01.2017 um 13:36 schrieb Franco Fichtner = : >>=20 >> Hi Stefan, >>=20 >>> 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 >>=20 >> Try to use "=3D" instead of "+=3D" for SET/UNSET. >>=20 >> Here's an example we use in production: >>=20 >> = https://raw.githubusercontent.com/opnsense/tools/master/config/17.1/make.c= onf >=20 > Tried that, doesn=E2=80=99t make a difference. BATCH=3Dyes is specifically for avoiding interaction. If the config is stuck "rmconfig" may help, too. Cheers, Franco=