#
PORTNAME= pdnsd
PORTVERSION= 1.2
PORTVERSION= 1.2.1
CATEGORIES= dns
MASTER_SITES= http://www.phys.uu.nl/~rombouts/pdnsd/releases/
DISTNAME= ${PORTNAME}-${PORTVERSION}-par
MD5 (pdnsd-1.2-par.tar.gz) = 0ddcc8c1a3e6301df1a18ad320260d67
MD5 (pdnsd-1.2.1-par.tar.gz) = 7be77e25ba8b3de73df32706d956c294
SIZE (pdnsd-1.2-par.tar.gz) = 345082
SIZE (pdnsd-1.2.1-par.tar.gz) = 350181
--- src/conff.h.orig Fri Oct 29 01:11:36 2004
+++ src/conff.h Fri Oct 29 01:12:36 2004
@@ -32,6 +32,9 @@
#include <config.h>
#include <stdio.h>
#include <pthread.h>
+#if TARGET==TARGET_BSD
+#include <sys/socket.h>
+#endif
#include <net/if.h>
#include "ipvers.h"
#include "list.h"
--- src/dns.h.orig Fri Oct 29 01:03:35 2004
+++ src/dns.h Fri Oct 29 01:04:55 2004
@@ -27,6 +27,9 @@
#include <arpa/inet.h>
#include <sys/types.h>
#include <inttypes.h>