summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches
diff options
context:
space:
mode:
authoradam <adam>2006-01-24 22:22:16 +0000
committeradam <adam>2006-01-24 22:22:16 +0000
commit04bb078d237a312c302c02624aad54afc17aff6a (patch)
tree266649b7cda0e019f6b8d392a548fb4932552238 /databases/rrdtool/patches
parent5e36a790af8f50b3e3df80a4d6bc4987dd794e88 (diff)
downloadpkgsrc-04bb078d237a312c302c02624aad54afc17aff6a.tar.gz
Changes 1.2.12:
* Bug fixes
Diffstat (limited to 'databases/rrdtool/patches')
-rw-r--r--databases/rrdtool/patches/patch-aj8
-rw-r--r--databases/rrdtool/patches/patch-al8
-rw-r--r--databases/rrdtool/patches/patch-as8
-rw-r--r--databases/rrdtool/patches/patch-aw12
-rw-r--r--databases/rrdtool/patches/patch-ay8
5 files changed, 22 insertions, 22 deletions
diff --git a/databases/rrdtool/patches/patch-aj b/databases/rrdtool/patches/patch-aj
index 78b9b8bce8c..98937fc4618 100644
--- a/databases/rrdtool/patches/patch-aj
+++ b/databases/rrdtool/patches/patch-aj
@@ -1,8 +1,8 @@
-$NetBSD: patch-aj,v 1.6 2005/07/30 06:53:15 wulf Exp $
+$NetBSD: patch-aj,v 1.7 2006/01/24 22:22:16 adam Exp $
---- doc/Makefile.in.orig 2005-07-25 23:44:49.000000000 +0930
-+++ doc/Makefile.in 2005-07-29 14:29:16.000000000 +0930
-@@ -254,9 +254,9 @@
+--- doc/Makefile.in.orig 2005-12-18 21:32:11.000000000 +0100
++++ doc/Makefile.in
+@@ -252,9 +252,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefi
exit 1;; \
esac; \
done; \
diff --git a/databases/rrdtool/patches/patch-al b/databases/rrdtool/patches/patch-al
index ecb45570e2f..4e8dcc92ac7 100644
--- a/databases/rrdtool/patches/patch-al
+++ b/databases/rrdtool/patches/patch-al
@@ -1,8 +1,8 @@
-$NetBSD: patch-al,v 1.6 2005/07/30 06:53:15 wulf Exp $
+$NetBSD: patch-al,v 1.7 2006/01/24 22:22:16 adam Exp $
---- examples/Makefile.in.orig 2005-07-25 23:44:50.000000000 +0930
-+++ examples/Makefile.in 2005-07-31 01:05:26.000000000 +0930
-@@ -217,7 +217,7 @@
+--- examples/Makefile.in.orig 2005-12-18 21:32:12.000000000 +0100
++++ examples/Makefile.in
+@@ -215,7 +215,7 @@ target_vendor = @target_vendor@
EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in \
stripes.pl.in bigtops.pl.in minmax.pl.in 4charts.pl.in
diff --git a/databases/rrdtool/patches/patch-as b/databases/rrdtool/patches/patch-as
index 64f56193f3f..91d2036464b 100644
--- a/databases/rrdtool/patches/patch-as
+++ b/databases/rrdtool/patches/patch-as
@@ -1,8 +1,8 @@
-$NetBSD: patch-as,v 1.6 2005/07/03 15:23:34 wulf Exp $
+$NetBSD: patch-as,v 1.7 2006/01/24 22:22:16 adam Exp $
---- src/rrd_cgi.c.orig 2005-05-28 22:31:55.000000000 +0930
-+++ src/rrd_cgi.c 2005-06-19 14:03:09.000000000 +0930
-@@ -352,7 +352,7 @@
+--- src/rrd_cgi.c.orig 2005-12-18 21:30:45.000000000 +0100
++++ src/rrd_cgi.c
+@@ -413,7 +413,7 @@ int main(int argc, char *argv[]) {
if (!filter) {
printf ("Content-Type: text/html\n"
diff --git a/databases/rrdtool/patches/patch-aw b/databases/rrdtool/patches/patch-aw
index 8150a84114f..387cf8d78d2 100644
--- a/databases/rrdtool/patches/patch-aw
+++ b/databases/rrdtool/patches/patch-aw
@@ -1,8 +1,8 @@
-$NetBSD: patch-aw,v 1.3 2005/07/30 06:53:16 wulf Exp $
+$NetBSD: patch-aw,v 1.4 2006/01/24 22:22:16 adam Exp $
---- src/rrd_tool.c.orig 2005-07-25 23:43:13.000000000 +0930
-+++ src/rrd_tool.c 2005-07-29 14:29:16.000000000 +0930
-@@ -564,7 +564,7 @@
+--- src/rrd_tool.c.orig 2005-12-18 21:30:45.000000000 +0100
++++ src/rrd_tool.c
+@@ -557,7 +557,7 @@ int HandleInputLine(int argc, char **arg
else if (strcmp("resize", argv[1]) == 0)
rrd_resize(argc-1, &argv[1]);
else if (strcmp("last", argv[1]) == 0)
@@ -11,7 +11,7 @@ $NetBSD: patch-aw,v 1.3 2005/07/30 06:53:16 wulf Exp $
else if (strcmp("first", argv[1]) == 0)
printf("%ld\n",rrd_first(argc-1, &argv[1]));
else if (strcmp("update", argv[1]) == 0)
-@@ -604,9 +604,9 @@
+@@ -597,9 +597,9 @@ int HandleInputLine(int argc, char **arg
printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n\n", XML_ENCODING);
printf("<%s>\n", ROOT_TAG);
printf(" <%s>\n", META_TAG);
@@ -23,7 +23,7 @@ $NetBSD: patch-aw,v 1.3 2005/07/30 06:53:16 wulf Exp $
printf(" <%s>%lu</%s>\n", META_ROWS_TAG, row_cnt, META_ROWS_TAG);
printf(" <%s>%lu</%s>\n", META_COLS_TAG, col_cnt, META_COLS_TAG);
printf(" <%s>\n", LEGEND_TAG);
-@@ -622,7 +622,7 @@
+@@ -615,7 +615,7 @@ int HandleInputLine(int argc, char **arg
printf(" <%s>\n", DATA_TAG);
for (ti = start+step; ti <= end; ti += step) {
printf (" <%s>", DATA_ROW_TAG);
diff --git a/databases/rrdtool/patches/patch-ay b/databases/rrdtool/patches/patch-ay
index e6123334c9a..1458ed937b6 100644
--- a/databases/rrdtool/patches/patch-ay
+++ b/databases/rrdtool/patches/patch-ay
@@ -1,8 +1,8 @@
-$NetBSD: patch-ay,v 1.2 2005/07/03 15:23:34 wulf Exp $
+$NetBSD: patch-ay,v 1.3 2006/01/24 22:22:16 adam Exp $
---- src/rrd_dump.c.orig 2005-05-28 22:31:55.000000000 +0930
-+++ src/rrd_dump.c 2005-06-19 14:11:09.000000000 +0930
-@@ -91,7 +91,7 @@
+--- src/rrd_dump.c.orig 2005-12-18 21:30:45.000000000 +0100
++++ src/rrd_dump.c
+@@ -93,7 +93,7 @@ rrd_dump_r(char *filename)
# error "Need strftime"
#endif
printf("\t<lastupdate> %ld </lastupdate> <!-- %s -->\n\n",