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

(-)dnsutl/Makefile (-6 / +1 lines)
Lines 24-33 Link Here
24
		dns-hosts-import.1 dns-hosts.1 dns-license.1 \
24
		dns-hosts-import.1 dns-hosts.1 dns-license.1 \
25
		dns-ng.1 dns-rev.1
25
		dns-ng.1 dns-rev.1
26
26
27
.include <bsd.port.pre.mk>
27
.include <bsd.port.mk>
28
28
29
.if ${OSVERSION} > 501000
30
BROKEN=		"Does not build"
31
.endif
32
33
.include <bsd.port.post.mk>
(-)dnsutl/files/patch-bootp.c (+29 lines)
Line 0 Link Here
1
--- common/srrf/bootp.c.orig	Wed Oct 22 01:53:06 2003
2
+++ common/srrf/bootp.c	Wed Oct 22 01:53:44 2003
3
@@ -81,7 +81,7 @@
4
 	check_list_of_one_or_more_machines(rp);
5
 	srrf_lex_error
6
 	(
7
-"you may not specify ``bootp ds'' explicitly,
8
+"you may not specify ``bootp ds'' explicitly, \
9
 it is generated from the ``in ns'' fields"
10
 	);
11
 }
12
@@ -99,7 +99,7 @@
13
 	check_list_of_one_or_more_machines(rp);
14
 	srrf_lex_error
15
 	(
16
-"you may not specify ``bootp ha'' explicitly,
17
+"you may not specify ``bootp ha'' explicitly, \
18
 it is generated from the ``ether a'' fields"
19
 	);
20
 }
21
@@ -397,7 +397,7 @@
22
 	check_list_of_one_or_more_machines(rp);
23
 	srrf_lex_error
24
 	(
25
-"you may not specify \"ip\" explicitly,
26
+"you may not specify \"ip\" explicitly, \
27
 it is generated from the ``in a'' fields"
28
 	);
29
 }

Return to bug 58356