Received: by mail.netbsd.org (Postfix, from userid 605) id 43C9D84D63; Thu, 28 Nov 2019 13:38:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC41B84CFC for ; Thu, 28 Nov 2019 13:38:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NiY1YYhkGbB2 for ; Thu, 28 Nov 2019 13:38:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 22C0484C8B for ; Thu, 28 Nov 2019 13:38:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C19B5FA97; Thu, 28 Nov 2019 13:38:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574948286121630" MIME-Version: 1.0 Date: Thu, 28 Nov 2019 13:38:06 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/speech-dispatcher To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191128133806.C19B5FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1574948286121630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Nov 28 13:38:06 UTC 2019 Modified Files: pkgsrc/audio/speech-dispatcher: Makefile Log Message: speech-dispatcher: Needs gettext tools To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/speech-dispatcher/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574948286121630 Content-Disposition: inline Content-Length: 685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/speech-dispatcher/Makefile diff -u pkgsrc/audio/speech-dispatcher/Makefile:1.8 pkgsrc/audio/speech-dispatcher/Makefile:1.9 --- pkgsrc/audio/speech-dispatcher/Makefile:1.8 Wed Sep 18 14:17:06 2019 +++ pkgsrc/audio/speech-dispatcher/Makefile Thu Nov 28 13:38:06 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/09/18 14:17:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2019/11/28 13:38:06 nia Exp $ DISTNAME= speech-dispatcher-0.8.4 PKGREVISION= 6 @@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= intltool pkg-config +USE_TOOLS+= msgfmt msgmerge xgettext PKGCONFIG_OVERRIDE+= speech-dispatcher.pc.in --_----------=_1574948286121630--