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 50B6C1A921F for ; Tue, 17 Nov 2020 13:34:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 96C67850E6; Tue, 17 Nov 2020 13:34:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D16F684D9B for ; Tue, 17 Nov 2020 13:34:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Wc8bE85oaM5r for ; Tue, 17 Nov 2020 13:34:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 34F0584D72 for ; Tue, 17 Nov 2020 13:34:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E423FA9D; Tue, 17 Nov 2020 13:34:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160562004644200" MIME-Version: 1.0 Date: Tue, 17 Nov 2020 13:34:06 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/x11/gnome-session To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20201117133406.2E423FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160562004644200 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:34:06 UTC 2020 Modified Files: pkgsrc/x11/gnome-session: Makefile Log Message: (x11/gnome-session) Add gdbus-codegen-[0-9]* for BUILD_DEPENDS (is it enough ?) To generate a diff of this commit: cvs rdiff -u -r1.197 -r1.198 pkgsrc/x11/gnome-session/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160562004644200 Content-Disposition: inline Content-Length: 777 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gnome-session/Makefile diff -u pkgsrc/x11/gnome-session/Makefile:1.197 pkgsrc/x11/gnome-session/Makefile:1.198 --- pkgsrc/x11/gnome-session/Makefile:1.197 Wed Nov 11 17:55:59 2020 +++ pkgsrc/x11/gnome-session/Makefile Tue Nov 17 13:34:06 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.197 2020/11/11 17:55:59 nia Exp $ +# $NetBSD: Makefile,v 1.198 2020/11/17 13:34:06 mef Exp $ DISTNAME= gnome-session-3.38.0 CATEGORIES= x11 gnome @@ -10,6 +10,8 @@ HOMEPAGE= https://gitlab.gnome.org/GNOM COMMENT= GNOME3 session management utilities LICENSE= gnu-gpl-v2 +BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen + TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto --_----------=_160562004644200--