+--On 18 août 2015 22:49:47 +0300 Kimmo Paasiala <kpaas...@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

Attachment: pgpHxXoL0D3wG.pgp
Description: PGP signature

Reply via email to