Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2003 00:06:27 +0000 (GMT)
From:      Markus Brueffer <brueffer@phoenix-systems.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58356: [patch] dns/dnsutl: unbreak on 5.x
Message-ID:  <20031022000627.BF3184C@haakonia.hitnet.rwth-aachen.de>
Resent-Message-ID: <200310220010.h9M0A8Re065803@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         58356
>Category:       ports
>Synopsis:       [patch] dns/dnsutl: unbreak on 5.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 21 17:10:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Markus Brueffer
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheops.phoenix 5.1-CURRENT FreeBSD 5.1-CURRENT #9: Mon Oct 13 14:46:55 CEST 2003 brueffer@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
	Unbreak dns/dnsutl on 5.x

>How-To-Repeat:
>Fix:

--- dnsutil.diff begins here ---
diff -ruN dnsutl.orig/Makefile dnsutl/Makefile
--- dnsutl.orig/Makefile	Wed Oct 22 01:46:20 2003
+++ dnsutl/Makefile	Wed Oct 22 01:46:36 2003
@@ -24,10 +24,5 @@
 		dns-hosts-import.1 dns-hosts.1 dns-license.1 \
 		dns-ng.1 dns-rev.1
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.mk>
 
-.if ${OSVERSION} > 501000
-BROKEN=		"Does not build"
-.endif
-
-.include <bsd.port.post.mk>
diff -ruN dnsutl.orig/files/patch-bootp.c dnsutl/files/patch-bootp.c
--- dnsutl.orig/files/patch-bootp.c	Thu Jan  1 01:00:00 1970
+++ dnsutl/files/patch-bootp.c	Wed Oct 22 01:55:12 2003
@@ -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"
+ 	);
+ }
--- dnsutil.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031022000627.BF3184C>