aboutsummaryrefslogtreecommitdiff
path: root/lib/bind
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate for 9.3.1Doug Barton2005-03-175-6/+12
| | | | Notes: svn path=/head/; revision=143737
* bmake changes to handle the move of dns/sec and related filesDoug Barton2005-03-172-17/+17
| | | | Notes: svn path=/head/; revision=143736
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139115
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-2/+2
| | | | Notes: svn path=/head/; revision=139113
* NOLIBC_R -> NO_LIBC_RRuslan Ermilov2004-12-211-4/+4
| | | | | | | | NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR Notes: svn path=/head/; revision=139104
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136911
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Fix up the man file installation for the new BIND 9 sources:Doug Barton2004-09-261-1/+76
| | | | | | | | | | | 1. Install man files and links for the lwres library. 2. Fix the path in various files to say /etc/namedb/ instead of just /etc. 3. Correctly install the conf file man pages for named and rndc. Notes: svn path=/head/; revision=135806
* Ruslan has educated me both on the wisdom of why this approach isDoug Barton2004-09-241-9/+6
| | | | | | | | | better than mine, and why to wait for review. Submitted by: ru Notes: svn path=/head/; revision=135767
* Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBSDoug Barton2004-09-248-10/+18
| | | | | | | | | | | | to match how similar syntax is used in the ports system. Thanks to kris for pointing out my mistake here. Install the lwres library unless the user defines NO_BIND, or the new knob, NO_BIND_LIBS_LWRES. There is at least one potential customer for this library in the wings. Thanks to nectar for the reminder. Notes: svn path=/head/; revision=135752
* Don't expose BIND libraries and their headers to the public by default,Ruslan Ermilov2004-09-248-18/+69
| | | | | | | | | | | | | | | | | | but have a knob (WANT_BIND_LIBS) to build and install them in /usr/lib and /usr/include. Rumors are that this may be useful at a later point, let's see. What this really means is that all BIND libraries are now internal to buildworld (by default, unless WANT_BIND_LIBS is defined), and linked statically into various BIND executables. While here, removed redundant -I's from CFLAGS in lib/bind makefiles. Sponsored by: des OK'ed by: dougb Notes: svn path=/head/; revision=135739
* Instead of hardcoding the BIND version, deduce it from ${BIND_DIR}/version.Dag-Erling Smørgrav2004-09-231-1/+5
| | | | Notes: svn path=/head/; revision=135607
* libpthread is always libpthread, even when it's libc_r.Dag-Erling Smørgrav2004-09-231-1/+1
| | | | | | | Reminded by: ru@ Notes: svn path=/head/; revision=135606
* Bump version number after vendor import of 9.3.0.Dag-Erling Smørgrav2004-09-231-2/+2
| | | | Notes: svn path=/head/; revision=135604
* LOCALSTATEDIR should be /var, since the BIND 9 source appendsDoug Barton2004-09-231-1/+1
| | | | | | | things like "run/named.pid" to it. Notes: svn path=/head/; revision=135592
* Always link with -lpthread, not -lc_r, because platforms that don't haveDag-Erling Smørgrav2004-09-221-6/+5
| | | | | | | | | | full KSE support still have -lpthread as an alias for -lc_r. The only thing that's different is the name of the knob that turns it off. Pointed out by: ru@ Notes: svn path=/head/; revision=135572
* Clean up and comment config.mk. Centralize more stuff. Bitch ifDag-Erling Smørgrav2004-09-228-35/+60
| | | | | | | | | | | POSIX threads libraries are not available. Add crypto support if the crypto libraries are available. Build dnssec-{keygen,signzone} if crypto is available. Submitted by: (in part) dougb@ Notes: svn path=/head/; revision=135569
* Switch from BIND 8 to BIND 9.Dag-Erling Smørgrav2004-09-2120-0/+5778
Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days Notes: svn path=/head/; revision=135549