From 38a92d46fecb74d6b431e72fb051d4852ae09192 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Thu, 5 Feb 2004 01:23:10 +0000 Subject: Update to KDE 3.2.0 Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series. --- .../files/patch-ksysguard-ksysguardd-FreeBSD-CPU.c | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD-CPU.c (limited to 'x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD-CPU.c') diff --git a/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD-CPU.c b/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD-CPU.c deleted file mode 100644 index 13b5efd1d38d..000000000000 --- a/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD-CPU.c +++ /dev/null @@ -1,21 +0,0 @@ ---- ksysguard/ksysguardd/FreeBSD/CPU.c.orig Sat Nov 8 15:40:15 2003 -+++ ksysguard/ksysguardd/FreeBSD/CPU.c Sat Nov 8 15:16:40 2003 -@@ -49,6 +49,8 @@ - long cp_diff[CPUSTATES]; - int cpu_states[CPUSTATES]; - -+size_t cp_time_len = sizeof(cp_time); -+ - void - initCpuInfo(struct SensorModul* sm) - { -@@ -73,7 +75,7 @@ - int - updateCpuInfo(void) - { -- sysctlbyname("kern.cp_time", &cp_time, sizeof(cp_time), NULL, 0); -+ sysctlbyname("kern.cp_time", &cp_time, &cp_time_len, NULL, 0); - percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff); - return (0); - } - -- cgit v1.2.3