Path to this page:
Subject: CVS commit: pkgsrc/devel/gettext-lib
From: Min Sik Kim
Date: 2004-10-14 05:16:35
Message id: 20041014031636.0894B2DA1D@cvs.netbsd.org
Log Message:
If builtin libintl has ngettext(), force packages requiring gettext
API version 2 to choose the builtin library over GNU gettext shipped
with each package.
In fact, the gettext library included in a package should never be
used. Otherwise every such package would install charset.alias and
locale.alias, causing conflicts with each other when pkgviews is
enabled.
For platforms without ngettext() in their builtin libintl (assumed to
be gettext-lib-0.10.35nb1 by gettext-lib/builtin.mk), packages
requiring gettext API version 2 must add dependency on
gettext-lib>=0.10.36 to share devel/gettext-lib rather than to link
statically against the included gettext library.
Files: