diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-17 18:25:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-17 18:25:54 +0000 |
commit | 72ef6a3327e8b79c84c9f0e4d1a5b88183d6e401 (patch) | |
tree | e16f0e4d686b38d38a158e11b5d164524a43b4c5 /sysutils | |
parent | 60fcaf85adba66b26f0ae725627b18b0cd0cebbb (diff) | |
download | freebsd-ports-72ef6a3327e8b79c84c9f0e4d1a5b88183d6e401.zip |
- Fix build failure with perl 5.20 due to error in documentation
(this adds the patch itself, which I forgot in the previous commit;
previous commit should've also said: "- simplify Makefile by using
PORTDATA=*)
PR: 193267
Submitted by: John.Marshall@riverwillow.com.au
MFH: 2014Q3
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/log_analysis/files/patch-log__analysis.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/log_analysis/files/patch-log__analysis.in b/sysutils/log_analysis/files/patch-log__analysis.in new file mode 100644 index 000000000000..4122b8aed67e --- /dev/null +++ b/sysutils/log_analysis/files/patch-log__analysis.in @@ -0,0 +1,20 @@ +--- log_analysis.in.orig 2012-04-17 20:39:50.000000000 +1000 ++++ log_analysis.in 2014-09-03 09:06:30.000000000 +1000 +@@ -8788,8 +8788,6 @@ + Before the config is parsed, it is passed through a preprocessor inspired + by the L<aide(1)> preprocessor. + +-=over 4 +- + =head2 Pattern directives + + These directives describe your logs, and are the main point of this +@@ -8799,6 +8797,8 @@ + the message. For each perl pattern, you specify one or more + destinations that describe what you want done with it. + ++=over 4 ++ + =item B<logtype:> I<type> + + Future patterns should be applied to this logtype (ie. sulog, syslog, |