Date: Sat, 20 Mar 2004 14:16:03 -0800 (PST) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/dns/bind8 Makefile ports/dns/bind84 Makefile Message-ID: <200403202216.i2KMG3ab051710@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2004/03/20 14:16:03 PST FreeBSD ports repository Modified files: dns/bind8 Makefile dns/bind84 Makefile Log: 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 Revision Changes Path 1.49 +23 -16 ports/dns/bind8/Makefile 1.7 +23 -16 ports/dns/bind84/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403202216.i2KMG3ab051710>