summaryrefslogtreecommitdiffstats
path: root/main/smokeping
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-06-20 11:20:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-20 11:20:50 +0000
commit0e620cab5d6a2de1d1859583906e41e3dcb26e59 (patch)
treeaaa1c79b0fe09ed43593b4b0b41bb9630922f99e /main/smokeping
parent63a32f9d599406f3e1953224a12f973ce4cbff56 (diff)
downloadaports-0e620cab5d6a2de1d1859583906e41e3dcb26e59.tar.bz2
aports-0e620cab5d6a2de1d1859583906e41e3dcb26e59.tar.xz
main/smokeping: buildfix for perl 5.18
Diffstat (limited to 'main/smokeping')
-rw-r--r--main/smokeping/APKBUILD4
-rw-r--r--main/smokeping/smokeping-perl-5.18.patch15
2 files changed, 19 insertions, 0 deletions
diff --git a/main/smokeping/APKBUILD b/main/smokeping/APKBUILD
index 09a48e31d..f97d28405 100644
--- a/main/smokeping/APKBUILD
+++ b/main/smokeping/APKBUILD
@@ -10,6 +10,7 @@ install="$pkgname.pre-install"
url="http://oss.oetiker.ch/smokeping/"
source="http://oss.oetiker.ch/smokeping/pub/smokeping-$pkgver.tar.gz
smokeping.initd
+ smokeping-perl-5.18.patch
xss-fix-from-Steven-Chamberlain.patch"
depends="perl fping rrdtool perl-rrd
perl-uri
@@ -127,10 +128,13 @@ package() {
md5sums="0c2361b734866dd37facf2af3f8f7144 smokeping-2.6.9.tar.gz
a63b42b8165f9c728706ac112658548b smokeping.initd
+d6aaecc3110968671248b7bebbdb087b smokeping-perl-5.18.patch
cee64c8fe5d813534dfb29c2cd3a1324 xss-fix-from-Steven-Chamberlain.patch"
sha256sums="cd551d4384d8b19879d128ea0566bd680c19bb4ad8664a3c5a304604746f8863 smokeping-2.6.9.tar.gz
1b83d2e35e922e71bb3c91deee7c247cfbaebe47022451aabde87b790c5a61ca smokeping.initd
+961bcb8979de2ff508c988d79f8b54bb936fc29ed8bf28c6377458c12a1e3f2f smokeping-perl-5.18.patch
f7750494a81e56dac2d8c7bc996eb63ac590168fff92d237e883807c036f07ac xss-fix-from-Steven-Chamberlain.patch"
sha512sums="ab3cec15fd9f90510f902da7ce5bac5915558cac198cc88f0ce193a53a0158c9055e28c8c6671cc6653ac42ab51346e1eb19e537f1ab5c234fd498c6b777499d smokeping-2.6.9.tar.gz
b1d6f769b870a14856f4e4f6e699d6a9eb7744d9c447e5cd799cf21dd1eb83807aaa270029e15a49c709e8a9160c395d264bcc1d3281233160e2a907e61473ad smokeping.initd
+8b415778970ca9093fb8847cb391aea2546041512496e2f74e755358f2d6dd0a9e6e332c8a9c90a09da5f3eeeb4aabd3f1e188c1d63e324a17ee06f20e259ca2 smokeping-perl-5.18.patch
ab13cbf69a8b7d9cce7684eaf6a61ff5d827bcd4abc04cec7df47a97ab4d73eac5034addcb8e061ced246a2dcff69d04a9114b89e6c20014e2f3eb6c8fff0c11 xss-fix-from-Steven-Chamberlain.patch"
diff --git a/main/smokeping/smokeping-perl-5.18.patch b/main/smokeping/smokeping-perl-5.18.patch
new file mode 100644
index 000000000..9b66b9ff6
--- /dev/null
+++ b/main/smokeping/smokeping-perl-5.18.patch
@@ -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