summaryrefslogtreecommitdiff
path: root/dns/dnsutl
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-22 08:08:54 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-22 08:08:54 +0000
commit53282eb6813ebf38cd2094f3f4ac7766722868e5 (patch)
treeca4c70d03154a3b16a928b9a5aba65984e6beda2 /dns/dnsutl
parentNew port: mail/kshowmail (diff)
- Unbreak dns/dnsutl on 5.x
PR: 58356 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Notes
Notes: svn path=/head/; revision=91875
Diffstat (limited to 'dns/dnsutl')
-rw-r--r--dns/dnsutl/Makefile8
-rw-r--r--dns/dnsutl/files/patch-bootp.c29
2 files changed, 30 insertions, 7 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile
index e15c38715524..621fb20145ae 100644
--- a/dns/dnsutl/Makefile
+++ b/dns/dnsutl/Makefile
@@ -24,10 +24,4 @@ MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \
dns-hosts-import.1 dns-hosts.1 dns-license.1 \
dns-ng.1 dns-rev.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 501000
-BROKEN= "Does not build"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/dns/dnsutl/files/patch-bootp.c b/dns/dnsutl/files/patch-bootp.c
new file mode 100644
index 000000000000..1785b2f30106
--- /dev/null
+++ b/dns/dnsutl/files/patch-bootp.c
@@ -0,0 +1,29 @@
+--- common/srrf/bootp.c.orig Wed Oct 22 01:53:06 2003
++++ common/srrf/bootp.c Wed Oct 22 01:53:44 2003
+@@ -81,7 +81,7 @@
+ check_list_of_one_or_more_machines(rp);
+ srrf_lex_error
+ (
+-"you may not specify ``bootp ds'' explicitly,
++"you may not specify ``bootp ds'' explicitly, \
+ it is generated from the ``in ns'' fields"
+ );
+ }
+@@ -99,7 +99,7 @@
+ check_list_of_one_or_more_machines(rp);
+ srrf_lex_error
+ (
+-"you may not specify ``bootp ha'' explicitly,
++"you may not specify ``bootp ha'' explicitly, \
+ it is generated from the ``ether a'' fields"
+ );
+ }
+@@ -397,7 +397,7 @@
+ check_list_of_one_or_more_machines(rp);
+ srrf_lex_error
+ (
+-"you may not specify \"ip\" explicitly,
++"you may not specify \"ip\" explicitly, \
+ it is generated from the ``in a'' fields"
+ );
+ }