summaryrefslogtreecommitdiff
path: root/net/powerdns-recursor
diff options
context:
space:
mode:
authorhasso <hasso>2009-06-24 20:44:21 +0000
committerhasso <hasso>2009-06-24 20:44:21 +0000
commit4640acbf193d8ba5c59db65044ff4c1ae412326e (patch)
tree86e234359499f18571c4964a9dc9a38e8706b8f6 /net/powerdns-recursor
parent3c9ee45947619d00f4e4b6aa677f978b9b7f9e8b (diff)
downloadpkgsrc-4640acbf193d8ba5c59db65044ff4c1ae412326e.tar.gz
Make it build on DragonFly.
Diffstat (limited to 'net/powerdns-recursor')
-rw-r--r--net/powerdns-recursor/distinfo3
-rw-r--r--net/powerdns-recursor/patches/patch-ah13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/powerdns-recursor/distinfo b/net/powerdns-recursor/distinfo
index c1720d93bac..b8c4939b51a 100644
--- a/net/powerdns-recursor/distinfo
+++ b/net/powerdns-recursor/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2009/04/21 22:52:37 roy Exp $
+$NetBSD: distinfo,v 1.3 2009/06/24 20:44:21 hasso Exp $
SHA1 (pdns-recursor-3.1.7.tar.bz2) = 3e9c46e432d57edd58f767311247e750350883e9
RMD160 (pdns-recursor-3.1.7.tar.bz2) = 359b3e3fff942f9fd14bebe4bc16b9d6cd23d0e3
@@ -10,3 +10,4 @@ SHA1 (patch-ad) = a28cdd1a6e860c1c9460c36e2e8acece4b163436
SHA1 (patch-ae) = 54ce9208671928bf4b63331f2a248b601325541e
SHA1 (patch-af) = 23b8dbad8f7f69652d7417ca6dcca4dde4a6fe57
SHA1 (patch-ag) = 952182b856fa0ec995d9ba307124e069c1831049
+SHA1 (patch-ah) = 1d8c62313b730afed492b12e6e28c1c0757e9c24
diff --git a/net/powerdns-recursor/patches/patch-ah b/net/powerdns-recursor/patches/patch-ah
new file mode 100644
index 00000000000..c70a581c3c7
--- /dev/null
+++ b/net/powerdns-recursor/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2009/06/24 20:44:21 hasso Exp $
+
+--- brg_endian.h.orig 2009-06-24 11:27:29 +0300
++++ brg_endian.h 2009-06-24 11:28:15 +0300
+@@ -34,7 +34,7 @@
+ /* Include files where endian defines and byteswap functions may reside */
+ #if defined( __sun )
+ # include <sys/isa_defs.h>
+-#elif defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ )
++#elif defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ ) || defined( __DragonFly__ )
+ # include <sys/endian.h>
+ #elif defined( BSD ) && ( BSD >= 199103 ) || defined( __APPLE__ ) || \
+ defined( __CYGWIN32__ ) || defined( __DJGPP__ ) || defined( __osf__ )