Date: Fri, 13 Aug 2004 15:17:47 +0200 (CEST) From: Natanael Copa <ncopa@users.sourceforge.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70404: Update port: dns/dnrd Message-ID: <200408131317.i7DDHl6a004045@vmbsd.nor.wtbts.org> Resent-Message-ID: <200408131320.i7DDKM2K095514@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70404 >Category: ports >Synopsis: Update port: dns/dnrd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 13 13:20:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Natanael Copa >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD vmbsd.nor.wtbts.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: A bugfix release of DNRD. (The 2.14 freebsd patches are applied to the source package) >How-To-Repeat: >Fix: I hope I get the PR better than last time. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/69669 Please let me know if I should have done anything different. (Still a freebsd newbe) --- dnrd-port.2.14.1.patch begins here --- diff -ruN dnrd.orig/Makefile dnrd/Makefile --- dnrd.orig/Makefile Thu Aug 12 09:07:49 2004 +++ dnrd/Makefile Thu Aug 12 09:09:04 2004 @@ -6,7 +6,7 @@ # PORTNAME= dnrd -PORTVERSION= 2.14 +PORTVERSION= 2.14.1 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dnrd diff -ruN dnrd.orig/distinfo dnrd/distinfo --- dnrd.orig/distinfo Thu Aug 12 09:07:49 2004 +++ dnrd/distinfo Thu Aug 12 09:12:03 2004 @@ -1,2 +1,2 @@ -MD5 (dnrd-2.14.tar.gz) = f0645955944a16594b50549abdc2d1c0 -SIZE (dnrd-2.14.tar.gz) = 139548 +MD5 (dnrd-2.14.1.tar.gz) = cdcc538779bf707617fae10824808b14 +SIZE (dnrd-2.14.1.tar.gz) = 139799 diff -ruN dnrd.orig/files/patch-configure dnrd/files/patch-configure --- dnrd.orig/files/patch-configure Thu Aug 12 09:07:49 2004 +++ dnrd/files/patch-configure Thu Jan 1 01:00:00 1970 @@ -1,12 +0,0 @@ ---- configure.orig Wed Jul 21 09:52:13 2004 -+++ configure Wed Jul 28 22:34:54 2004 -@@ -4170,8 +4170,7 @@ - - case $host_os in - netbsd*|bsdi*) ;; -- freebsd4*) THREAD_CFLAGS="-pthread" ;; -- freebsd*) THREAD_LIBS="-lc_r" ;; -+ freebsd*) THREAD_CFLAGS="${PTHREAD_CFLAGS}" THREAD_LIBS="${PTHREAD_LIBS}" ;; - linux*|openbsd*) THREAD_LIBS="-lpthread" ;; - esac - diff -ruN dnrd.orig/files/patch-dns.c dnrd/files/patch-dns.c --- dnrd.orig/files/patch-dns.c Thu Aug 12 09:07:49 2004 +++ dnrd/files/patch-dns.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/dns.c Thu Jan 4 10:37:21 2001 -+++ src/dns.c.new Sat Mar 10 14:29:38 2001 -@@ -27,6 +27,7 @@ - #include <ctype.h> - - #include <netdb.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <arpa/inet.h> diff -ruN dnrd.orig/files/patch-query.h dnrd/files/patch-query.h --- dnrd.orig/files/patch-query.h Thu Aug 12 09:07:49 2004 +++ dnrd/files/patch-query.h Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/query.h.orig Sat Jan 6 14:56:49 2001 -+++ src/query.h Sat Jan 6 14:56:59 2001 -@@ -25,6 +25,7 @@ - #ifndef _DNSR_QUERY_H_ - #define _DNSR_QUERY_H_ - -+#include <sys/types.h> - #include <time.h> - #include <netinet/in.h> - diff -ruN dnrd.orig/files/patch-src-domnode.c dnrd/files/patch-src-domnode.c --- dnrd.orig/files/patch-src-domnode.c Thu Aug 12 09:07:49 2004 +++ dnrd/files/patch-src-domnode.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/domnode.c.orig Mon Jul 19 13:17:21 2004 -+++ src/domnode.c Wed Jul 28 22:28:52 2004 -@@ -26,6 +26,7 @@ - - #include <stdlib.h> - #include <string.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <arpa/inet.h> diff -ruN dnrd.orig/files/patch-src-relay.c dnrd/files/patch-src-relay.c --- dnrd.orig/files/patch-src-relay.c Thu Aug 12 09:07:49 2004 +++ dnrd/files/patch-src-relay.c Thu Jan 1 01:00:00 1970 @@ -1,16 +0,0 @@ ---- src/relay.c.orig Mon Jul 19 13:17:21 2004 -+++ src/relay.c Wed Jul 28 22:27:44 2004 -@@ -19,12 +19,12 @@ - */ - - #include <stdio.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <arpa/inet.h> - #include <errno.h> - #include <sys/time.h> --#include <sys/types.h> - #include <unistd.h> - #include <string.h> - --- dnrd-port.2.14.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408131317.i7DDHl6a004045>