Date: Mon, 29 Dec 2008 19:31:13 +0300 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: Torfinn Ingolfsen <tingox@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: amule 2 port - trying an upgrade Message-ID: <20081229163113.GA81059@hades.panopticon> In-Reply-To: <ef8c8a880812290453i57c420a8i823b39d1579f84ae@mail.gmail.com> References: <ef8c8a880808181331ga307908o9b2f3c5748b0cce4@mail.gmail.com> <20080821105506.GA25154@wep4017.physik.uni-wuerzburg.de> <ef8c8a880808211432r24a0d28bn526927e0d36aabef@mail.gmail.com> <20080822125845.GB4663@hades.panopticon> <ef8c8a880808220645o67ab3916o6982c5c65b3ff64b@mail.gmail.com> <20080822221339.GH1421@hades.panopticon> <ef8c8a880808221810y6aeaf86ek49db6aec7e598408@mail.gmail.com> <20080823020518.GA75067@hades.panopticon> <ef8c8a880812290453i57c420a8i823b39d1579f84ae@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
* Torfinn Ingolfsen (tingox@gmail.com) wrote: > >> +USE_GETTEXT= yes > > Using gettext conditionally like before no longer work? > I don't really know. What exactly do we gain by using gettext conditionally? Optional NLS support. Less depends, not installing unneeded locales if NLS is not needed. > >> -.if !defined(WITHOUT_OPTIMIZE) > >> +.if defined(WITH_OPTIMIZE) > > No, checking WITHOUT_OPTIMIZE is correct. You should check > > counter-default values for options, i.e. check WITH_FOO if FOO is > > off by default, and WITHOUT_FOO if FOO is on by default. Same for > > other checks. > > Is this documented in the Porters Handbook anywhere? Doesn't look like this. Maybe it should be. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081229163113.GA81059>