Received: by mail.netbsd.org (Postfix, from userid 605) id 30E0584D71; Fri, 13 Oct 2017 22:52:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B915C84D25 for ; Fri, 13 Oct 2017 22:52:33 +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 fKsCvxrmcA25 for ; Fri, 13 Oct 2017 22:52:33 +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 2816D84CE3 for ; Fri, 13 Oct 2017 22:52:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1EA43FBC7; Fri, 13 Oct 2017 22:52:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507935153166690" MIME-Version: 1.0 Date: Fri, 13 Oct 2017 22:52:33 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/x11/gtk2 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20171013225233.1EA43FBC7@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. --_----------=_1507935153166690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Fri Oct 13 22:52:33 UTC 2017 Modified Files: pkgsrc/x11/gtk2: Makefile Log Message: gtk2: requires glib-mkenums which is now in py-glib2-tools To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 pkgsrc/x11/gtk2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507935153166690 Content-Disposition: inline Content-Length: 853 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk2/Makefile diff -u pkgsrc/x11/gtk2/Makefile:1.288 pkgsrc/x11/gtk2/Makefile:1.289 --- pkgsrc/x11/gtk2/Makefile:1.288 Wed Aug 16 20:21:16 2017 +++ pkgsrc/x11/gtk2/Makefile Fri Oct 13 22:52:32 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.288 2017/08/16 20:21:16 wiz Exp $ +# $NetBSD: Makefile,v 1.289 2017/10/13 22:52:32 prlw1 Exp $ DISTNAME= gtk+-2.24.31 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -102,6 +102,7 @@ BUILDLINK_API_DEPENDS.atk+= atk>=1.30.0 .include "../../devel/gettext-lib/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0 .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/glib2/buildtools.mk" .include "../../graphics/gdk-pixbuf2/buildlink3.mk" BUILDLINK_DEPMETHOD.gobject-introspection:= build BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.3 --_----------=_1507935153166690--