Date: Wed, 20 Jun 2012 03:58:21 -0400 From: Michael Scheidell <scheidell@FreeBSD.org> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: ports@FreeBSD.org Subject: Re: optionsng and tinderbox? Message-ID: <4FE1829D.6030109@FreeBSD.org> In-Reply-To: <20120620061136.GA79164@ithaqua.etoilebsd.net> References: <4FE12F2D.9080302@FreeBSD.org> <20120620061136.GA79164@ithaqua.etoilebsd.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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) <http://people.freebsd.org/~scheidell/nginx_SET.log (there are lowercase env's in this log, so I don't think its tinderbox) -- Michael Scheidell, CTO >*| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FE1829D.6030109>