Received: by mail.netbsd.org (Postfix, from userid 605) id 2B82784E99; Wed, 16 May 2018 10:56:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA72684E44 for ; Wed, 16 May 2018 10:56:04 +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 jhmi2uKX3izT for ; Wed, 16 May 2018 10:56: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 1006684CD4 for ; Wed, 16 May 2018 10:56:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03668FBEC; Wed, 16 May 2018 10:56:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152646816397360" MIME-Version: 1.0 Date: Wed, 16 May 2018 10:56:03 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/meta-pkgs/mate To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180516105604.03668FBEC@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. --_----------=_152646816397360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Wed May 16 10:56:03 UTC 2018 Modified Files: pkgsrc/meta-pkgs/mate: Makefile Log Message: Don't install mate-system-monitor in the meta-package, it requires c++ gtk dependencies and doesn't work on NetBSD yet. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/meta-pkgs/mate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152646816397360 Content-Disposition: inline Content-Length: 1101 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/mate/Makefile diff -u pkgsrc/meta-pkgs/mate/Makefile:1.12 pkgsrc/meta-pkgs/mate/Makefile:1.13 --- pkgsrc/meta-pkgs/mate/Makefile:1.12 Mon May 14 13:53:45 2018 +++ pkgsrc/meta-pkgs/mate/Makefile Wed May 16 10:56:03 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2018/05/14 13:53:45 youri Exp $ +# $NetBSD: Makefile,v 1.13 2018/05/16 10:56:03 youri Exp $ MAINTAINER= youri@NetBSD.org HOMEPAGE= http://www.mate-desktop.org/ @@ -42,7 +42,7 @@ DEPENDS+= mate-screensaver>=${VERSION}:. DEPENDS+= mate-sensors-applet>=${VERSION}:../../sysutils/mate-sensors-applet DEPENDS+= mate-session-manager>=${VERSION}:../../x11/mate-session-manager DEPENDS+= mate-settings-daemon>=${VERSION}:../../x11/mate-settings-daemon -DEPENDS+= mate-system-monitor>=${VERSION}:../../sysutils/mate-system-monitor +#DEPENDS+= mate-system-monitor>=${VERSION}:../../sysutils/mate-system-monitor DEPENDS+= mate-terminal>=${VERSION}:../../x11/mate-terminal DEPENDS+= mate-themes>=${VERSION}:../../graphics/mate-themes DEPENDS+= mate-user-share>=${VERSION}:../../net/mate-user-share --_----------=_152646816397360--