- Update to 2.14.1

PR:		ports/70404
Submitted by:	Natanael Copa <ncopa@users.sourceforge.net>
This commit is contained in:
Pav Lucistnik 2004-08-13 17:59:12 +00:00
parent 48af6951c8
commit 86f163f8e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116138
7 changed files with 3 additions and 61 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= dnrd
PORTVERSION= 2.14
PORTVERSION= 2.14.1
CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dnrd

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>