Subject: CVS commit: pkgsrc/devel/gettext-lib
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/14/2004 04:05:16
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sun Nov 14 04:05:16 UTC 2004

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

Log Message:
Follow the recommended template for builtin.mk files: glibc's gettext
is _not_ GNU gettext, so it's presence should not set IS_BUILTIN.gettext
to "yes", but it _can_ set USE_BUILTIN.gettext to "yes" to force that
it be used.

Also, create a new variable BROKEN_GETTEXT_DETECTION, which is yes/no
depending on whether or not a package's GNU configure script properly
detects -lintl.  This variable currently defaults to "yes", but should
eventually be set to "no" and overridden on a package-by-package basis
for those packages that truly are broken.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 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.