Removal of $UNIQUENAME

Kimmo Paasiala kpaasial at gmail.com
Wed Aug 19 03:45:15 UTC 2015


On Wed, Aug 19, 2015 at 5:45 AM, Kimmo Paasiala <kpaasial at gmail.com> wrote:
> On Wed, Aug 19, 2015 at 1:18 AM, Mathieu Arnold <mat at freebsd.org> wrote:
>>
>>
>> +--On 18 août 2015 22:49:47 +0300 Kimmo Paasiala <kpaasial at gmail.com>
>> wrote:
>> | It would have been nice to have some kind of announcement about the
>> | removal of $UNIQUENAME. I for example was depending on it in my
>> | make.conf with declarations like these:
>> |
>> | vim_SET= CONSOLE
>> | vim_UNSET= GTK2 RUBY TCL
>> |
>> | I can of course rewrite those now using $OPTIONS_NAME (editors_vim
>> | prefix instead of vim) after reading bsd.option.mk and figuring out
>> | the way that works...
>>
>> Just running make will tell you that:
>>
>> # make vim_SET=CONSOLE vim_UNSET="GTK2 RUBY TCL"
>> /!\ WARNING /!\
>> You are using vim_SET which is not supported any more, use:
>> editors_vim_SET= CONSOLE
>> You are using vim_UNSET which is not supported any more, use:
>> editors_vim_UNSET= GTK2 RUBY TCL
>>
>>
>>
>> --
>> Mathieu Arnold
>
>
> I see none of those warnings in my poudriere build logs, I'm not
> exactly sure where the problem is but I guess that's why I missed the
> change altogether. I do see the warnings fine when I run make(1)
> directly in a port directory though.
>
> -Kimmo

Disregard, the warnings do show up fine now in poudriere logs:

=======================<phase: check-sanity   >============================
/!\ WARNING /!\
You are using vim_SET which is not supported any more, use:
editors_vim_SET= CONSOLE

===========================================================================

I was confused because the warnings apparently weren't added until the
commit yesterday that removed the support for $UNIQUENAME and I was
searching trough my old logs for the warnings and found nothing.

-Kimmo


More information about the freebsd-ports mailing list