Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id BAE9963B9E6 for ; Sun, 22 Mar 2009 17:57:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 5A83F63B232; Sun, 22 Mar 2009 17:57:59 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 4CE2863B22D for ; Sun, 22 Mar 2009 17:57:58 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3DE66175D0; Sun, 22 Mar 2009 17:57:58 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 22 Mar 2009 17:57:58 +0000 From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/mk/tools To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20090322175758.3DE66175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Sun Mar 22 17:57:58 UTC 2009 Modified Files: pkgsrc/mk/tools: gettext.mk msgfmt.sh Log Message: Rename MSGFMT_STRIP_MSGCTX to MSGFMT_STRIP_MSGCTXT to reflect what is stripped. Allow the script to be used for pkgsrc msgfmt as well. Set MSGFMT_STRIP_MSGCTXT automatically for msgfmt before 0.15. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/mk/tools/gettext.mk cvs rdiff -u -r1.30 -r1.31 pkgsrc/mk/tools/msgfmt.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.