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 ...
Doug Barton
dougb at FreeBSD.org
Fri Sep 24 11:42:06 PDT 2004
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
More information about the cvs-src
mailing list