Date: Thu, 31 Oct 2002 10:58:03 +0800 (WST) From: Dean Hollister <dean@odyssey.apana.org.au> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44770: Upgraded Port: net/firedns - New version available Message-ID: <200210310258.KAA86068@mail.wa.apana.org.au>
next in thread | raw e-mail | index | archive | help
>Number: 44770 >Category: ports >Synopsis: Upgraded Port: net/firedns - New version available >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 19:00:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dean Hollister >Release: FreeBSD 4.7-STABLE i386 >Organization: Australian Public Access Network Association Inc >Environment: System: FreeBSD odyssey.apana.org.au 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 28 19:31:16 WST 2002 root@odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386 >Description: Upgraded Port: net/firedns - New version 0.1.30 available. >How-To-Repeat: >Fix: diff -ruN firedns.old/Makefile firedns/Makefile --- firedns.old/Makefile Thu Oct 31 09:42:28 2002 +++ firedns/Makefile Thu Oct 31 10:47:58 2002 @@ -6,8 +6,8 @@ # PORTNAME= firedns -PORTVERSION= 0.1.29 -CATEGORIES= net +PORTVERSION= 0.1.30 +CATEGORIES= net devel MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ @@ -16,6 +16,7 @@ MAINTAINER= dean@odyssey.apana.org.au +LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring HAS_CONFIGURE= yes @@ -24,9 +25,9 @@ MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \ firedns_getip4.3 firedns_getip6.3 firedns_getmx.3 \ firedns_getname4.3 firedns_getname6.3 \ - firedns_getresult.3 firedns_gettxt.3 \ - firedns_ntoa4.3 firedns_ntoa6.3 firedns_resolveip4.3 \ - firedns_resolveip6.3 firedns_resolvemx.3 \ + firedns_getresult.3 firedns_gettxt.3 firedns_ntoa4.3 \ + firedns_ntoa6.3 firedns_resolveip4.3 \ + firedns_resolveip6.3 firedns_resolvemx.3 \ firedns_resolvename4.3 firedns_resolvename6.3 \ firedns_resolvetxt.3 libfiredns.3 diff -ruN firedns.old/distinfo firedns/distinfo --- firedns.old/distinfo Tue Oct 15 22:39:10 2002 +++ firedns/distinfo Thu Oct 31 09:44:53 2002 @@ -1 +1 @@ -MD5 (firedns-0.1.29.tar.gz) = 66b755377a04af143e7ced0e5c4cfd0d +MD5 (firedns-0.1.30.tar.gz) = 0e18e14615036555183ee01b43fffd3c diff -ruN firedns.old/files/patch-configure firedns/files/patch-configure --- firedns.old/files/patch-configure Tue Oct 15 22:39:10 2002 +++ firedns/files/patch-configure Thu Oct 31 10:31:54 2002 @@ -1,6 +1,11 @@ ---- configure.orig Sun Sep 1 05:15:24 2002 -+++ configure Tue Oct 15 16:39:59 2002 -@@ -538,29 +538,29 @@ +--- configure.orig Thu Oct 31 09:47:26 2002 ++++ configure Thu Oct 31 10:30:36 2002 +@@ -534,33 +534,33 @@ + + $ECHO -n " adding rule to install binaries..." + $ECHO "install-binaries: $BINARIES" >> Makefile +-$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(BINDIR)" >> Makefile ++$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(PREFIX)/bin" >> Makefile $ECHO "done" for BINARY in $BINARIES; do $ECHO -n " adding rule to install binary $BINARY..." diff -ruN firedns.old/files/patch-firemake.libs firedns/files/patch-firemake.libs --- firedns.old/files/patch-firemake.libs Thu Jan 1 08:00:00 1970 +++ firedns/files/patch-firemake.libs Thu Oct 31 10:32:14 2002 @@ -0,0 +1,5 @@ +--- firemake.libs.orig Thu Oct 31 10:16:11 2002 ++++ firemake.libs Thu Oct 31 10:22:35 2002 +@@ -1 +1 @@ +--lfirestring -lpthread ++-lfirestring -llthread diff -ruN firedns.old/pkg-comment firedns/pkg-comment --- firedns.old/pkg-comment Fri May 31 01:11:21 2002 +++ firedns/pkg-comment Thu Oct 31 10:39:57 2002 @@ -1 +1 @@ -Library for handling asynchronous DNS requests +A C library for handling asynchronous DNS queries diff -ruN firedns.old/pkg-descr firedns/pkg-descr --- firedns.old/pkg-descr Fri May 31 01:11:21 2002 +++ firedns/pkg-descr Thu Oct 31 10:43:33 2002 @@ -1,13 +1,13 @@ From libfiredns(3): -libfiredns is a library for handling asynchronous DNS +"libfiredns is a library for handling asynchronous DNS requests. It provides a very simple interface for sending requests and parsing reponses, as well as low-timeout blocking functions. It can also be compiled to override the BIND/LIBC functions with its alternative implementations. libfiredns functions have much lower timeouts than the stock functions and tend to be faster because they send requests -to all configured system nameservers at the same time. +to all configured system nameservers at the same time." WWW: http://ares.penguinhosting.net/~ian/ diff -ruN firedns.old/pkg-plist firedns/pkg-plist --- firedns.old/pkg-plist Thu Oct 31 10:49:01 2002 +++ firedns/pkg-plist Thu Oct 31 10:26:42 2002 @@ -2,3 +2,6 @@ lib/libfiredns.so lib/libfiredns.so.0 lib/libfiredns.a +bin/fdnsip +bin/fdnstxt +bin/fdnsname >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210310258.KAA86068>