Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  4 Oct 2004 13:45:37 +0200
From:      "Martin Matuska" <martin@tradex.sk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72302: [MAINTAINER UPDATE] dns/fastresolve
Message-ID:  <20041004114537.9535D6D10@mail.vx.sk>
Resent-Message-ID: <200410041150.i94BoNuO040206@freefall.freebsd.org>

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

>Number:         72302
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] dns/fastresolve
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 04 11:50:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 4.10-RELEASE-p2 i386, FreeBSD 5.3-BETA5 i386
>Organization:
>Environment:
System: 
FreeBSD 4.10-RELEASE-p2 
FreeBSD 5.3-BETA5 i386

>Description:
	added patch to compile on FreeBSD 5, removed BROKEN tag
	suggested by wildph@wildph.net
>How-To-Repeat:
>Fix:
new file: files/patch-dns-terror::dns-terror.cc

diff -Nbur files.orig/patch-dns-terror::dns-terror.cc files/patch-dns-terror::dns-terror.cc
--- files.orig/patch-dns-terror::dns-terror.cc	Thu Jan  1 01:00:00 1970
+++ files/patch-dns-terror::dns-terror.cc	Mon Oct  4 13:32:14 2004
@@ -0,0 +1,12 @@
+--- dns-terror/dns-terror.cc.orig	Mon Oct  4 13:28:02 2004
++++ dns-terror/dns-terror.cc	Mon Oct  4 13:28:53 2004
+@@ -331,8 +331,7 @@
+   }
+   
+   r = adns_submit(ads, rev, adns_r_ptr_raw,
+-		  (enum adns_queryflags)
+-		  (adns_qf_quoteok_cname|adns_qf_quoteok_anshost), lp, &qu);
++		  adns_queryflags (adns_qf_quoteok_cname|adns_qf_quoteok_anshost), lp, &qu);
+   if (r)
+     fatal_errno("adns_submit", r);
+   if (verbose)
--- Makefile.orig	Mon Oct  4 13:44:14 2004
+++ Makefile	Mon Oct  4 13:44:20 2004
@@ -51,10 +51,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
-.endif
-
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:



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