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

Modified Files:
	pkgsrc/mk/tools: gettext.mk

Log Message:
There are two things that we need to keep track of:

   (1) whether or not the built-in msgfmt supports msgid_plural, and
       thus whether we need to use the msgfmt.sh script
       (_TOOLS_USE_MSGFMT_SH), and

   (2) whether or not we need to use the pkgsrc version of msgfmt
       (_TOOLS_USE_PKGSRC.msgfmt)

If we truly don't need to use msgfmt.sh, then never invoke it.  This is
the case on NetBSD>=3.x.  This should fix the problem with building the
*.po files in fonts/fontforge on NetBSD-current.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/tools/gettext.mk

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