diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2014-10-01 17:31:33 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2014-10-01 17:31:33 +0800 |
commit | 6eafe7e3dc0b30844db237682a19c10645ce12b7 (patch) | |
tree | bbb5c429a2945d644ddd62b087841fc2fb04dc16 | |
parent | e4f5368a4dceba797a205fb242664f3bbdadb7f3 (diff) | |
download | freebsd-ports-gnome-6eafe7e3dc0b30844db237682a19c10645ce12b7.tar.gz freebsd-ports-gnome-6eafe7e3dc0b30844db237682a19c10645ce12b7.tar.zst freebsd-ports-gnome-6eafe7e3dc0b30844db237682a19c10645ce12b7.zip |
fix perl5.18 build
PR: ports/182840
Submitted by: alexey <alexey@kouznetsov.com>
Approved by: bapt (mentor)
-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..9bef08c5c0df --- /dev/null +++ b/net-mgmt/smokeping/files/patch-lib_Smokeping.pm @@ -0,0 +1,11 @@ +--- lib/Smokeping.pm.orig 2014-09-12 08:24:07.080901489 +0000 ++++ lib/Smokeping.pm 2014-09-12 08:24:45.049898644 +0000 +@@ -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 |