head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @// @; 1.1 date 2026.01.19.09.52.19; author markd; state Exp; branches; next ; commitid GRRfxLDvmi79eZqG; desc @@ 1.1 log @plasma6-kinfocenter: use vmstat for interrupts on all the BSDs. also depend on lscpu and glx-tools @ text @$NetBSD$ Use vmstat on NetBSD/OpenBSD as well. --- kcms/interrupts/main.cpp.orig 2025-11-04 14:59:20.000000000 +0000 +++ kcms/interrupts/main.cpp @@@@ -17,7 +17,7 @@@@ public: : KQuickConfigModule(parent, data) { m_outputContext = -#if defined(Q_OS_FREEBSD) +#if defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD) || defined(Q_OS_OPENBSD) new CommandOutputContext(QStringLiteral("vmstat"), {QStringLiteral("-i")}, parent); #else new CommandOutputContext(QStringLiteral("cat"), {QStringLiteral("/proc/interrupts")}, parent); @