Received: by mail.netbsd.org (Postfix, from userid 605) id D465584D5A; Fri, 13 Oct 2017 22:03:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6828084D41 for ; Fri, 13 Oct 2017 22:03:04 +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 03t_BPGMZiDl for ; Fri, 13 Oct 2017 22:03:04 +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 CA57984CDE for ; Fri, 13 Oct 2017 22:03:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1525FBC7; Fri, 13 Oct 2017 22:03:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507932183107540" MIME-Version: 1.0 Date: Fri, 13 Oct 2017 22:03:03 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/multimedia/gstreamer0.10 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20171013220303.C1525FBC7@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. --_----------=_1507932183107540 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:03:03 UTC 2017 Modified Files: pkgsrc/multimedia/gstreamer0.10: Makefile Log Message: gstreamer0.10: requires glib-marshal which is now in py-glib2-tools To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/multimedia/gstreamer0.10/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507932183107540 Content-Disposition: inline Content-Length: 742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/gstreamer0.10/Makefile diff -u pkgsrc/multimedia/gstreamer0.10/Makefile:1.60 pkgsrc/multimedia/gstreamer0.10/Makefile:1.61 --- pkgsrc/multimedia/gstreamer0.10/Makefile:1.60 Wed Aug 16 20:21:11 2017 +++ pkgsrc/multimedia/gstreamer0.10/Makefile Fri Oct 13 22:03:03 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2017/08/16 20:21:11 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2017/10/13 22:03:03 prlw1 Exp $ # DISTNAME= gstreamer-0.10.36 @@ -72,5 +72,6 @@ PLIST.introspection= yes CONFIGURE_ARGS+= --disable-introspection .endif .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/glib2/buildtools.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1507932183107540--