Date: Fri, 24 Sep 2004 18:42:05 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/bind config.mk src/lib/bind/bind Makefile src/lib/bind/bind9 Makefile src/lib/bind/dns Makefile src/lib/bind/isc Makefile src/lib/bind/isccc Makefile src/lib/bind/isccfg Makefile src/lib/bind/lwres Makefile ... Message-ID: <200409241842.i8OIg529047210@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2004-09-24 18:42:05 UTC
FreeBSD src repository
Modified files:
lib/bind config.mk
lib/bind/bind Makefile
lib/bind/bind9 Makefile
lib/bind/dns Makefile
lib/bind/isc Makefile
lib/bind/isccc Makefile
lib/bind/isccfg Makefile
lib/bind/lwres Makefile
share/examples/etc make.conf
share/man/man5 make.conf.5
share/mk bsd.libnames.mk
Log:
Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBS
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.
Revision Changes Path
1.4 +1 -1 src/lib/bind/bind/Makefile
1.4 +1 -1 src/lib/bind/bind9/Makefile
1.9 +3 -3 src/lib/bind/config.mk
1.4 +1 -1 src/lib/bind/dns/Makefile
1.4 +1 -1 src/lib/bind/isc/Makefile
1.4 +1 -1 src/lib/bind/isccc/Makefile
1.4 +1 -1 src/lib/bind/isccfg/Makefile
1.4 +9 -1 src/lib/bind/lwres/Makefile
1.233 +3 -2 src/share/examples/etc/make.conf
1.94 +6 -1 src/share/man/man5/make.conf.5
1.89 +3 -3 src/share/mk/bsd.libnames.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409241842.i8OIg529047210>
