mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
fb8c02569d
- Better handling of timeout (instead of a static value, start with five seconds and double it each retry) - Warnings are printed if you receive a different RR type than the one you asked for (for example when you ask for an A record and receive a CNAME) - Fixed problems when records received in the authority field are shorter than the domain the nameserver is authoritative for. - When compiled without IPv6 support on an IPv6 capable machine the machine tried to query the IPv6 translated IPv5 address anyway. - -C caches hosts which haven't answered too.
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# New ports collection makefile for: dnstracer
|
|
# Date created: 18 January 2002
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dnstracer
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= Trace a chain of DNS servers to the source
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
USE_GMAKE= yes
|
|
|
|
MAN8= dnstracer.8
|
|
PLIST_FILES= bin/dnstracer
|
|
|
|
.include <bsd.port.mk>
|