summaryrefslogtreecommitdiff
path: root/net/powerdns-recursor
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2011-04-06 10:35:38 +0000
committerroy <roy@pkgsrc.org>2011-04-06 10:35:38 +0000
commitb3106bc305f77971a75a030a4d00cd679862e50e (patch)
tree667d82da0246d02f91c9867ac25817b0a99b2b12 /net/powerdns-recursor
parentc1f07261fc69e336e4dfc32239c3cebca50fdf37 (diff)
downloadpkgsrc-b3106bc305f77971a75a030a4d00cd679862e50e.tar.gz
Compile on DragonFlyBSD.
Fixes PR pkg/44772
Diffstat (limited to 'net/powerdns-recursor')
-rw-r--r--net/powerdns-recursor/distinfo3
-rw-r--r--net/powerdns-recursor/patches/patch-ai12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/powerdns-recursor/distinfo b/net/powerdns-recursor/distinfo
index 0625aff18af..407898410a3 100644
--- a/net/powerdns-recursor/distinfo
+++ b/net/powerdns-recursor/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2010/01/29 13:26:45 roy Exp $
+$NetBSD: distinfo,v 1.5 2011/04/06 10:35:38 roy Exp $
SHA1 (pdns-recursor-3.1.7.2.tar.bz2) = 9dcaca50fe0c373d601e135a78f24f5b85480020
RMD160 (pdns-recursor-3.1.7.2.tar.bz2) = 2a1118763ab630646b9ba25273d6066e380e55c6
@@ -9,3 +9,4 @@ SHA1 (patch-ae) = d832951abad18a429e7d567563af61b77f61c179
SHA1 (patch-af) = 5a7ba19325f37922c0fcc8a8b23cc023c2b28789
SHA1 (patch-ag) = 952182b856fa0ec995d9ba307124e069c1831049
SHA1 (patch-ah) = 1d8c62313b730afed492b12e6e28c1c0757e9c24
+SHA1 (patch-ai) = ad4339f5e51f12c26dc3c4a3b4bfb2b649b62e64
diff --git a/net/powerdns-recursor/patches/patch-ai b/net/powerdns-recursor/patches/patch-ai
new file mode 100644
index 00000000000..62f9c991785
--- /dev/null
+++ b/net/powerdns-recursor/patches/patch-ai
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1 2011/04/06 10:35:38 roy Exp $
+
+--- rec_channel.cc 2011-04-06 11:27:13.000000000 +0100
++++ rec_channel.cc 2011-04-06 11:27:33.000000000 +0100
+@@ -2,6 +2,7 @@
+ #include <sys/socket.h>
+ #include <cerrno>
+ #include <cstdlib>
++#include <cstring>
+ #include <unistd.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>