summaryrefslogtreecommitdiff
path: root/databases/rrdtool/buildlink3.mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2008-09-10 11:17:56 +0000
committertron <tron@pkgsrc.org>2008-09-10 11:17:56 +0000
commit2963f741122dceb5ca1f6c3a995d9235c3d1330b (patch)
tree9362ec76a462f88289e80a4487923ef4076fccbf /databases/rrdtool/buildlink3.mk
parentfb2310ca315305a330d3a11cedbb3736b75330e4 (diff)
downloadpkgsrc-2963f741122dceb5ca1f6c3a995d9235c3d1330b.tar.gz
Pullup ticket #2524 - requested by martti
rrdtool: update package to avoid data corruption Revisions pulled up: databases/rrdtool/Makefile 1.68-1.69 databases/rrdtool/buildlink3.mk 1.20 databases/rrdtool/distinfo 1.30-1.31 databases/rrdtool/patches/patch-al 1.13-1.14 databases/rrdtool/patches/patch-am delete --- Module Name: pkgsrc Committed By: martti Date: Tue Jul 29 17:23:17 UTC 2008 Modified Files: pkgsrc/databases/rrdtool: Makefile distinfo pkgsrc/databases/rrdtool/patches: patch-al Removed Files: pkgsrc/databases/rrdtool/patches: patch-am Log Message: Updated databases/rrdtool to 1.3.1 * image size does get returned properly even with --lazy active this broke a number of frontends which should work now. * fix rrd_restore to be able to read rrd 1.0.x generated dumps again. * several documetation fixes * make rrdtool.spec work without php * complain when someone tries to create an rrd file with step size zero. * added filename to illegal updated interval error message. * fix number of rows returned by python modules fetch implementation. --- Module Name: pkgsrc Committed By: martti Date: Wed Sep 10 05:38:12 UTC 2008 Modified Files: pkgsrc/databases/rrdtool: Makefile buildlink3.mk distinfo pkgsrc/databases/rrdtool/patches: patch-al Log Message: Updated databases/rrdtool to 1.3.2 MAJOR BUG-FIX: * When running rrdtool update with multiple updates in one go and MMAP enabled, there was a data corruption bug at wrap around. See http://oss.oetiker.ch/rrdtool-trac/ticket/178 for details Thanks to Kevin Brintnall OTHER FIXES: * Forward ported rra cur_row randomization patch from rrdtool 1.2.28 (it got lost in development). * Contrary to the documentation imginfo did return the full path of the image and not only the file name. * Make --lazy mode work even when PRINT commands are present. http://oss.oetiker.ch/rrdtool-trac/ticket/163 * Fix Ruby Bindings memory leak. * Fix compilation on solaris 2.8 * Fix a ton of memory leaks in rrd_create and some in rrd_tool as well. Based on valgrind analysis by Sven Engelhardt. Thanks! * Fix handling of error conditions in rrd_tool.c (errno is not the ideal indicator) ENHANCEMENTS: * Text Strings entered in the current locale will automatically be transformed to utf8 for proper handling by Pango. * Dramatically improved Pango Performance by introducing a static fontmap. On my test system the persistent fontmap causes the second graph with the same fonts in a single session to be created about 0.18s faster than the first one. For a total graph creation time of 0.21s this is a pretty substantial improvement. With this patch, performance for the second graph is back to 1.2.x levels or even better.
Diffstat (limited to 'databases/rrdtool/buildlink3.mk')
-rw-r--r--databases/rrdtool/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rrdtool/buildlink3.mk b/databases/rrdtool/buildlink3.mk
index be53d8656a4..e9db800e2bd 100644
--- a/databases/rrdtool/buildlink3.mk
+++ b/databases/rrdtool/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2008/06/23 16:24:30 he Exp $
+# $NetBSD: buildlink3.mk,v 1.19.4.1 2008/09/10 11:17:56 tron Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
RRDTOOL_BUILDLINK3_MK:= ${RRDTOOL_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= rrdtool
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}rrdtool
.if ${RRDTOOL_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.rrdtool+= rrdtool>=1.2.26
+BUILDLINK_API_DEPENDS.rrdtool+= rrdtool>=1.3.2
BUILDLINK_PKGSRCDIR.rrdtool?= ../../databases/rrdtool
.endif # RRDTOOL_BUILDLINK3_MK