Received: by mail.netbsd.org (Postfix, from userid 605) id 6A7C584D71; Fri, 13 Oct 2017 21:47:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F2D7284D41 for ; Fri, 13 Oct 2017 21:47:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VLkMMTGE7kRh for ; Fri, 13 Oct 2017 21:47:23 +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 602CF84D3C for ; Fri, 13 Oct 2017 21:47:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B77CFBC7; Fri, 13 Oct 2017 21:47:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507931243191530" MIME-Version: 1.0 Date: Fri, 13 Oct 2017 21:47:23 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/graphics/gdk-pixbuf2 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20171013214723.5B77CFBC7@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. --_----------=_1507931243191530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Fri Oct 13 21:47:23 UTC 2017 Modified Files: pkgsrc/graphics/gdk-pixbuf2: Makefile Log Message: gdk-pixbuf2: requires glib-mkenums which is now in py-glib2-tools To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/gdk-pixbuf2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507931243191530 Content-Disposition: inline Content-Length: 890 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.33 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.34 --- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.33 Tue Aug 8 16:52:10 2017 +++ pkgsrc/graphics/gdk-pixbuf2/Makefile Fri Oct 13 21:47:23 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2017/08/08 16:52:10 adam Exp $ +# $NetBSD: Makefile,v 1.34 2017/10/13 21:47:23 prlw1 Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} @@ -34,6 +34,7 @@ post-install: .include "../../databases/shared-mime-info/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.2 .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/glib2/buildtools.mk" BUILDLINK_DEPMETHOD.gobject-introspection:= build .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" --_----------=_1507931243191530--