summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches
diff options
context:
space:
mode:
authoradam <adam>2016-02-01 09:41:59 +0000
committeradam <adam>2016-02-01 09:41:59 +0000
commite199ccdefdef218233b70e9a7a0ef62a9ba8e5b9 (patch)
treed7fb18359a8b55d84024c5d07a2f9755bfbc411c /databases/rrdtool/patches
parentc693fc189d18807ea997e405c09a168a5fee5d92 (diff)
downloadpkgsrc-e199ccdefdef218233b70e9a7a0ef62a9ba8e5b9.tar.gz
Changes 1.5.5:
Bugfixes -------- * fix JSON output in xport with legend and gprint blocks * fix parse_time mutex unlocking in the error case * don't crash on invalid variable names in CDEF * add mutex locking in rrdc_fetch * fix buffer overflow in rrd_restore * shorten test precision to 7 digits ... * never exit from a library function * buffer overflow in rrd_restore.c
Diffstat (limited to 'databases/rrdtool/patches')
-rw-r--r--databases/rrdtool/patches/patch-am12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/rrdtool/patches/patch-am b/databases/rrdtool/patches/patch-am
index 625c0877eff..d2145048afb 100644
--- a/databases/rrdtool/patches/patch-am
+++ b/databases/rrdtool/patches/patch-am
@@ -1,15 +1,15 @@
-$NetBSD: patch-am,v 1.8 2010/07/06 07:31:37 adam Exp $
+$NetBSD: patch-am,v 1.9 2016/02/01 09:41:59 adam Exp $
Correct examples directory.
---- examples/rrdcached/Makefile.in.orig 2010-07-06 07:23:46.000000000 +0000
+--- examples/rrdcached/Makefile.in.orig 2015-11-10 16:59:27.000000000 +0000
+++ examples/rrdcached/Makefile.in
-@@ -283,7 +283,7 @@ target_vendor = @target_vendor@
+@@ -356,7 +356,7 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-examplesdir = $(pkgdatadir)/examples/rrdcached
+examplesdir = $(prefix)/share/examples/rrdcached
- examples_SCRIPTS = RRDCached.pm rrdcached-size.pl
- EXTRA_DIST = RRDCached.pm rrdcached-size.pl
- all: all-am
+ examples_SCRIPTS = rrdcached-size.pl
+ examples_DATA = RRDCached.pm
+ EXTRA_DIST = $(examples_DATA) $(examples_SCRIPTS)