From owner-freebsd-ports@FreeBSD.ORG Wed Jun 20 07:58:34 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 75734106566B; Wed, 20 Jun 2012 07:58:34 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [204.89.241.253]) by mx1.freebsd.org (Postfix) with ESMTP id 4306D8FC08; Wed, 20 Jun 2012 07:58:34 +0000 (UTC) Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [10.70.1.253]) by mx1.secnap.com.ionspam.net (Postfix) with ESMTP id A65D1621C0F; Wed, 20 Jun 2012 03:58:33 -0400 (EDT) X-Virus-Scanned: SpammerTrap(r) VPS-1500 2.18 at mx1.secnap.com.ionspam.net Received: from USBCTDC001.secnap.com (usbctdc001.secnap.com [10.70.1.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.secnap.com.ionspam.net (Postfix) with ESMTPS id EB59E621C0E; Wed, 20 Jun 2012 03:58:32 -0400 (EDT) Received: from USBCTMX001.secnap.com (::ffff:10.70.1.129) by USBCTDC001.secnap.com (::ffff:10.70.1.1) with Microsoft SMTP Server (TLS) id 14.0.722.0; Wed, 20 Jun 2012 03:58:32 -0400 Message-ID: <4FE1829D.6030109@FreeBSD.org> Date: Wed, 20 Jun 2012 03:58:21 -0400 From: Michael Scheidell Organization: SECNAP Network Security Corp User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.20) Gecko/20110804 Thunderbird/3.1.12 MIME-Version: 1.0 To: Baptiste Daroussin References: <4FE12F2D.9080302@FreeBSD.org> <20120620061136.GA79164@ithaqua.etoilebsd.net> In-Reply-To: <20120620061136.GA79164@ithaqua.etoilebsd.net> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit 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 07:58:34 -0000 On 6/20/12 2:11 AM, Baptiste Daroussin wrote: > > nginx_UNSET= ICONV > will deactivate ICONV for nginx only > lowercase? wiki seems to indicate UPPERCASE: ${UNIQUENAME:U}_SET= OPT1 ${UNIQUENAME:U}_UNSET= OPT2 and, it seems that uppercase didn't work: export NGINX_SET=FILE_AIO but, in tinderlog: grep FILE_AIO NGINX_SET=FILE_AIO FILE_AIO=off: Enable file aio so, I edit /tb/scripts/etc/env/build* to: export nginx_SET=FILE_AIO but, tinderlog still shows UPPERCASE: grep FILE_AIO NGINX_SET=FILE_AIO FILE_AIO=off: Enable file aio old way still works (but potential conflicts as you know,) (if in /tb/scripts/etc/env/build* I have this: export WITH_FILE_AIO=yes I get this in tinderlog: WITH_FILE_AIO=yes FILE_AIO=on: Enable file aio So, is it supposed to be export NGINX_SET or nginx_SET? and is it a bug in tinderbox that forces uppercase? (which seems strange it would do that for env vars) *| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell