<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/bind/isccfg, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-09-30T17:23:45Z</updated>
<entry>
<title>Remove BIND.</title>
<updated>2013-09-30T17:23:45Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2013-09-30T17:23:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=56b72efe825d4190e0e2fdbc07ebb295cac299df'/>
<id>urn:sha1:56b72efe825d4190e0e2fdbc07ebb295cac299df</id>
<content type='text'>
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>Update bmake glue for the BIND 9.4.1 import.</title>
<updated>2007-06-02T23:19:58Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2007-06-02T23:19:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d6ceb6db22c215fe821c9a0e85205954d153c217'/>
<id>urn:sha1:d6ceb6db22c215fe821c9a0e85205954d153c217</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Reimplementation of world/kernel build options.  For details, see:</title>
<updated>2006-03-17T18:54:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-03-17T18:54:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1fe3dba5ce2826061f6489765be9b4a341736a9'/>
<id>urn:sha1:e1fe3dba5ce2826061f6489765be9b4a341736a9</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Finish the removal of threads support in ../config.mk,v 1.15.</title>
<updated>2005-11-07T15:22:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-07T15:22:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1e4146ce4bf592099de22122abd9c3da53bd5992'/>
<id>urn:sha1:1e4146ce4bf592099de22122abd9c3da53bd5992</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBS</title>
<updated>2004-09-24T18:42:05Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2004-09-24T18:42:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a2af6bc2597f41b8108f6add4e2a57eaa7482b35'/>
<id>urn:sha1:a2af6bc2597f41b8108f6add4e2a57eaa7482b35</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Don't expose BIND libraries and their headers to the public by default,</title>
<updated>2004-09-24T13:42:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-09-24T13:42:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=56216f685b9a1d374e63cb315b6fa427c0c29852'/>
<id>urn:sha1:56216f685b9a1d374e63cb315b6fa427c0c29852</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Clean up and comment config.mk.  Centralize more stuff.  Bitch if</title>
<updated>2004-09-22T12:13:58Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-09-22T12:13:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=11d9d041cf4420b02b7f18cece6478888e386b2e'/>
<id>urn:sha1:11d9d041cf4420b02b7f18cece6478888e386b2e</id>
<content type='text'>
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@
</content>
</entry>
<entry>
<title>Switch from BIND 8 to BIND 9.</title>
<updated>2004-09-21T19:01:48Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-09-21T19:01:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd3ee173f95b226e43b4637c7d66afac0fac26e0'/>
<id>urn:sha1:cd3ee173f95b226e43b4637c7d66afac0fac26e0</id>
<content type='text'>
Submitted by:	(in part) dougb@, trhodes@
Reviewed by:	dougb@, trhodes@, re@
MFC after:	5 days
</content>
</entry>
</feed>
