Port audio/ario converted to OptionsNG framework Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sylvio I'll take it.
sylvio 2012-06-17 19:51:49 UTC FreeBSD ports repository Modified files: audio/ario Makefile Log: - Converted to OptionsNG framework PR: ports/169040 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Revision Changes Path 1.18 +5 -4 ports/audio/ario/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!
ario configuration now is broken: 1. OPTIONS_DEFINE= NLS override OPTIONS_DEFINE= AVAHI, so only NLS option is available during 'make config' 2. AVAHI_DESC is defined in Mk/bsd.options.desc.mk, it isn't necessary to override this variable with similar message 3. Porter handbook suggest use WITHOUT_NLS variable to choose using gettext or not. Also I think /etc/make.conf is better place to set this variable, than port Makefile, so I removed NLS option. Please revert your patch and commit my patch without changes.
On 18 June 2012 20:43, Grzegorz Blach <magik@roorback.net> wrote: > ario configuration now is broken: > > 1. OPTIONS_DEFINE= NLS override OPTIONS_DEFINE= AVAHI, so only NLS > option is available during 'make config' > > 2. AVAHI_DESC is defined in Mk/bsd.options.desc.mk, it isn't necessary > to override this variable with similar message > > 3. Porter handbook suggest use WITHOUT_NLS variable to choose using > gettext or not. Also I think /etc/make.conf is better place to set this > variable, than port Makefile, so I removed NLS option. NLS is also in PORT_OPTIONS, and the code handles it correctly; i.e. WITH_NLS in make.conf sets option NLS. I'll clarify the docs. Chris
New/old patch
sylvio 2012-06-22 00:56:45 UTC FreeBSD ports repository Modified files: audio/ario Makefile Log: - Fixed problem with OptionsNG PR: ports/169040 Submitted by: maintainer(private email) Revision Changes Path 1.19 +1 -2 ports/audio/ario/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"