Received: by mail.netbsd.org (Postfix, from userid 605) id 9CDD384D2F; Sat, 14 Oct 2017 13:35:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3109C84D29 for ; Sat, 14 Oct 2017 13:35:36 +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 rH9XDLWDeo44 for ; Sat, 14 Oct 2017 13:35:35 +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 C4DEB84CDE for ; Sat, 14 Oct 2017 13:35:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBCE1FBC7; Sat, 14 Oct 2017 13:35:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507988135114640" MIME-Version: 1.0 Date: Sat, 14 Oct 2017 13:35:35 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/x11/vte3 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20171014133535.BBCE1FBC7@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. --_----------=_1507988135114640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Sat Oct 14 13:35:35 UTC 2017 Modified Files: pkgsrc/x11/vte3: Makefile Log Message: vte3: requires glib-marshal which is now in py-glib2-tools To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/vte3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507988135114640 Content-Disposition: inline Content-Length: 683 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/vte3/Makefile diff -u pkgsrc/x11/vte3/Makefile:1.3 pkgsrc/x11/vte3/Makefile:1.4 --- pkgsrc/x11/vte3/Makefile:1.3 Sun Jul 30 22:47:59 2017 +++ pkgsrc/x11/vte3/Makefile Sat Oct 14 13:35:35 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/07/30 22:47:59 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/10/14 13:35:35 prlw1 Exp $ # DISTNAME= vte-0.38.4 @@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --enable-Bsymbolic=auto CONFIGURE_ARGS+= --disable-introspection CONFIGURE_ARGS+= --disable-vala +.include "../../devel/glib2/buildtools.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1507988135114640--