aboutsummaryrefslogtreecommitdiff
path: root/databases/rrdtool/files
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2007-01-31 14:12:40 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2007-01-31 14:12:40 +0000
commit1a537f84eb34534e46e65fde23067471f2eb8e0c (patch)
tree6428f9605f828af25554a9f64d0bba53f1282f7c /databases/rrdtool/files
parent47de2a7fc63429afb2d6c35859b156beb035ca42 (diff)
downloadports-1a537f84eb34534e46e65fde23067471f2eb8e0c.tar.gz
ports-1a537f84eb34534e46e65fde23067471f2eb8e0c.zip
Update to 1.2.18.
Notes
Notes: svn path=/head/; revision=183772
Diffstat (limited to 'databases/rrdtool/files')
-rw-r--r--databases/rrdtool/files/patch-bindings-Makefile.in12
-rw-r--r--databases/rrdtool/files/patch-examples-Makefile.in14
2 files changed, 13 insertions, 13 deletions
diff --git a/databases/rrdtool/files/patch-bindings-Makefile.in b/databases/rrdtool/files/patch-bindings-Makefile.in
index 29eb27835f0f..3ba7e8e555fc 100644
--- a/databases/rrdtool/files/patch-bindings-Makefile.in
+++ b/databases/rrdtool/files/patch-bindings-Makefile.in
@@ -1,13 +1,13 @@
---- bindings/Makefile.in.orig Fri Jun 17 13:07:13 2005
-+++ bindings/Makefile.in Fri Jun 17 15:44:27 2005
-@@ -525,8 +525,8 @@
- all-local: @COMP_PERL@
+--- bindings/Makefile.in.orig Wed Jan 31 17:01:34 2007
++++ bindings/Makefile.in Wed Jan 31 17:01:52 2007
+@@ -539,8 +539,8 @@
+ all-local: @COMP_PERL@ @COMP_RUBY@
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 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) $(RUBY_MAKE_OPTIONS) install || true
- # rules for building the perl module
- perl_piped: perl-piped/Makefile
+ # rules for buildung the ruby module
diff --git a/databases/rrdtool/files/patch-examples-Makefile.in b/databases/rrdtool/files/patch-examples-Makefile.in
index 60e62aa64792..c8bef96e6fad 100644
--- a/databases/rrdtool/files/patch-examples-Makefile.in
+++ b/databases/rrdtool/files/patch-examples-Makefile.in
@@ -1,11 +1,11 @@
---- examples/Makefile.in.orig Mon Jul 25 18:14:50 2005
-+++ examples/Makefile.in Wed Jul 27 13:13:02 2005
-@@ -217,7 +217,7 @@
- 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
-
+--- examples/Makefile.in.orig Wed Jan 31 17:03:21 2007
++++ examples/Makefile.in Wed Jan 31 17:03:08 2007
+@@ -220,7 +220,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
+ stripes.pl bigtops.pl minmax.pl 4charts.pl perftest.pl