svn commit: r325041 - head/japanese/eb
Andrej Zverev
az at freebsd.org
Wed Aug 21 17:15:20 UTC 2013
On Wed, Aug 21, 2013 at 8:27 PM, Jason Helfman <jgh at freebsd.org> wrote:
>
> Fair enough. What this is doing though is making gettext a build dependency
> regardless if NLS is selected or not.
>
> (nls disabled here)
> $ make -V PORT_OPTIONS
> DOCS EXAMPLES IPV6
> $ make -V USES
> gettext perl5
>
> (nls enabled here)
> $ make -V PORT_OPTIONS
> DOCS EXAMPLES IPV6 NLS
> $ make -V USES
> gettext perl5
>
> However the port doesn't disable NLS if it is not selected. It should
> conditionally add gettext, as you've pointed out,
> Unless of course it requires gettext regardless, which I have seen as well.
>
> I did built it though, and it looks like it needs gettext regardless, and it
> does break.
>
> http://meatwad.mouf.net/rubick/poudriere/logs/bulk/91amd64-jgh/latest/logs/errors/ja-eb-4.4.3.log
>
> And this log is with --disable-nls
>
> http://meatwad.mouf.net/rubick/poudriere/logs/bulk/91amd64-jgh/latest/logs/errors/ja-eb-4.4.3.log
>
> Sounds like an upstream bug, and when or if ever fixed, uses can be fixed to
> be conditional.
>
>
You sure about URL of logs ? (they are same) and both (well, one
actually) only with --enable-nls.
More information about the svn-ports-head
mailing list