diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-16 21:38:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-16 21:38:51 +0000 |
commit | 311173fbf871478acc450f35c7997df113632033 (patch) | |
tree | 3e7499f6a4d44712e3ead76124c2d3c75da7ebb4 /net | |
parent | d9770532a4c8d6ea400fea58fd2ce30c123b859c (diff) | |
download | pkgsrc-311173fbf871478acc450f35c7997df113632033.tar.gz |
Fix build with perl-5.18.
Diffstat (limited to 'net')
-rw-r--r-- | net/smokeping/distinfo | 3 | ||||
-rw-r--r-- | net/smokeping/patches/patch-lib_Smokeping.pm | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/net/smokeping/distinfo b/net/smokeping/distinfo index c018eaf2df4..1755b3ebbd3 100644 --- a/net/smokeping/distinfo +++ b/net/smokeping/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2012/02/02 18:54:35 bouyer Exp $ +$NetBSD: distinfo,v 1.15 2013/06/16 21:38:51 wiz Exp $ SHA1 (smokeping-2.6.7.tar.gz) = bc0b118164f00f79f6264f46ccb129acd1962dfc RMD160 (smokeping-2.6.7.tar.gz) = 126adae8ec55d7119ce57daf135327b56625ba3b @@ -10,3 +10,4 @@ SHA1 (patch-ad) = 1b5581b88054182115ce4f667dbaaeea10596acd SHA1 (patch-ae) = 45410102cd230d4514d8d493655a3fa9302c3e0e SHA1 (patch-af) = ecb2c6f5beed570def7e4dd830864bb82b92654f SHA1 (patch-ag) = f200c0522db44e08d475f1a0895ee14e01663fd8 +SHA1 (patch-lib_Smokeping.pm) = 19ab8a169b1db99686bbe7af24dec1b5c2b6fb77 diff --git a/net/smokeping/patches/patch-lib_Smokeping.pm b/net/smokeping/patches/patch-lib_Smokeping.pm new file mode 100644 index 00000000000..c8bdb405ec8 --- /dev/null +++ b/net/smokeping/patches/patch-lib_Smokeping.pm @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_Smokeping.pm,v 1.1 2013/06/16 21:38:51 wiz Exp $ + +Fix pod2man error with perl-5.18 -- it does not like slash. + +--- lib/Smokeping.pm.orig 2012-01-11 08:48:43.000000000 +0000 ++++ lib/Smokeping.pm +@@ -2609,7 +2609,7 @@ DOC + 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 master-slave mode|smokeping_master_slave>. + + If this variable is not specified, the value of C<datadir> will be used instead. + DOC |