aboutsummaryrefslogtreecommitdiff
path: root/sysutils/symon
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2014-09-20 06:44:20 +0000
committerAndrej Zverev <az@FreeBSD.org>2014-09-20 06:44:20 +0000
commit58dbd8e8d1d28a47e6c1eee9bcc49c2d86c98706 (patch)
treea08535b4b2e4887594a30759b2e3622fafd562d2 /sysutils/symon
parent4e004e20c90b900611aa8bb1d843be0cffa67584 (diff)
downloadports-58dbd8e8d1d28a47e6c1eee9bcc49c2d86c98706.tar.gz
ports-58dbd8e8d1d28a47e6c1eee9bcc49c2d86c98706.zip
fix build with perl 5.18
PR: 193064
Notes
Notes: svn path=/head/; revision=368625
Diffstat (limited to 'sysutils/symon')
-rw-r--r--sysutils/symon/files/patch-client__SymuxClient.pm18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/symon/files/patch-client__SymuxClient.pm b/sysutils/symon/files/patch-client__SymuxClient.pm
new file mode 100644
index 000000000000..80380d54ae64
--- /dev/null
+++ b/sysutils/symon/files/patch-client__SymuxClient.pm
@@ -0,0 +1,18 @@
+--- ./client/SymuxClient.pm.orig 2014-09-20 01:14:36.791963224 +0400
++++ ./client/SymuxClient.pm 2014-09-20 01:14:52.651148220 +0400
+@@ -267,6 +267,8 @@
+
+ =head2 METHODS
+
++=over 4
++
+ =item getitem (host, stream, item)
+
+ Refresh the measured data and get an item from a stream for a particular
+@@ -304,4 +306,6 @@
+ # which hosts packets_out was that?
+ print $sc->getsource();
+
++=back
++
+ =cut