Received: by mail.netbsd.org (Postfix, from userid 605) id 91D9484D62; Tue, 4 Sep 2018 08:26:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8EAA784D3B for ; Tue, 4 Sep 2018 08:26:19 +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 zn1umkuNGeJI for ; Tue, 4 Sep 2018 08:26:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C3FC184CDC for ; Tue, 4 Sep 2018 08:26:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC95DFBF8; Tue, 4 Sep 2018 08:26:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153604957869330" MIME-Version: 1.0 Date: Tue, 4 Sep 2018 08:26:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/gimp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180904082618.BC95DFBF8@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. --_----------=_153604957869330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 4 08:26:18 UTC 2018 Modified Files: pkgsrc/graphics/gimp: Makefile Log Message: gimp: configure insists on xgettext>=0.19, so add matching build-dependency To generate a diff of this commit: cvs rdiff -u -r1.294 -r1.295 pkgsrc/graphics/gimp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153604957869330 Content-Disposition: inline Content-Length: 747 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gimp/Makefile diff -u pkgsrc/graphics/gimp/Makefile:1.294 pkgsrc/graphics/gimp/Makefile:1.295 --- pkgsrc/graphics/gimp/Makefile:1.294 Sun Sep 2 21:32:43 2018 +++ pkgsrc/graphics/gimp/Makefile Tue Sep 4 08:26:18 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.294 2018/09/02 21:32:43 wiz Exp $ +# $NetBSD: Makefile,v 1.295 2018/09/04 08:26:18 wiz Exp $ DISTNAME= gimp-2.10.6 PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= The GNU image manipulation prog LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3 BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen +BUILD_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking CONFLICTS+= gimp<=1.2.3 --_----------=_153604957869330--