Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C86951A921F for ; Tue, 17 Nov 2020 13:27:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2AF64850C7; Tue, 17 Nov 2020 13:27:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6661E84D9B for ; Tue, 17 Nov 2020 13:27:01 +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 wzwgm7nzUH2v for ; Tue, 17 Nov 2020 13:27:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F2F0584D72 for ; Tue, 17 Nov 2020 13:27:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB997FA9D; Tue, 17 Nov 2020 13:27:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1605619620243290" MIME-Version: 1.0 Date: Tue, 17 Nov 2020 13:27:00 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/wm/mutter To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20201117132700.EB997FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1605619620243290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Nov 17 13:27:00 UTC 2020 Modified Files: pkgsrc/wm/mutter: Makefile Log Message: (wm/mutter) Add gdbus-codegen-[0-9]* for BUILD_DEPENDS (is it enough ?) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/mutter/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1605619620243290 Content-Disposition: inline Content-Length: 623 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/mutter/Makefile diff -u pkgsrc/wm/mutter/Makefile:1.1 pkgsrc/wm/mutter/Makefile:1.2 --- pkgsrc/wm/mutter/Makefile:1.1 Tue Nov 10 01:56:20 2020 +++ pkgsrc/wm/mutter/Makefile Tue Nov 17 13:27:00 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/11/10 01:56:20 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/11/17 13:27:00 mef Exp $ DISTNAME= mutter-3.38.1 CATEGORIES= wm gnome @@ -11,6 +11,7 @@ COMMENT= GNOME window manager LICENSE= gnu-gpl-v2 USE_TOOLS+= pkg-config +BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen .include "../../graphics/MesaLib/features.mk" --_----------=_1605619620243290--