aboutsummaryrefslogtreecommitdiff
path: root/databases/rrdtool/files
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rrdtool/files')
-rw-r--r--databases/rrdtool/files/patch-aa12
-rw-r--r--databases/rrdtool/files/patch-ab18
-rw-r--r--databases/rrdtool/files/patch-ac26
-rw-r--r--databases/rrdtool/files/patch-ae14
-rw-r--r--databases/rrdtool/files/patch-af11
-rw-r--r--databases/rrdtool/files/patch-ag11
-rw-r--r--databases/rrdtool/files/patch-ak11
-rw-r--r--databases/rrdtool/files/patch-al20
8 files changed, 0 insertions, 123 deletions
diff --git a/databases/rrdtool/files/patch-aa b/databases/rrdtool/files/patch-aa
deleted file mode 100644
index 2b96f3c7dcf4..000000000000
--- a/databases/rrdtool/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- perl-shared/Makefile.PL.in.orig Wed May 1 17:55:28 2002
-+++ perl-shared/Makefile.PL.in Wed May 1 18:00:05 2002
-@@ -10,7 +10,8 @@
- 'NAME' => 'RRDs',
- 'VERSION_FROM' => '@top_srcdir@/perl-shared/RRDs.pm', # finds $VERSION
- 'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}",
-- 'INC' => '-I@top_srcdir@/src -I@top_srcdir@/gd1.3',
-+ 'CCFLAGS' => '-DHAVE_CONFIG_H',
-+ 'INC' => '-I../config -I@top_srcdir@/src -I@top_srcdir@/gd1.3',
- # where to look for the necessary libraries
- # Perl will figure out which one is valid
- 'depend' => {'RRDs.c' => "../src/.libs/librrd_private.a"},
diff --git a/databases/rrdtool/files/patch-ab b/databases/rrdtool/files/patch-ab
deleted file mode 100644
index 705d98777aeb..000000000000
--- a/databases/rrdtool/files/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/rrd_tool.c.orig Sun Apr 14 11:48:04 2002
-+++ src/rrd_tool.c Wed May 1 15:59:04 2002
-@@ -322,12 +322,12 @@
- datai=data;
- printf(" ");
- for (i = 0; i<ds_cnt;i++)
-- printf("%14s",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(" %0.10e", *(datai++));
-+ printf(" %0.10e ", *(datai++));
- printf("\n");
- }
- for (i=0;i<ds_cnt;i++)
diff --git a/databases/rrdtool/files/patch-ac b/databases/rrdtool/files/patch-ac
deleted file mode 100644
index d786d539f5b2..000000000000
--- a/databases/rrdtool/files/patch-ac
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile.in.orig Sun Apr 14 11:47:46 2002
-+++ Makefile.in Wed May 1 16:04:06 2002
-@@ -392,12 +392,17 @@
-
- # lets schedule the perl stuff for installation
- # the special call to install-sh is because the -d switch is not portable
--install-data-local:
-- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
-- $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
-- $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
-- $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
-- $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
-+
-+
-+install-data-local: site-perl-inst
-+# ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
-+# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
-+# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
-+# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
-+# $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
-+
-+
-+
-
- perl_piped:: $(top_builddir)/perl-piped
- test -d perl-piped \
diff --git a/databases/rrdtool/files/patch-ae b/databases/rrdtool/files/patch-ae
deleted file mode 100644
index b1465ab16354..000000000000
--- a/databases/rrdtool/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- doc/Makefile.in.orig Sun Apr 14 11:51:02 2002
-+++ doc/Makefile.in Wed May 1 16:05:42 2002
-@@ -110,9 +110,9 @@
- EXTRA_DIST = $(POD) $(HTML) $(TXT)
-
- # some install rules
--idocdir = $(prefix)/doc
-+idocdir = $(prefix)/share/doc/rrdtool/
- idoc_DATA = $(POD) $(TXT)
--ihtmldir = $(prefix)/html
-+ihtmldir = $(prefix)/share/doc/rrdtool/html
- ihtml_DATA = $(HTML)
- imandir = $(prefix)/man/man1
- iman_DATA = $(MAN)
diff --git a/databases/rrdtool/files/patch-af b/databases/rrdtool/files/patch-af
deleted file mode 100644
index ab74382bf032..000000000000
--- a/databases/rrdtool/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- examples/Makefile.in.orig Sun Apr 14 11:51:04 2002
-+++ examples/Makefile.in Wed May 1 16:07:13 2002
-@@ -93,7 +93,7 @@
-
- EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in stripes.pl.in bigtops.pl.in minmax.pl.in
-
--examplesdir = $(prefix)/examples
-+examplesdir = $(prefix)/share/examples/rrdtool
- examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl stripes.pl bigtops.pl minmax.pl
- mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
- CONFIG_HEADER = ../config/config.h
diff --git a/databases/rrdtool/files/patch-ag b/databases/rrdtool/files/patch-ag
deleted file mode 100644
index 205d5ac7228c..000000000000
--- a/databases/rrdtool/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/Makefile.in.orig Sun Apr 14 11:51:05 2002
-+++ contrib/Makefile.in Wed May 1 16:08:10 2002
-@@ -88,7 +88,7 @@
- ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
-
- SUBDIRS = trytime
--contribdir = $(prefix)/contrib
-+contribdir = $(prefix)/share/examples/rrdtool
- contrib_DATA = README
- EXTRA_DIST = rrdview log2rrd rrd-file-icon rrdproc rrdlastds add_ds killspike rrdfetchnames snmpstats rrdexplorer php3 php4
- mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
diff --git a/databases/rrdtool/files/patch-ak b/databases/rrdtool/files/patch-ak
deleted file mode 100644
index c96efc161d92..000000000000
--- a/databases/rrdtool/files/patch-ak
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/trytime/Makefile.in.orig Sun Apr 14 11:51:10 2002
-+++ contrib/trytime/Makefile.in Wed May 1 16:09:23 2002
-@@ -89,7 +89,7 @@
-
- INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/gd1.3
- EXTRA_DIST = trytime.c
--contribdir = $(prefix)/contrib/trytime
-+contribdir = $(prefix)/share/examples/rrdtool/trytime
- contrib_DATA = README trytime.c
- bin_PROGRAMS = trytime
- trytime_SOURCES = trytime.c
diff --git a/databases/rrdtool/files/patch-al b/databases/rrdtool/files/patch-al
deleted file mode 100644
index 9c459e8988bc..000000000000
--- a/databases/rrdtool/files/patch-al
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/parsetime.c.orig Fri Oct 11 14:39:46 2002
-+++ src/parsetime.c Mon Feb 10 20:47:18 2003
-@@ -660,6 +660,7 @@
- {
- long mday=0, wday, mon, year = ptv->tm.tm_year;
- int tlen;
-+ time_t montime;
-
- switch (sc_tokid) {
- case YESTERDAY:
-@@ -713,7 +714,8 @@
- tlen = strlen(sc_token);
- mon = atol(sc_token);
- if (mon > 10*356*24*60*60) {
-- ptv->tm=*localtime(&mon);
-+ montime = mon;
-+ ptv->tm=*localtime(&montime);
- token();
- break;
- }