optionsng and tinderbox?

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 20 09:13:25 UTC 2012


On Wed, Jun 20, 2012 at 03:58:21AM -0400, Michael Scheidell wrote:
> 
> 
> On 6/20/12 2:11 AM, Baptiste Daroussin wrote:
> >
> > nginx_UNSET=	ICONV
> > will deactivate ICONV for nginx only
> >
> lowercase?

Yes lower case, the wiki is wrong.
make -VUNIQUENAME should show you the right name
> 
> 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?

nginx_SET

Which is see correctly in your log.

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20120620/552766fa/attachment.pgp


More information about the freebsd-ports mailing list