diff options
Diffstat (limited to 'databases/rrdtool/files')
-rw-r--r-- | databases/rrdtool/files/patch-aa | 12 | ||||
-rw-r--r-- | databases/rrdtool/files/patch-ab | 18 |
2 files changed, 0 insertions, 30 deletions
diff --git a/databases/rrdtool/files/patch-aa b/databases/rrdtool/files/patch-aa deleted file mode 100644 index 5e948c99bca4..000000000000 --- a/databases/rrdtool/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- perl-shared/Makefile.PL.orig Wed Sep 29 17:26:51 1999 -+++ perl-shared/Makefile.PL Wed Sep 29 17:42:36 1999 -@@ -9,7 +9,8 @@ - 'NAME' => 'RRDs', - 'VERSION_FROM' => 'RRDs.pm', # finds $VERSION - 'OPTIMIZE' => '-g', -- 'INC' => '-I../src -I../gd1.3', -+ 'CCFLAGS' => '-DHAVE_CONFIG_H', -+ 'INC' => '-I../config -I../src -I../gd1.3', - # where to look for the necessary libraries - # Perl will figure out which one is valid - 'depend' => {'RRDs.c' => $librrd}, diff --git a/databases/rrdtool/files/patch-ab b/databases/rrdtool/files/patch-ab deleted file mode 100644 index f4ccd09b6328..000000000000 --- a/databases/rrdtool/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- src/rrd_tool.c.orig Thu Nov 18 14:52:04 1999 -+++ src/rrd_tool.c Thu Nov 18 14:54:16 1999 -@@ -202,12 +202,12 @@ - datai=data; - printf(" "); - for (i = 0; i<ds_cnt;i++) -- printf("%10s",ds_namv[i]); -+ printf("%14s ",ds_namv[i]); - printf ("\n\n"); - for (i = start; i <= end; i += step){ -- printf("%10lu:", i); -+ printf("%10lu: ", i); - for (ii = 0; ii < ds_cnt; ii++) -- printf("%10.2f", *(datai++)); -+ printf("%14.2f ", *(datai++)); - printf("\n"); - } - for (i=0;i<ds_cnt;i++) |