Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-07 | Make "install" a phony target, so that it works on a case-insensitive | minskim | 1 | -0/+10 | |
file system. | |||||
2006-02-07 | Do not define a variable in a header file included by multiple .c files. | minskim | 1 | -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-13 | Fix GCC 3.4+: mismatch between prototype and declaration | joerg | 1 | -0/+13 | |
2005-03-12 | If poll(2) is missing, don't even contemplate using it. | tv | 2 | -0/+65 | |
Fixes build on Interix. | |||||
2004-01-22 | Update adns to 1.1, provided by Min Sik Kim in PR pkg/24177. | xtraeme | 1 | -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-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -1/+1 | |
buildlink2.mk files back into the main trunk. | |||||
2002-06-07 | Include sys/types.h so that pid_t is a defined type for sys/select.h. | atatat | 1 | -0/+16 | |
2001-11-19 | Strongly buildlinkify and libtoolize (NetBSD's interesting contributions to | jlam | 2 | -0/+74 | |
technical vocabulary). |