optionsng and tinderbox?

Chris Rees crees at FreeBSD.org
Wed Jun 20 18:56:31 UTC 2012


On 20 June 2012 19:33, Michael Scheidell <scheidell at freebsd.org> wrote:
>
>
> On 6/20/12 2:26 PM, Chris Rees wrote:
>>
>> On 20 June 2012 10:13, Baptiste Daroussin<bapt at freebsd.org>  wrote:
>>>
>>> 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.
>>
>> My fault, someone convinced me otherwise a while ago :/
>
> also, while at it, document how you do multiple options?
>
> MixedCase_SET=OPT1 OPT2 OPT3?
>
> or
> MixedCase_SET=OPT1,OPT2,OPT3 ?

Don't forget, makevars are lists of words, separated by whitespace.
This particular case is dealt with using .for, so definitely the
former.

Chris


More information about the freebsd-ports mailing list