summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-08-24 07:06:02 +0000
committeradam <adam@pkgsrc.org>2014-08-24 07:06:02 +0000
commit027b8a35a27917c8c6b4bad875b226f29cdd95a9 (patch)
treed6f2d953495ac7235594c36cbd5055e9f909def0 /databases/rrdtool/patches
parent111439a75ac54f09001a59c5efdfa5b328e398c5 (diff)
downloadpkgsrc-027b8a35a27917c8c6b4bad875b226f29cdd95a9.tar.gz
Changes 1.4.8:
* rrd_graph now uses a map to lookup variable names causing graphs with many items to be drawn magnitudes faster as the linear search of the variable tables is gone now. * the optional argument :skipscale allows for a LINE or AREA instruction to be excluded from having an effect on the scaling of the graph * TRENDNAN is now working properly and als not crashing anymore * Added a no-op string positioning combo "\." this allows to write COMMENT:OS\2\. which would otherwise not be possible. * JSON output of xport is now actually json compilant by its keys being properly quoted now. * The label positioner in rrd_graph is now properly ignoring the current state of DST. * fixes and enhancements for Python, Ruby, TCL and Perl bindings * improved error reporting in rrd_graph * portability and cross compilation
Diffstat (limited to 'databases/rrdtool/patches')
-rw-r--r--databases/rrdtool/patches/patch-az13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/rrdtool/patches/patch-az b/databases/rrdtool/patches/patch-az
deleted file mode 100644
index 495148702f7..00000000000
--- a/databases/rrdtool/patches/patch-az
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-az,v 1.3 2011/01/05 18:12:39 kefren Exp $
-
---- src/rrd_daemon.c.orig 2010-12-21 18:06:32.000000000 +0200
-+++ src/rrd_daemon.c 2011-01-05 18:10:33.000000000 +0200
-@@ -113,7 +113,7 @@
- #include <tcpd.h>
- #endif /* HAVE_LIBWRAP */
-
--#include <glib-2.0/glib.h>
-+#include <glib.h>
- /* }}} */
-
- #define RRDD_LOG(severity, ...) \