optionsng and tinderbox?

Michael Scheidell scheidell at FreeBSD.org
Wed Jun 20 07:58:34 UTC 2012



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


More information about the freebsd-ports mailing list