aboutsummaryrefslogtreecommitdiff
path: root/textproc/modlogan/files/patch-output_modlogan
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2004-09-26 01:02:56 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2004-09-26 01:02:56 +0000
commit8068c4b771fa3fdad295b7d3816efa6e489e2ac0 (patch)
tree03e14d47ce5caffaba91af55464af5f2a3077cd4 /textproc/modlogan/files/patch-output_modlogan
parent295ed4906aae7fa1a1e175c4203f75c4cb2dc267 (diff)
downloadports-8068c4b771fa3fdad295b7d3816efa6e489e2ac0.tar.gz
ports-8068c4b771fa3fdad295b7d3816efa6e489e2ac0.zip
Notes
Diffstat (limited to 'textproc/modlogan/files/patch-output_modlogan')
-rw-r--r--textproc/modlogan/files/patch-output_modlogan47
1 files changed, 0 insertions, 47 deletions
diff --git a/textproc/modlogan/files/patch-output_modlogan b/textproc/modlogan/files/patch-output_modlogan
deleted file mode 100644
index bd5360b640b0..000000000000
--- a/textproc/modlogan/files/patch-output_modlogan
+++ /dev/null
@@ -1,47 +0,0 @@
---- src/output/modlogan/generate.c 18 Mar 2004 13:54:20 -0000 1.99
-+++ src/output/modlogan/generate.c 13 Aug 2004 10:26:16 -0000
-@@ -53,6 +53,8 @@
- #include "pictures.h"
- #include "plugin_config.h"
-
-+#include "generate.h"
-+
- #define HIGHLIGHT 1
- #define GROUPING 2
- #define VISITS 4
---- src/output/modlogan/generate.h 26 Sep 2002 13:10:27 -0000 1.6
-+++ src/output/modlogan/generate.h 13 Aug 2004 10:26:16 -0000
-@@ -30,7 +30,7 @@
- #include "plugin_config.h"
- #include "mhash.h"
-
--mhash *get_visit_path_length(mhash *h);
--mhash *get_visit_duration(mhash *h);
-+mhash *get_visit_path_length(mconfig *ext_config, mhash *h);
-+mhash *get_visit_duration(mconfig *ext_config, mhash *h);
-
- #endif
---- src/output/modlogan/pictures_vd.c 29 Jul 2003 12:38:37 -0000 1.17
-+++ src/output/modlogan/pictures_vd.c 13 Aug 2004 10:26:16 -0000
-@@ -88,7 +89,7 @@
- GRAPH_CUTOFF_TEXT
- );
-
-- h = get_visit_duration(staweb->visits);
-+ h = get_visit_duration(ext_conf, staweb->visits);
-
- max = 0;
-
---- src/output/modlogan/pictures_vpl.c 1 Aug 2003 21:30:01 -0000 1.20
-+++ src/output/modlogan/pictures_vpl.c 13 Aug 2004 10:26:16 -0000
-@@ -87,7 +87,7 @@
- GRAPH_CUTOFF_TEXT
- );
-
-- h = get_visit_path_length(staweb->visits);
-+ h = get_visit_path_length(ext_conf, staweb->visits);
-
- max = 0;
-
-
-