summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/Makefile.common
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2007-05-03 20:21:27 +0000
committercube <cube@pkgsrc.org>2007-05-03 20:21:27 +0000
commitdc87f50a82bd070faea1181c79a3ad07ea5707e9 (patch)
tree4eecf103f6f57689aa74fbba499157099ddcad05 /sysutils/gkrellm/Makefile.common
parent698e0444667ac08214f3cece557c71468d09eaef (diff)
downloadpkgsrc-dc87f50a82bd070faea1181c79a3ad07ea5707e9.tar.gz
Update GKrellM packages to version 2.2.10. Better late than never.
2.2.10 - Thu Oct 26, 2006 ------------------------- * Hans de Goede patches: 1) handle sysfs sensors which represent themselves as platform drivers (/sys/class/hwmon). 2) Add a libsensors sensor monitor interface which will be used preferentially over sysfs if libsensors is installed and sensors_init() on /etc/sensors.conf succeeds. * Add --without-libsensors command line option to force using /sysfs instead of libsensors for cases when running a new Linux sensor kernel module that is not yet supported by libsensors. A fallback to /sysfs is automatic when libsensors detects zero sensors. * Linux sensor config names change with migration to libsensors, so attempt to automatically do a conversion so user won't have to redo sensor config. But this doesn't handle client/server runs so for these sensor configs must be redone. * Michael Buesch patch: Add PowerMac G5 Windfarm sensor monitor interface. * David G. North patch: Add content length check to mbox mail checking to get good mail counts even if there's a mal-formed mime content package. * New Translation o pt_BR.po from Insigne Free Software (traducao--at--insignelinux.org) * Translation updates o de.po o it.po from Vincenzo Reale * Bugfixes o Christian Schmidt patch: add -pci- to sensor config compatibility fix. o gkrellmd plugins didn't get initial update data. o Don't limit mbmon detection to i386 architectures. o Flush gtk events pending between closing and moving gkrellm so window managers can get width updates before the move. o Fix warnings from newer gcc.
Diffstat (limited to 'sysutils/gkrellm/Makefile.common')
-rw-r--r--sysutils/gkrellm/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gkrellm/Makefile.common b/sysutils/gkrellm/Makefile.common
index 68f870d9fd0..34337bfe65b 100644
--- a/sysutils/gkrellm/Makefile.common
+++ b/sysutils/gkrellm/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2006/04/13 19:14:44 cube Exp $
+# $NetBSD: Makefile.common,v 1.16 2007/05/03 20:21:27 cube Exp $
DISTNAME= ${GKRELLM_DISTBASE}
PKGNAME= ${GKRELLM_PKGBASE}-${GKRELLM_VERSION}
@@ -21,7 +21,7 @@ MAKE_ENV+= GREP=${GREP:Q}
MAKE_ENV+= DEBUG=yes
.endif
-GKRELLM_VERSION= 2.2.9
+GKRELLM_VERSION= 2.2.10
GKRELLM_DISTBASE= gkrellm-${GKRELLM_VERSION}
GKRELLM_SRCDIR= ${WRKDIR}/${GKRELLM_DISTBASE}