aboutsummaryrefslogtreecommitdiff
path: root/lib/bind/bind9
Commit message (Collapse)AuthorAgeFilesLines
* Remove BIND.Dag-Erling Smørgrav2013-09-301-31/+0
| | | | | | | Approved by: re (gjb) Notes: svn path=/head/; revision=255949
* Update bmake glue for the BIND 9.4.1 import.Doug Barton2007-06-021-0/+4
| | | | | | | | This includes a return to building with threads, since one of the major focuses of the 9.4.x branch is to improve thread performance. Notes: svn path=/head/; revision=170221
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* Finish the removal of threads support in ../config.mk,v 1.15.Ruslan Ermilov2005-11-071-3/+0
| | | | Notes: svn path=/head/; revision=152157
* Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBSDoug Barton2004-09-241-1/+1
| | | | | | | | | | | | 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-241-2/+5
| | | | | | | | | | | | | | | | | | 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
* Clean up and comment config.mk. Centralize more stuff. Bitch ifDag-Erling Smørgrav2004-09-221-2/+2
| | | | | | | | | | | 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-211-0/+25
Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days Notes: svn path=/head/; revision=135549