Subject: CVS commit: pkgsrc/mk/tools
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/13/2006 13:30:40
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Jun 13 13:30:40 UTC 2006

Modified Files:
	pkgsrc/mk/tools: msgfmt.sh

Log Message:
At the point where we invoke msgfmt during the build phase, the software
author has presumably given us valid *.po files, so skip performing
validity checks on the *.po file.  This fixes building software where
the author has actually *not* produced proper *.po files, e.g.
net/gtk-gnutella, where the de.po files have msgid/msgstr pairs that
do not have matching numbers of format specifiers (%[a-z]).


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/mk/tools/msgfmt.sh

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