Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/mate-system-monitor mate-system-monitor: fix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efebd48f6d59
branches:  trunk
changeset: 437582:efebd48f6d59
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Aug 26 22:53:22 2020 +0000

description:
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.)

diffstat:

 sysutils/mate-system-monitor/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8a4beb9a8861 -r efebd48f6d59 sysutils/mate-system-monitor/Makefile
--- a/sysutils/mate-system-monitor/Makefile     Wed Aug 26 21:22:13 2020 +0000
+++ b/sysutils/mate-system-monitor/Makefile     Wed Aug 26 22:53:22 2020 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index