summaryrefslogtreecommitdiffstats
path: root/lib/bind/lwres
Commit message (Collapse)AuthorAgeFilesLines
* One more glue update for BIND 9.4.2dougb2007-12-021-0/+1
|
* Update glue for BIND 9.4.2dougb2007-12-021-0/+2
|
* Update generated files for BIND 9.4.1dougb2007-06-022-3/+14
|
* Update bmake glue for the BIND 9.4.1 import.dougb2007-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.
* Changes to generated files related to the 9.3.3 import.dougb2006-12-101-2/+2
|
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-3/+5
| | | | | | | | 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)
* Updated versions of header files generated per the instructionsdougb2005-12-291-1/+11
| | | | in src/contrib/bind9/FREEBSD-Upgrade for the 9.2.3 import
* Finish the removal of threads support in ../config.mk,v 1.15.ru2005-11-071-3/+0
|
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Fix up the man file installation for the new BIND 9 sources:dougb2004-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.
* Ruslan has educated me both on the wisdom of why this approach isdougb2004-09-241-9/+6
| | | | | | better than mine, and why to wait for review. Submitted by: ru
* Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBSdougb2004-09-241-1/+9
| | | | | | | | | 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.
* Don't expose BIND libraries and their headers to the public by default,ru2004-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
* Clean up and comment config.mk. Centralize more stuff. Bitch ifdes2004-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@
* Switch from BIND 8 to BIND 9.des2004-09-213-0/+663
Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days
OpenPOWER on IntegriCloud