summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/patches/patch-ac
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-02-25 08:41:56 +0000
committercube <cube@pkgsrc.org>2004-02-25 08:41:56 +0000
commit19129988e48ead0070cff57e3a0a5aeb957d396e (patch)
tree7371d8134bf3fbe9e865c19e5304a3cbf365c753 /sysutils/gkrellm/patches/patch-ac
parent9da644725827b7dc8ff28d47d042fe859fbb7864 (diff)
downloadpkgsrc-19129988e48ead0070cff57e3a0a5aeb957d396e.tar.gz
Update to 2.1.26.
Pkgsrc change: o use subst.mk instead of hand-crafted sed which removes the need for patches. GKrellM changes: * Patches: o Frederick Bruckman <fredb--at--immanent.net> detect multiple CPUs on NetBSD. * Bugfixes: o Andreas Liebe <liebe--at--hrz.tu-darmstadt.de> patch to solaris.c prevents running out of fds on some SPARC servers. o CPU and Net stats from 64 bit gkrellmd server overflowed on a 32 bit client. o Changed Linux sysfs sensor temperature factor from 100 to 1000. Those running Linux kernels >= 2.6.2 should now only need gkrellm config temperature factors of 1.0. But those still running kernels <= 2.6.1 may still need factor of 10 gkrellm config adjustments. o $d should be %d typo in cs.po
Diffstat (limited to 'sysutils/gkrellm/patches/patch-ac')
-rw-r--r--sysutils/gkrellm/patches/patch-ac18
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/gkrellm/patches/patch-ac b/sysutils/gkrellm/patches/patch-ac
deleted file mode 100644
index 2c59ca8a584..00000000000
--- a/sysutils/gkrellm/patches/patch-ac
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2004/02/24 22:21:15 cube Exp $
-
---- src/gkrellm.h.orig 2003-03-10 06:59:37.000000000 +0100
-+++ src/gkrellm.h
-@@ -115,11 +115,11 @@
-
- #define LOCAL_THEMES_DIR "/usr/local/share/gkrellm2/themes"
- #if !defined(SYSTEM_THEMES_DIR)
--#define SYSTEM_THEMES_DIR "/usr/share/gkrellm2/themes"
-+#define SYSTEM_THEMES_DIR "@@PREFIX@@/share/gkrellm2/themes"
- #endif
- #define LOCAL_PLUGINS_DIR "/usr/local/lib/gkrellm2/plugins"
- #if !defined(SYSTEM_PLUGINS_DIR)
--#define SYSTEM_PLUGINS_DIR "/usr/lib/gkrellm2/plugins"
-+#define SYSTEM_PLUGINS_DIR "@@PREFIX@@/lib/gkrellm2/plugins"
- #endif
-
- #else