Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2006 23:49:22 +0200 (CEST)
From:      Gabor Kovesdan <gkovesdan@t-hosting.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gkovesdan@t-hosting.hu>
Subject:   ports/97107: [maintainer update] dns/pdnsd
Message-ID:  <20060510214922.E0617999419@server.t-hosting.hu>
Resent-Message-ID: <200605102150.k4ALoJxb074327@freefall.freebsd.org>

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

>Number:         97107
>Category:       ports
>Synopsis:       [maintainer update] dns/pdnsd
>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:   Wed May 10 21:50:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 5.3-RELEASE-p17 amd64
>Organization:
n/a
>Environment:
>Description:

- Add extra configure option for proper working
- Bump PORTREVISION

Reported by: Matt Mills

>How-To-Repeat:
>Fix:

--- pdnsd.diff begins here ---
Index: dns/pdnsd/Makefile
===================================================================
RCS file: /usr/cvs/ports/dns/pdnsd/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- dns/pdnsd/Makefile	22 Apr 2006 11:23:45 -0000	1.15
+++ dns/pdnsd/Makefile	10 May 2006 21:36:46 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	pdnsd
 PORTVERSION=	1.2.4
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.phys.uu.nl/~rombouts/pdnsd/releases/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-par
@@ -16,7 +17,8 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-CONFIGURE_ARGS=	--with-cachedir=${PDNSDB}
+CONFIGURE_ARGS=	--with-cachedir=${PDNSDB} \
+		--disable-src-addr-disc
 
 OPTIONS=	IPV6	"Enable IPv6 support"	on
 
--- pdnsd.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?20060510214922.E0617999419>