[Bug 201414] [patch] x11-fm/pcmanfm: fix NLS option, sort USES

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 9 19:29:48 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201414

--- Comment #9 from Andriy Voskoboinyk <s3erios at gmail.com> ---
(In reply to Horia Racoviceanu from comment #8)
> As koobs@ mentioned in comment 3 and the portlint warning, gettext should be 
> made conditional using an options helper.

gettext(-runtime) cannot be used conditionally, since devel/glib20 uses it.

For example

>   fm_show_error(NULL, NULL, _("Desktop manager is not active."));

will be converted into

>    fm_show_error(NULL, NULL, libintl_gettext("Desktop manager is not active."));

> Also, there is no need to add FLAGS here.

They're required for correct libintl.h detection:
> checking libintl.h usability... no
> checking libintl.h presence... no
> checking for libintl.h... no

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list