K 10 svn:author V 5 dougb K 8 svn:date V 27 2004-03-20T22:16:03.000000Z K 7 svn:log V 757 Change the way PORT_REPLACES_BASE_BIND8 works by adding an explicit variable for replacing includes as well. Users who replaced the base BIND and then attempted to compile other software with -D_REENTRANT were having problems because netdb.h has a different definition for h_errno. The idea of replacing includes originated with users who wanted to compile apps against the libbind installed by the port, however those "power users" can either add the switch to replace includes, or modify their own includes slightly to use the "safe" location for the port include files (PREFIX/include/bind). The PR mentions the problem, along with a cast of thousands. :) Other tuneups for the port are just portlint appeasements. PR: ports/64449 Submitted by: eik END