diff options
Diffstat (limited to 'databases/rrdtool12/files')
-rw-r--r-- | databases/rrdtool12/files/patch-bindings-Makefile.in | 24 | ||||
-rw-r--r-- | databases/rrdtool12/files/patch-configure | 19 | ||||
-rw-r--r-- | databases/rrdtool12/files/patch-doc-Makefile.in | 14 | ||||
-rw-r--r-- | databases/rrdtool12/files/patch-examples-Makefile.in | 11 |
4 files changed, 0 insertions, 68 deletions
diff --git a/databases/rrdtool12/files/patch-bindings-Makefile.in b/databases/rrdtool12/files/patch-bindings-Makefile.in deleted file mode 100644 index fe6cb3333f02..000000000000 --- a/databases/rrdtool12/files/patch-bindings-Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- ./bindings/Makefile.in.orig 2008-01-08 10:36:56.000000000 +0800 -+++ ./bindings/Makefile.in 2008-01-08 10:38:18.000000000 +0800 -@@ -544,9 +544,9 @@ - all-local: @COMP_PERL@ @COMP_RUBY@ @COMP_PYTHON@ - - install-data-local: -- test -f perl-piped/Makefile && cd perl-piped && $(MAKE) install || true -- test -f perl-shared/Makefile && cd perl-shared && $(MAKE) install || true -- test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(DESTDIR)$(exec_prefix) $(RUBY_MAKE_OPTIONS) install || true -+ test -f perl-piped/Makefile && cd perl-piped && $(MAKE) pure_install || true -+ test -f perl-shared/Makefile && cd perl-shared && $(MAKE) pure_install || true -+ test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(exec_prefix) install || true - test -d python/build && cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py install --skip-build --prefix=$(DESTDIR)$(prefix) --exec-prefix=$(DESTDIR)$(exec_prefix) || true - - # rules for buildung the ruby module -@@ -557,7 +557,7 @@ - - # rules for buildung the pyton module - python: -- cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build -+ cd python && env INCDIR=../../src BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build - - # rules for building the perl module - perl_piped: perl-piped/Makefile diff --git a/databases/rrdtool12/files/patch-configure b/databases/rrdtool12/files/patch-configure deleted file mode 100644 index 26c7c2072d64..000000000000 --- a/databases/rrdtool12/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig 2008-07-23 06:56:23.000000000 -0700 -+++ configure 2008-09-02 19:56:17.000000000 -0700 -@@ -30728,15 +30728,7 @@ - echo "${ECHO_T}and out again" >&6; } - - echo $ECHO_N "ordering CD from http://tobi.oetiker.ch/wish $ECHO_C" 1>&6 --sleep 1 --echo $ECHO_N ".$ECHO_C" 1>&6 --sleep 1 --echo $ECHO_N ".$ECHO_C" 1>&6 --sleep 1 --echo $ECHO_N ".$ECHO_C" 1>&6 --sleep 1 --echo $ECHO_N ".$ECHO_C" 1>&6 --sleep 1 -+echo $ECHO_N "....$ECHO_C" 1>&6 - { echo "$as_me:$LINENO: result: just kidding ;-)" >&5 - echo "${ECHO_T} just kidding ;-)" >&6; } - echo diff --git a/databases/rrdtool12/files/patch-doc-Makefile.in b/databases/rrdtool12/files/patch-doc-Makefile.in deleted file mode 100644 index 844bcc780935..000000000000 --- a/databases/rrdtool12/files/patch-doc-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- doc/Makefile.in.orig Thu May 3 12:26:06 2007 -+++ doc/Makefile.in Thu May 3 12:26:35 2007 -@@ -239,9 +239,9 @@ - - # what should go into the distribution - EXTRA_DIST = $(POD) $(HTML) $(MAN) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd --idocdir = $(RRDDOCDIR)/txt -+idocdir = $(datadir)/doc/rrdtool/txt - idoc_DATA = $(POD) $(TXT) --ihtmldir = $(RRDDOCDIR)/html -+ihtmldir = $(datadir)/doc/rrdtool/html - ihtml_DATA = $(HTML) - imandir = $(mandir)/man1 - iman_DATA = $(MAN) diff --git a/databases/rrdtool12/files/patch-examples-Makefile.in b/databases/rrdtool12/files/patch-examples-Makefile.in deleted file mode 100644 index a44b80f7eba4..000000000000 --- a/databases/rrdtool12/files/patch-examples-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/Makefile.in.orig Thu May 3 12:27:17 2007 -+++ examples/Makefile.in Thu May 3 12:27:41 2007 -@@ -219,7 +219,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - EXTRA_DIST = cgi-demo.cgi.in --examplesdir = $(pkgdatadir)/examples -+examplesdir = $(datadir)/examples/rrdtool - examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl \ - stripes.pl bigtops.pl minmax.pl 4charts.pl perftest.pl - |