summaryrefslogtreecommitdiff
path: root/net/maradns
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-25 17:48:54 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-25 17:48:54 +0000
commitc20234c51d9a2e21a17a4b9327385fbde5d54595 (patch)
tree81635e7959c288e0afe0b9cbb31034c9f3de85c8 /net/maradns
parent917b9c38f1a57e7bf4c8fce019e520c2f0d9e7ab (diff)
downloadpkgsrc-c20234c51d9a2e21a17a4b9327385fbde5d54595.tar.gz
DragonFly also needs sys/time.h before sys/resource.h.
Diffstat (limited to 'net/maradns')
-rw-r--r--net/maradns/distinfo3
-rw-r--r--net/maradns/patches/patch-ak13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/maradns/distinfo b/net/maradns/distinfo
index c6a51fe2d69..a259249a859 100644
--- a/net/maradns/distinfo
+++ b/net/maradns/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/05/13 13:25:55 salo Exp $
+$NetBSD: distinfo,v 1.7 2006/01/25 17:48:54 joerg Exp $
SHA1 (maradns-1.0.28.tar.bz2) = 3f691dc293dba83569ece6e372ac2fd22b8ddd5c
RMD160 (maradns-1.0.28.tar.bz2) = 8a72bf66e05dc9509e6567d953808de8e42cfa00
@@ -13,3 +13,4 @@ SHA1 (patch-ag) = 08e706dd2847ba4b1104664d320cc969f8432e6a
SHA1 (patch-ah) = 727d35feb4861746800be5d61610a1c24cd87cc4
SHA1 (patch-ai) = 626d6a29e1f0286efd2b2b6acd25fbfcfde42272
SHA1 (patch-aj) = c8c93bc419c8dd337fcdd45451e85138a5d020d3
+SHA1 (patch-ak) = 7f0b5417e07c6945c24fb3105208031b45e70f1d
diff --git a/net/maradns/patches/patch-ak b/net/maradns/patches/patch-ak
new file mode 100644
index 00000000000..a21c65755f0
--- /dev/null
+++ b/net/maradns/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2006/01/25 17:48:54 joerg Exp $
+
+--- tuzona/zoneserver.c.orig 2006-01-25 17:47:18.000000000 +0000
++++ tuzona/zoneserver.c
+@@ -15,7 +15,7 @@
+ #include <errno.h>
+ #include <string.h>
+ #include <time.h>
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ #include <sys/time.h>
+ #endif
+ #include <sys/types.h>