diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2009-08-21 15:07:14 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2009-08-21 15:07:14 +0000 |
commit | 8a1ab9b9609e0f5c176f810d5ac5217dd80b118d (patch) | |
tree | 6d90c0dbf6172775bdd33f223c6b9b2ecee94650 /x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h | |
parent | Jabber protocol plugin for qutIM (diff) |
- Implement/Add the sensor 'system/uptime' for/to ksysguardd. As intended
sideeffect, this fixes the plasma systemmonitor applets as most of them
were using this sensor internally for management of the sensor list due
to a limitation of ksysguardd. As this sensor didn't exist on FreeBSD,
they showed nada.
- Add a patch from upstream to fix the network part of the plasma
systemmonitor [1]
- Bump PORTREVISION
Obtained from: KDE SVN (rev. 1001470) [1]
7.x testing by: decept on #kde-freebsd (Freenode)
Diffstat (limited to 'x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h')
-rw-r--r-- | x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h b/x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h new file mode 100644 index 000000000000..ab5a13656157 --- /dev/null +++ b/x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h @@ -0,0 +1,18 @@ +--- ksysguard/ksysguardd/modules.h.orig 2009-08-20 20:02:06.000000000 +0200 ++++ ksysguard/ksysguardd/modules.h 2009-08-20 21:53:11.000000000 +0200 +@@ -59,6 +59,7 @@ + #include "Memory.h" + #include "netdev.h" + #include "ProcessList.h" ++#include "uptime.h" + #endif /* OSTYPE_FreeBSD */ + + #ifdef OSTYPE_Irix +@@ -144,6 +145,7 @@ + { "Memory", initMemory, exitMemory, updateMemory, NULLVVFUNC, 0, NULLTIME }, + { "NetDev", initNetDev, exitNetDev, updateNetDev, checkNetDev, 0, NULLTIME }, + { "ProcessList", initProcessList, exitProcessList, updateProcessList, NULLVVFUNC, 0, NULLTIME }, ++ { "Uptime", initUptime, exitUptime, NULLIVFUNC, NULLVVFUNC, 0, NULLTIME }, + #endif /* OSTYPE_FreeBSD */ + + #ifdef OSTYPE_Irix |