Subject: CVS commit: pkgsrc/devel/gettext-lib
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 10/14/2004 03:16:36
Module Name:	pkgsrc
Committed By:	minskim
Date:		Thu Oct 14 03:16:35 UTC 2004

Modified Files:
	pkgsrc/devel/gettext-lib: builtin.mk

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.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/gettext-lib/builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.