Subject: CVS commit: pkgsrc/mk/tools
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 04/14/2006 22:16:33
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Apr 14 22:16:33 UTC 2006

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

Log Message:
Avoid using the awk input loop and use our own while loop in a BEGIN
statement.  While here fix processing of *.po files containing obsolete
statements by preserving them for msgfmt to handle.  Also use a few
more constants to make the code more maintainable and readable.


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

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