Received: by mail.netbsd.org (Postfix, from userid 605) id 4093C84E70; Sat, 21 Mar 2020 14:31:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD8D984E4E for ; Sat, 21 Mar 2020 14:31:30 +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 ZrMSJ6RR4ux0 for ; Sat, 21 Mar 2020 14:31:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5845084D41 for ; Sat, 21 Mar 2020 14:31:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 51C78FB27; Sat, 21 Mar 2020 14:31:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584801090174650" MIME-Version: 1.0 Date: Sat, 21 Mar 2020 14:31:30 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/x11/tint2 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200321143130.51C78FB27@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. --_----------=_1584801090174650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Mar 21 14:31:30 UTC 2020 Modified Files: pkgsrc/x11/tint2: Makefile Log Message: tint2: needs msgmerge, msgfmt To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/tint2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584801090174650 Content-Disposition: inline Content-Length: 714 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/tint2/Makefile diff -u pkgsrc/x11/tint2/Makefile:1.51 pkgsrc/x11/tint2/Makefile:1.52 --- pkgsrc/x11/tint2/Makefile:1.51 Tue Mar 10 22:11:21 2020 +++ pkgsrc/x11/tint2/Makefile Sat Mar 21 14:31:30 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2020/03/10 22:11:21 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2020/03/21 14:31:30 tnn Exp $ DISTNAME= tint2-v16.7 PKGNAME= ${DISTNAME:S/-v/-/} @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ # XXX CMake. pkg does not really need c++ USE_CMAKE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt msgmerge pkg-config INSTALLATION_DIRS= share/examples/tint2 OWN_DIRS= ${PKG_SYSCONFDIR}/xdg/tint2 --_----------=_1584801090174650--