From kd@frankfurt.netsurf.de  Mon Jul 10 15:01:47 2000
Return-Path: <kd@frankfurt.netsurf.de>
Received: from beach.frankfurt.netsurf.de (beach.frankfurt.netsurf.de [194.64.181.2])
	by hub.freebsd.org (Postfix) with ESMTP id 4445F37B588
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Jul 2000 15:01:45 -0700 (PDT)
	(envelope-from kd@frankfurt.netsurf.de)
Received: from frankfurt.netsurf.de (deck-124.frankfurt.netsurf.de [194.64.181.156])
	by beach.frankfurt.netsurf.de (8.8.5/8.8.5) with ESMTP id AAA11538
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Jul 2000 00:01:39 +0200 (MET DST)
Received: (from kd@localhost)
	by frankfurt.netsurf.de (8.9.3/8.9.3) id AAA10215;
	Tue, 11 Jul 2000 00:06:02 +0200 (CEST)
	(envelope-from kd)
Message-Id: <200007102206.AAA10215@frankfurt.netsurf.de>
Date: Tue, 11 Jul 2000 00:06:02 +0200 (CEST)
From: Karl.Dietz@frankfurt.netsurf.de
Sender: kd@frankfurt.netsurf.de
Reply-To: Karl.Dietz@frankfurt.netsurf.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: update net/dnsutl
X-Send-Pr-Version: 3.2

>Number:         19838
>Category:       ports
>Synopsis:       update net/dnsutl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 10 15:10:01 PDT 2000
>Closed-Date:    Thu Jul 13 04:14:17 PDT 2000
>Last-Modified:  Thu Jul 13 04:14:38 PDT 2000
>Originator:     Karl Dietz
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	

>Description:

	dnsutl 1.6 is out.
	new features include:
		IN LOC support for geographic locations
		dns-boot-check to check bind 4.x config files
	

>How-To-Repeat:

	add IN LOC records to a zone and run dnsutl => error
	

>Fix:
	
	
	apply the following patch

<--- cut me --->
diff -ruN net/dnsutl.orig/Makefile net/dnsutl/Makefile
--- net/dnsutl.orig/Makefile	Mon Jul 10 23:35:15 2000
+++ net/dnsutl/Makefile	Mon Jul 10 23:45:11 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dnsutl
-PORTVERSION=	1.5
+PORTVERSION=	1.6
 CATEGORIES=	net
 MASTER_SITES=	http://www.canb.auug.org.au/~millerp/dnsutl/ \
 		http://www.tip.net.au/~millerp/dnsutl/  \
@@ -18,8 +18,9 @@
 GNU_CONFIGURE=	yes
 ALL_TARGET=	all sure
 
-MAN1=		dns-bootp.1 dns-bootparams.1 dns-ethers-import.1 \
-		dns-ethers.1 dns-filter.1 dns-hosts-import.1 \
-		dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1
+MAN1=		dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \
+		dns-ethers-import.1 dns-ethers.1 dns-filter.1 \
+		dns-hosts-import.1 dns-hosts.1 dns-license.1 \
+		dns-ng.1 dns-rev.1
 
 .include <bsd.port.mk>
diff -ruN net/dnsutl.orig/files/md5 net/dnsutl/files/md5
--- net/dnsutl.orig/files/md5	Mon Jul 10 23:35:02 2000
+++ net/dnsutl/files/md5	Mon Jul 10 23:38:20 2000
@@ -1 +1 @@
-MD5 (dnsutl-1.5.tar.gz) = 732e58e1737519c2581dc192bd31f118
+MD5 (dnsutl-1.6.tar.gz) = 4cb1882c19c31de7a2e56d449b66bf97
diff -ruN net/dnsutl.orig/patches/patch-aa net/dnsutl/patches/patch-aa
--- net/dnsutl.orig/patches/patch-aa	Mon Jul 10 23:35:02 2000
+++ net/dnsutl/patches/patch-aa	Mon Jul 10 23:51:40 2000
@@ -1,8 +1,8 @@
 #
 # this patch enables us to build the manpages
 #
---- Makefile.in.orig	Mon Jul  5 15:54:45 1999
-+++ Makefile.in	Sun Dec 26 14:40:21 1999
+--- Makefile.in.orig	Fri Jun 30 13:50:41 2000
++++ Makefile.in	Mon Jul 10 23:50:24 2000
 @@ -124,6 +124,11 @@
  LIBEXT = a
  
@@ -15,7 +15,16 @@
  # You should not need to alter anything below this point.
  #------------------------------------------------------------
  
-@@ -594,7 +599,7 @@
+@@ -644,7 +649,7 @@
+ 	awk -f etc/txt2c.awk man1/dns-boot-check.1 > $@
+ 
+ $(mandir)/man1/dns-boot-check.1: man1/dns-boot-check.1 man1/.mandir
+-	$(SOELIM) -Iman1 man1/dns-boot-check.1 > tmp
++	(cd man1; $(SOELIM) dns-boot-check.1) > tmp
+ 	$(INSTALL_DATA) tmp $@
+ 	@rm tmp
+ 
+@@ -652,7 +657,7 @@
  	awk -f etc/txt2c.awk man1/dns-bootp.1 > $@
  
  $(mandir)/man1/dns-bootp.1: man1/dns-bootp.1 man1/.mandir
@@ -24,7 +33,7 @@
  	$(INSTALL_DATA) tmp $@
  	@rm tmp
  
-@@ -602,7 +607,7 @@
+@@ -660,7 +665,7 @@
  	awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@
  
  $(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir
@@ -33,7 +42,7 @@
  	$(INSTALL_DATA) tmp $@
  	@rm tmp
  
-@@ -611,7 +616,7 @@
+@@ -669,7 +674,7 @@
  
  $(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \
  		man1/.mandir 
@@ -42,7 +51,7 @@
  	$(INSTALL_DATA) tmp $@
  	@rm tmp
  
-@@ -619,7 +624,7 @@
+@@ -677,7 +682,7 @@
  	awk -f etc/txt2c.awk man1/dns-ethers.1 > $@
  
  $(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir
@@ -51,7 +60,7 @@
  	$(INSTALL_DATA) tmp $@
  	@rm tmp
  
-@@ -627,7 +632,7 @@
+@@ -685,7 +690,7 @@
  	awk -f etc/txt2c.awk man1/dns-filter.1 > $@
  
  $(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir
@@ -60,7 +69,7 @@
  	$(INSTALL_DATA) tmp $@
  	@rm tmp
  
-@@ -635,7 +640,7 @@
+@@ -693,7 +698,7 @@
  	awk -f etc/txt2c.awk man1/dns-hosts-import.1 > $@
  
  $(mandir)/man1/dns-hosts-import.1: man1/dns-hosts-import.1 man1/.mandir
@@ -69,7 +78,7 @@
  	$(INSTALL_DATA) tmp $@
  	@rm tmp
  
-@@ -643,7 +648,7 @@
+@@ -701,7 +706,7 @@
  	awk -f etc/txt2c.awk man1/dns-hosts.1 > $@
  
  $(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir
@@ -78,7 +87,7 @@
  	$(INSTALL_DATA) tmp $@
  	@rm tmp
  
-@@ -651,7 +656,7 @@
+@@ -709,7 +714,7 @@
  	awk -f etc/txt2c.awk man1/dns-license.1 > $@
  
  $(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir
@@ -87,7 +96,7 @@
  	$(INSTALL_DATA) tmp $@
  	@rm tmp
  
-@@ -659,7 +664,7 @@
+@@ -717,7 +722,7 @@
  	awk -f etc/txt2c.awk man1/dns-ng.1 > $@
  
  $(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir
@@ -96,7 +105,7 @@
  	$(INSTALL_DATA) tmp $@
  	@rm tmp
  
-@@ -667,7 +672,7 @@
+@@ -725,7 +730,7 @@
  	awk -f etc/txt2c.awk man1/dns-rev.1 > $@
  
  $(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir
diff -ruN net/dnsutl.orig/pkg/PLIST net/dnsutl/pkg/PLIST
--- net/dnsutl.orig/pkg/PLIST	Mon Jul 10 23:35:02 2000
+++ net/dnsutl/pkg/PLIST	Mon Jul 10 23:45:30 2000
@@ -1,3 +1,4 @@
+bin/dns-boot-check
 bin/dns-bootp
 bin/dns-bootparams
 bin/dns-ethers-import

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports 
Responsible-Changed-By: jedgar 
Responsible-Changed-When: Mon Jul 10 15:38:51 PDT 2000 
Responsible-Changed-Why:  
Misfiled PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19838 
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Thu Jul 13 04:14:17 PDT 2000 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19838 
>Unformatted:
