pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/mate-system-monitor



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.

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



Home | Main Index | Thread Index | Old Index