Removal of $UNIQUENAME

Mathieu Arnold mat at FreeBSD.org
Tue Aug 18 22:18:51 UTC 2015



+--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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20150818/43ef8285/attachment.bin>


More information about the freebsd-ports mailing list