From owner-freebsd-ports@FreeBSD.ORG Wed Jun 20 09:13:25 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70AEF1065670; Wed, 20 Jun 2012 09:13:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 54E048FC08; Wed, 20 Jun 2012 09:13:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K9DPPO009610; Wed, 20 Jun 2012 09:13:25 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K9DPuC009609; Wed, 20 Jun 2012 09:13:25 GMT (envelope-from bapt@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f Date: Wed, 20 Jun 2012 11:13:21 +0200 From: Baptiste Daroussin To: Michael Scheidell Message-ID: <20120620091321.GA83730@ithaqua.etoilebsd.net> References: <4FE12F2D.9080302@FreeBSD.org> <20120620061136.GA79164@ithaqua.etoilebsd.net> <4FE1829D.6030109@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <4FE1829D.6030109@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org Subject: Re: optionsng and tinderbox? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 09:13:25 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 20, 2012 at 03:58:21AM -0400, Michael Scheidell wrote: >=20 >=20 > On 6/20/12 2:11 AM, Baptiste Daroussin wrote: > > > > nginx_UNSET=3D ICONV > > will deactivate ICONV for nginx only > > > lowercase? Yes lower case, the wiki is wrong. make -VUNIQUENAME should show you the right name >=20 > wiki seems to indicate UPPERCASE: >=20 > ${UNIQUENAME:U}_SET=3D OPT1 > ${UNIQUENAME:U}_UNSET=3D OPT2 >=20 >=20 > and, it seems that uppercase didn't work: >=20 > export NGINX_SET=3DFILE_AIO >=20 > but, in tinderlog: > grep FILE_AIO >=20 > NGINX_SET=3DFILE_AIO > FILE_AIO=3Doff: Enable file aio >=20 >=20 >=20 > so, I edit /tb/scripts/etc/env/build* to: > export nginx_SET=3DFILE_AIO >=20 > but, tinderlog still shows UPPERCASE: > grep FILE_AIO >=20 > NGINX_SET=3DFILE_AIO > FILE_AIO=3Doff: Enable file aio >=20 > old way still works (but potential conflicts as you know,) >=20 > (if in /tb/scripts/etc/env/build* I have this: >=20 > export WITH_FILE_AIO=3Dyes >=20 > I get this in tinderlog: >=20 > WITH_FILE_AIO=3Dyes > FILE_AIO=3Don: Enable file aio >=20 > So, is it supposed to be export NGINX_SET or nginx_SET? nginx_SET Which is see correctly in your log. regards, Bapt --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAk/hlDEACgkQ8kTtMUmk6EwR9gCfVMPmEIkelOHsAQVV0bA5TUy0 /HcAnj8yGyOveTgMULvAc86cBOFvBzFZ =f1PU -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS--