summaryrefslogtreecommitdiff
path: root/net/php4-rrdtool/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-08-11 11:31:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-08-11 11:31:48 +0000
commit130ff609909ac515ac71eec78da0f5991a4d290f (patch)
treec476c70fac68ef96a065f7763377490f5f79ba49 /net/php4-rrdtool/files
parent[repocopy] net/p5-RRD-Simple -> databases/p5-RRD-Simple (diff)
[repocopy] net/php4-rrdtool -> databases/php4-rrdtool
Follow the migration of net/rrdtool to databases/rrdtool PR: ports/114316 Submitted by: Edwin Groothuis <edwin@freebsd.org> Approved by: mat@
Diffstat (limited to 'net/php4-rrdtool/files')
-rw-r--r--net/php4-rrdtool/files/patch-rrdtool.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/php4-rrdtool/files/patch-rrdtool.c b/net/php4-rrdtool/files/patch-rrdtool.c
deleted file mode 100644
index 951af3a8f254..000000000000
--- a/net/php4-rrdtool/files/patch-rrdtool.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- rrdtool.c.orig Thu Jun 12 03:27:51 2003
-+++ rrdtool.c Tue May 10 12:39:24 2005
-@@ -331,6 +331,7 @@
- HashTable *args_arr;
- int i, xsize, ysize, argc;
- char **argv, **calcpr;
-+ double ymin, ymax;
-
-
- if ( rrd_test_error() )
-@@ -377,7 +378,8 @@
- }
-
- optind = 0; opterr = 0;
-- if ( rrd_graph(argc-1, &argv[1], &calcpr, &xsize, &ysize) != -1 )
-+ if ( rrd_graph(argc-1, &argv[1], &calcpr, &xsize, &ysize,
-+ NULL, &ymin, &ymax) != -1 )
- {
- array_init(return_value);
- add_assoc_long(return_value, "xsize", xsize);