Commit graph

8 commits

Author SHA1 Message Date
minskim
c1108e7f3b Make "install" a phony target, so that it works on a case-insensitive
file system.
2006-02-07 03:54:25 +00:00
minskim
c4161d0963 Do not define a variable in a header file included by multiple .c files.
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.
2006-02-07 03:48:43 +00:00
joerg
d085e9fd16 Fix GCC 3.4+: mismatch between prototype and declaration 2005-12-13 16:08:54 +00:00
tv
19aa3f4fa6 If poll(2) is missing, don't even contemplate using it.
Fixes build on Interix.
2005-03-12 06:05:33 +00:00
xtraeme
10b6e5216a Update adns to 1.1, provided by Min Sik Kim in PR pkg/24177.
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.
2004-01-22 12:20:33 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
atatat
a0454b1aa9 Include sys/types.h so that pid_t is a defined type for sys/select.h. 2002-06-07 17:48:38 +00:00
jlam
67a23f1ed6 Strongly buildlinkify and libtoolize (NetBSD's interesting contributions to
technical vocabulary).
2001-11-19 19:39:04 +00:00