summaryrefslogtreecommitdiff
path: root/net/adns/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-02-07Make "install" a phony target, so that it works on a case-insensitiveminskim1-0/+10
file system.
2006-02-07Do not define a variable in a header file included by multiple .c files.minskim1-0/+13
This makes the package build on Darwin. Patch from DarwinPorts. The modified header file is used internally, and never installed. So no visible changes to dependent packages.
2005-12-13Fix GCC 3.4+: mismatch between prototype and declarationjoerg1-0/+13
2005-03-12If poll(2) is missing, don't even contemplate using it.tv2-0/+65
Fixes build on Interix.
2004-01-22Update adns to 1.1, provided by Min Sik Kim in PR pkg/24177.xtraeme1-16/+0
Changes: Major bugfixes: * Do not spin if connect() fails immediately (!) * Stop searching on a CNAME (even if it's broken). * When search list runs out, _qf_owner sets owner to query domain. * Fix bogus multiple updates to p in transmit.c (!) Portability improvements: * Fix up spurious #undef's in hredirect.h. * Don't use <sys/select.h> any more, it was a mistake made in pre-1.0 (and there doesn't seem to be much explanation why). * Understand and sort of check OpenBSD `lookup' resolv.conf directive. * #include <stdlib.h> in internal.h (for abort etc). * Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD 4.6). Cosmetic and documentation improvements: * Added wishlist entry re configurable port no. * Problem with SERVFAIL in TODO. * README.html: mentioned Jarle Aase's Windows port, and other fixes. * Some better source code formatting/wrapping.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-06-07Include sys/types.h so that pid_t is a defined type for sys/select.h.atatat1-0/+16
2001-11-19Strongly buildlinkify and libtoolize (NetBSD's interesting contributions tojlam2-0/+74
technical vocabulary).