On Wed, Aug 19, 2015 at 1:18 AM, Mathieu Arnold <m...@freebsd.org> wrote: > > > +--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
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 _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"