diff options
author | az <az@FreeBSD.org> | 2014-09-20 14:40:04 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-09-20 14:40:04 +0800 |
commit | cafc9d2608298d1df1e897963a8553c36202e498 (patch) | |
tree | e0b60df2a502b65bc2c64c37ce2125a56925f1c9 | |
parent | 7f5282f92170195c5ef8d545af23407557cf59fb (diff) | |
download | freebsd-ports-gnome-cafc9d2608298d1df1e897963a8553c36202e498.tar.gz freebsd-ports-gnome-cafc9d2608298d1df1e897963a8553c36202e498.tar.zst freebsd-ports-gnome-cafc9d2608298d1df1e897963a8553c36202e498.zip |
fix build with perl 5.18
PR: 193064
-rw-r--r-- | net-mgmt/smokeping/files/patch-lib__Smokeping.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/smokeping/files/patch-lib__Smokeping.pm b/net-mgmt/smokeping/files/patch-lib__Smokeping.pm new file mode 100644 index 000000000000..3ca727872281 --- /dev/null +++ b/net-mgmt/smokeping/files/patch-lib__Smokeping.pm @@ -0,0 +1,11 @@ +--- ./lib/Smokeping.pm.orig 2014-09-20 00:55:47.498042436 +0400 ++++ ./lib/Smokeping.pm 2014-09-20 00:56:31.929038660 +0400 +@@ -2631,7 +2631,7 @@ + The base directory where SmokePing keeps the files related to the DYNAMIC function. + This directory must be writeable by the WWW server. It is also used for temporary + storage of slave polling results by the master in +-L<the master/slave mode|smokeping_master_slave>. ++L<the masterE<sol>slave mode|smokeping_master_slave>. + + If this variable is not specified, the value of C<datadir> will be used instead. + DOC |