summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/patches/patch-ab
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-06-05 18:57:37 +0000
committercube <cube@pkgsrc.org>2004-06-05 18:57:37 +0000
commit557e505beaa4732a5de50bcba7a698d8e395d65f (patch)
tree14b78466175f5085a81365684313b6c4810c30e6 /sysutils/gkrellm/patches/patch-ab
parent163397dcaba79f6de5370f8e47cf8e61dc176919 (diff)
downloadpkgsrc-557e505beaa4732a5de50bcba7a698d8e395d65f.tar.gz
Update to version 2.2.1.
2.2.1 - Thu Jun 3, 2004 ----------------------- * Added markup text decal functions, see plugins changelog. * Use <small> markup in system name if it doesn't fit. * Try to trap out GdkFont font configs from < 2.2.0 versions. * Translation updates o de.po o fr.po from Jerome UZEL pkgsrc: * Add a patch to fix the "gkrellm spinning at start-up" bug. This will make gkrellm2 work on systems that export anything useful for gkrellm through sysmon. * Correct PLISTs
Diffstat (limited to 'sysutils/gkrellm/patches/patch-ab')
-rw-r--r--sysutils/gkrellm/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/gkrellm/patches/patch-ab b/sysutils/gkrellm/patches/patch-ab
new file mode 100644
index 00000000000..b8eedc42737
--- /dev/null
+++ b/sysutils/gkrellm/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.10 2004/06/05 18:57:37 cube Exp $
+
+--- src/sysdeps/netbsd.c.orig 2004-05-01 19:46:38.000000000 +0200
++++ src/sysdeps/netbsd.c
+@@ -295,7 +295,7 @@ gkrellm_sys_sensors_init(void)
+ int fd; /* file desc. for /dev/sysmon */
+ int id = 0; /* incremented for each sensor */
+ int type;
+- char *s, base_name[32];
++ char *s, base_name[33];
+ gboolean found_sensors = FALSE;
+
+ /* check if some sensor is configured */