View | Details | Raw Unified | Return to bug 75450
Collapse All | Expand All

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

Return to bug 75450