summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm-share
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2005-09-08 13:19:56 +0000
committercube <cube@pkgsrc.org>2005-09-08 13:19:56 +0000
commitb376b0a3ef8c53afc60322f12ce46bab363c42d0 (patch)
tree68a36a202c94a1951b5fd21325abc6a43c1cd1a6 /sysutils/gkrellm-share
parent548c3b528c7ee9557685a1120d10f5a2e77646aa (diff)
downloadpkgsrc-b376b0a3ef8c53afc60322f12ce46bab363c42d0.tar.gz
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
Diffstat (limited to 'sysutils/gkrellm-share')
-rw-r--r--sysutils/gkrellm-share/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/gkrellm-share/Makefile b/sysutils/gkrellm-share/Makefile
index cfd756d5981..c390049edfa 100644
--- a/sysutils/gkrellm-share/Makefile
+++ b/sysutils/gkrellm-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/24 22:27:27 cube Exp $
+# $NetBSD: Makefile,v 1.2 2005/09/08 13:19:56 cube Exp $
.include "../../sysutils/gkrellm/Makefile.common"
GKRELLM_PKGBASE= gkrellm-share
@@ -9,8 +9,9 @@ BUILD_USES_MSGFMT= YES
MAKE_ENV+= MODULES=po
+INSTALLATION_DIRS= share/gkrellm2
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/gkrellm2
${INSTALL_DATA} ${GKRELLM_SRCDIR}/README ${GKRELLM_SRCDIR}/COPYRIGHT ${PREFIX}/share/gkrellm2
.include "../../mk/bsd.pkg.mk"