pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/maradns DragonFly also needs sys/time.h before sys...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cae724747998
branches: trunk
changeset: 507058:cae724747998
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Jan 25 17:48:54 2006 +0000
description:
DragonFly also needs sys/time.h before sys/resource.h.
diffstat:
net/maradns/distinfo | 3 ++-
net/maradns/patches/patch-ak | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 2a36aabbeeaf -r cae724747998 net/maradns/distinfo
--- a/net/maradns/distinfo Wed Jan 25 17:48:43 2006 +0000
+++ b/net/maradns/distinfo Wed Jan 25 17:48:54 2006 +0000
@@ -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-ah) = 727d35feb4861746800be5d61610a1c24cd87cc4
SHA1 (patch-ai) = 626d6a29e1f0286efd2b2b6acd25fbfcfde42272
SHA1 (patch-aj) = c8c93bc419c8dd337fcdd45451e85138a5d020d3
+SHA1 (patch-ak) = 7f0b5417e07c6945c24fb3105208031b45e70f1d
diff -r 2a36aabbeeaf -r cae724747998 net/maradns/patches/patch-ak
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/maradns/patches/patch-ak Wed Jan 25 17:48:54 2006 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index