summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches
diff options
context:
space:
mode:
authormartti <martti>2007-05-16 09:01:10 +0000
committermartti <martti>2007-05-16 09:01:10 +0000
commit2baf9ae8c4339e3edab17dd2f0301aaef2af1171 (patch)
treee2543e8dcbf7cfdc0c07291cc301c2ea254d3bc1 /databases/rrdtool/patches
parent244754fef2124c53296f7e782c0dc3059bbd3482 (diff)
downloadpkgsrc-2baf9ae8c4339e3edab17dd2f0301aaef2af1171.tar.gz
Updated databases/rrdtool to 1.2.23
* bug fixes
Diffstat (limited to 'databases/rrdtool/patches')
-rw-r--r--databases/rrdtool/patches/patch-al8
-rw-r--r--databases/rrdtool/patches/patch-ay12
2 files changed, 10 insertions, 10 deletions
diff --git a/databases/rrdtool/patches/patch-al b/databases/rrdtool/patches/patch-al
index 6c8a8cadcaa..813a68bf9df 100644
--- a/databases/rrdtool/patches/patch-al
+++ b/databases/rrdtool/patches/patch-al
@@ -1,8 +1,8 @@
-$NetBSD: patch-al,v 1.9 2007/01/30 13:26:55 adam Exp $
+$NetBSD: patch-al,v 1.10 2007/05/16 09:01:11 martti Exp $
---- examples/Makefile.in.orig 2007-01-23 21:55:38.000000000 +0100
-+++ examples/Makefile.in
-@@ -220,7 +220,7 @@ target_cpu = @target_cpu@
+--- examples/Makefile.in.orig 2007-05-02 21:07:00.000000000 +0300
++++ examples/Makefile.in 2007-05-16 08:41:47.000000000 +0300
+@@ -219,7 +219,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
EXTRA_DIST = cgi-demo.cgi.in
diff --git a/databases/rrdtool/patches/patch-ay b/databases/rrdtool/patches/patch-ay
index 6670015bd63..97043091ded 100644
--- a/databases/rrdtool/patches/patch-ay
+++ b/databases/rrdtool/patches/patch-ay
@@ -1,13 +1,13 @@
-$NetBSD: patch-ay,v 1.4 2006/05/05 17:42:07 adam Exp $
+$NetBSD: patch-ay,v 1.5 2007/05/16 09:01:11 martti Exp $
---- src/rrd_dump.c.orig 2006-05-04 15:26:28.000000000 +0200
-+++ src/rrd_dump.c
-@@ -113,7 +113,7 @@ rrd_dump_r(char *filename, char *outname
+--- src/rrd_dump.c.orig 2007-05-02 21:06:10.000000000 +0300
++++ src/rrd_dump.c 2007-05-16 08:44:23.000000000 +0300
+@@ -113,7 +113,7 @@
# error "Need strftime"
#endif
fprintf(out_file, "\t<lastupdate> %ld </lastupdate> <!-- %s -->\n\n",
- rrd.live_head->last_up,somestring);
+ (long) rrd.live_head->last_up,somestring);
for(i=0;i<rrd.stat_head->ds_cnt;i++){
- fprintf(out_file, "\t<ds>\n");
- fprintf(out_file, "\t\t<name> %s </name>\n",rrd.ds_def[i].ds_nam);
+ fprintf(out_file, "\t<ds>\n");
+ fprintf(out_file, "\t\t<name> %s </name>\n",rrd.ds_def[i].ds_nam);