Subject: CVS commit: pkgsrc/sysutils
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 09/08/2005 13:19:56
Module Name: pkgsrc
Committed By: cube
Date: Thu Sep 8 13:19:56 UTC 2005
Modified Files:
pkgsrc/sysutils/gkrellm: Makefile Makefile.common PLIST distinfo
pkgsrc/sysutils/gkrellm-share: Makefile
pkgsrc/sysutils/gkrellm/files: src.Makefile top.Makefile.inc
pkgsrc/sysutils/gkrellm/patches: patch-ab patch-ad patch-aq patch-ar
Added Files:
pkgsrc/sysutils/gkrellm: options.mk
pkgsrc/sysutils/gkrellm/patches: patch-as
Log Message:
Update gkrellm to version 2.2.7.
pkgsrc changes:
- use REQD_DIRS where appropriate
- add a patch to allow gkrellm to read everything off sysctl() and thus
don't install it setgid kem on NetBSD 3.99.1+
- use options framework to choose between OpenSSL and gnutls
- minor nits
gkrellm changes:
2.2.7 - Tue May 24, 2005
------------------------
* gkrellmd can send a network interface connect time to be displayed
on client timer button panels by configuring a net-timer in gkrellmd.conf.
* Don't add virtual disk (/dev/mdX) stats to composite disk.
* Bugfixes:
o server/main.c inet6 compile error on machines with old libc.
o Philipp Hartmann patch: add gnutls multithread initialization to mail.c
o While mixing draw_decal_text and decal_scroll_text calls on transparent
panels the text layer pixmap was not cleanup up properly.
* Translation updates
2.2.6 - Fri May 13, 2005
------------------------
* Stanislav Likavcan patch: add monitoring of ibm acpi sensors to linux.c.
* UI improvement in fs.c and mail.c config button sensitivities and labels.
* Bugfixes:
o Test for not force creating user mailbox did not consider a configured
mail fetch.
o gkrellmd server mail check was missing the gkrellmd_need_serve() call
and server/mail.c mailbox code needed syncing with src/mail.c.
o gkrellmd glib 1.2 g_file_test compatibility was broken.
o gkrellmd debug-level option was missing.
o Darwin Makefile: add HAVE_GETADDRINFO=1
o Don Bostrom patch: when remote mail checking, handle select() EINTR.
o Charles Bailey patches:
1) darwin.c and Makefile tweaks for building on OS X 10.3.8.
2) darwin.c prevent left bit sign extension when shifting memory
monitor data.
o Don't read disabled sensors in the sensors thread.
* Translation updates
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 pkgsrc/sysutils/gkrellm/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/sysutils/gkrellm/Makefile.common
cvs rdiff -r1.10 -r1.11 pkgsrc/sysutils/gkrellm/PLIST
cvs rdiff -r1.33 -r1.34 pkgsrc/sysutils/gkrellm/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/gkrellm/options.mk
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/gkrellm-share/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/gkrellm/files/src.Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/sysutils/gkrellm/files/top.Makefile.inc
cvs rdiff -r1.13 -r1.14 pkgsrc/sysutils/gkrellm/patches/patch-ab
cvs rdiff -r1.1 -r1.2 pkgsrc/sysutils/gkrellm/patches/patch-ad \
pkgsrc/sysutils/gkrellm/patches/patch-aq \
pkgsrc/sysutils/gkrellm/patches/patch-ar
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/gkrellm/patches/patch-as
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.