Received: by mail.netbsd.org (Postfix, from userid 605) id 974FF84E58; Thu, 25 Jul 2019 09:29:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F86684E1B for ; Thu, 25 Jul 2019 09:29:33 +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 ppJqfDbLbQBw for ; Thu, 25 Jul 2019 09:29:32 +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 7AB3784D76 for ; Thu, 25 Jul 2019 09:29:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28245FBF4; Thu, 25 Jul 2019 09:29:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1564046972238220" MIME-Version: 1.0 Date: Thu, 25 Jul 2019 09:29:32 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/gdk-pixbuf2 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190725092932.28245FBF4@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. --_----------=_1564046972238220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jul 25 09:29:32 UTC 2019 Modified Files: pkgsrc/graphics/gdk-pixbuf2: Makefile Log Message: gdk-pixbuf2: Add xgettext to USE_TOOLS. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/gdk-pixbuf2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1564046972238220 Content-Disposition: inline Content-Length: 773 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gdk-pixbuf2/Makefile diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.38 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.39 --- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.38 Mon Jul 22 09:13:13 2019 +++ pkgsrc/graphics/gdk-pixbuf2/Makefile Thu Jul 25 09:29:31 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/07/22 09:13:13 nia Exp $ +# $NetBSD: Makefile,v 1.39 2019/07/25 09:29:31 nia Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} @@ -15,7 +15,7 @@ CONFLICTS+= gtk2+<2.22 .include "../../graphics/gdk-pixbuf2/Makefile.version" -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config xgettext MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf MESON_ARGS+= -D installed_tests=false --_----------=_1564046972238220--