Date: Sun, 30 Oct 2005 17:47:44 +0100 (CET) From: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> Subject: ports/88243: [port update] dns/pdnsd Message-ID: <20051030164744.EABB0997CBA@server.t-hosting.hu> Resent-Message-ID: <200510301650.j9UGoFVG052934@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <config.h> #include <stdio.h> @@ -7,6 +7,6 @@ +#if TARGET==TARGET_BSD +#include <sys/socket.h> +#endif + #include <sys/socket.h> #include <net/if.h> #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 <config.h> @@ -7,6 +7,6 @@ +#if TARGET==TARGET_BSD +#include <sys/socket.h> +#endif + #include <sys/socket.h> #include <net/if.h> #include <sys/types.h> - #include <inttypes.h> --- 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?20051030164744.EABB0997CBA>