Received: by mail.netbsd.org (Postfix, from userid 605) id AD58E84D3A; Wed, 26 Aug 2020 22:53:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 344A984D22 for ; Wed, 26 Aug 2020 22:53:23 +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 k_NlReT-Mtq7 for ; Wed, 26 Aug 2020 22:53:22 +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 835AF84CE2 for ; Wed, 26 Aug 2020 22:53:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A737FB26; Wed, 26 Aug 2020 22:53:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159848240216400" MIME-Version: 1.0 Date: Wed, 26 Aug 2020 22:53:22 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/sysutils/mate-system-monitor To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20200826225322.7A737FB26@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. --_----------=_159848240216400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Aug 26 22:53:22 UTC 2020 Modified Files: pkgsrc/sysutils/mate-system-monitor: Makefile Log Message: mate-system-monitor: fix builds Being the lone MATE 1.22 hold-out in pkgsrc, this package really does still need intltool to build, so add it here now that it's been removed from meta-pkgs/mate/Makefile.common. This build failure wasn't noted before, as this package isn't built by the meta package. (There's been a 1.24.1 version released, but it requires libgtop >= 2.37.2, while we still have 2.28.4 in pkgsrc. Updating libgtop is not trivial, given the number of patches for NetBSD, FreeBSD, DragonFly, Darwin, SunOS, and possibly more.) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/mate-system-monitor/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159848240216400 Content-Disposition: inline Content-Length: 785 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/mate-system-monitor/Makefile diff -u pkgsrc/sysutils/mate-system-monitor/Makefile:1.23 pkgsrc/sysutils/mate-system-monitor/Makefile:1.24 --- pkgsrc/sysutils/mate-system-monitor/Makefile:1.23 Mon Aug 24 04:41:41 2020 +++ pkgsrc/sysutils/mate-system-monitor/Makefile Wed Aug 26 22:53:22 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2020/08/24 04:41:41 gutteridge Exp $ +# $NetBSD: Makefile,v 1.24 2020/08/26 22:53:22 gutteridge Exp $ PKGREVISION= 6 .include "../../meta-pkgs/mate/Makefile.common" @@ -8,7 +8,7 @@ CATEGORIES= sysutils COMMENT= MATE system monitor -TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool +USE_TOOLS+= intltool TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint USE_LANGUAGES= c c++11 --_----------=_159848240216400--