Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 06:44:20 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368625 - head/sysutils/symon/files
Message-ID:  <201409200644.s8K6iKf6013633@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sat Sep 20 06:44:20 2014
New Revision: 368625
URL: http://svnweb.freebsd.org/changeset/ports/368625
QAT: https://qat.redports.org/buildarchive/r368625/

Log:
  fix build with perl 5.18
  
  PR:		193064

Added:
  head/sysutils/symon/files/patch-client__SymuxClient.pm   (contents, props changed)

Added: head/sysutils/symon/files/patch-client__SymuxClient.pm
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/symon/files/patch-client__SymuxClient.pm	Sat Sep 20 06:44:20 2014	(r368625)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409200644.s8K6iKf6013633>