From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 30 16:50:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC61D16A41F for ; Sun, 30 Oct 2005 16:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 158F643D49 for ; Sun, 30 Oct 2005 16:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9UGoFPt052935 for ; Sun, 30 Oct 2005 16:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9UGoFVG052934; Sun, 30 Oct 2005 16:50:15 GMT (envelope-from gnats) Resent-Date: Sun, 30 Oct 2005 16:50:15 GMT Resent-Message-Id: <200510301650.j9UGoFVG052934@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E73D16A421 for ; Sun, 30 Oct 2005 16:47:52 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 153F643D48 for ; Sun, 30 Oct 2005 16:47:51 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 7F65B997D43; Sun, 30 Oct 2005 17:47:50 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 82101-01-2; Sun, 30 Oct 2005 17:47:44 +0100 (CET) Received: by server.t-hosting.hu (Postfix, from userid 0) id EABB0997CBA; Sun, 30 Oct 2005 17:47:44 +0100 (CET) Message-Id: <20051030164744.EABB0997CBA@server.t-hosting.hu> Date: Sun, 30 Oct 2005 17:47:44 +0100 (CET) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: ports/88243: [port update] dns/pdnsd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2005 16:50:17 -0000 >Number: 88243 >Category: ports >Synopsis: [port update] dns/pdnsd >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: Sun Oct 30 16:50:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 5.3-RELEASE-p17 amd64 >Organization: n/a >Environment: System: FreeBSD server.t-hosting.hu 5.3-RELEASE-p17 FreeBSD 5.3-RELEASE-p17 #0: Mon Jul 4 20:23:15 CEST 2005 root@server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD amd64 >Description: - Update to 1.2.3 - Add WITHOUT_IPV6 macro - Take maintainership >How-To-Repeat: >Fix: --- pdnsd.diff begins here --- diff -urN /usr/ports/dns/pdnsd/Makefile ../pdnsd/Makefile --- /usr/ports/dns/pdnsd/Makefile Sun Oct 30 07:42:53 2005 +++ ../pdnsd/Makefile Sun Oct 30 17:44:30 2005 @@ -6,18 +6,18 @@ # PORTNAME= pdnsd -PORTVERSION= 1.2 +PORTVERSION= 1.2.3 CATEGORIES= dns MASTER_SITES= http://www.phys.uu.nl/~rombouts/pdnsd/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-par -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Caching (permanently, writes to disk on exit) DNS proxy-server GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --with-cachedir=${PDNSDB} \ - --enable-ipv6 +CONFIGURE_ARGS= --with-cachedir=${PDNSDB} + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN5= pdnsd.conf.5 @@ -27,6 +27,10 @@ DOCSRCDIR= ${WRKSRC}/doc DOC_FILES= html/dl.html html/doc.html html/faq.html html/index.html DOC_FILES+= txt/faq.txt txt/intro.txt txt/manual.txt + +.if !defined{WITHOUT_IPV6} +CONFIGURE_ARGS+= --enable-ipv6 +.endif post-install: @${MKDIR} ${PREFIX}/etc/rc.d diff -urN /usr/ports/dns/pdnsd/distinfo ../pdnsd/distinfo --- /usr/ports/dns/pdnsd/distinfo Tue Jan 11 16:26:24 2005 +++ ../pdnsd/distinfo Sun Oct 30 08:59:52 2005 @@ -1,2 +1,2 @@ -MD5 (pdnsd-1.2-par.tar.gz) = 0ddcc8c1a3e6301df1a18ad320260d67 -SIZE (pdnsd-1.2-par.tar.gz) = 345082 +MD5 (pdnsd-1.2.3-par.tar.gz) = 76f8be89e8fd0c8f08ba0d919216e475 +SIZE (pdnsd-1.2.3-par.tar.gz) = 532232 diff -urN /usr/ports/dns/pdnsd/files/patch-src_conff.h ../pdnsd/files/patch-src_conff.h --- /usr/ports/dns/pdnsd/files/patch-src_conff.h Tue Nov 23 17:19:36 2004 +++ ../pdnsd/files/patch-src_conff.h Sun Oct 30 09:02:35 2005 @@ -1,5 +1,5 @@ ---- src/conff.h.orig Fri Oct 29 01:11:36 2004 -+++ src/conff.h Fri Oct 29 01:12:36 2004 +--- src/conff.h.orig Mon Jun 27 21:57:22 2005 ++++ src/conff.h Sun Oct 30 09:01:08 2005 @@ -32,6 +32,9 @@ #include #include @@ -7,6 +7,6 @@ +#if TARGET==TARGET_BSD +#include +#endif + #include #include #include "ipvers.h" - #include "list.h" diff -urN /usr/ports/dns/pdnsd/files/patch-src_dns.h ../pdnsd/files/patch-src_dns.h --- /usr/ports/dns/pdnsd/files/patch-src_dns.h Tue Nov 23 17:19:36 2004 +++ ../pdnsd/files/patch-src_dns.h Sun Oct 30 09:05:28 2005 @@ -1,5 +1,5 @@ ---- src/dns.h.orig Fri Oct 29 01:03:35 2004 -+++ src/dns.h Fri Oct 29 01:04:55 2004 +--- src/dns.h.orig Fri Jul 1 14:33:35 2005 ++++ src/dns.h Sun Oct 30 09:04:28 2005 @@ -27,6 +27,9 @@ #include @@ -7,6 +7,6 @@ +#if TARGET==TARGET_BSD +#include +#endif + #include #include #include - #include --- pdnsd.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: