summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-07-16 11:20:54 +0000
committerdougb <dougb@FreeBSD.org>2011-07-16 11:20:54 +0000
commit264979c9d1dc6f5cacff8dc9ec89d787dfa80612 (patch)
tree3215a62144f0dff34bb0f666e3526778f7f62937 /share/doc
parentf4894c219c9f0fee1e1d5d793748161bba7d4111 (diff)
downloadFreeBSD-src-264979c9d1dc6f5cacff8dc9ec89d787dfa80612.zip
FreeBSD-src-264979c9d1dc6f5cacff8dc9ec89d787dfa80612.tar.gz
bmake and other updates necessary for the BIND 9.8.x upgrade.
This includes a structural change regarding atomic ops. Previously they were enabled on all platforms unless we had knowledge that they did not work. However both work performed by marius@ on sparc64 and the fact that the 9.8.x branch is fussier in this area has demonstrated that this is not a safe approach. So I've modified a patch provided by marius to enable them for i386, amd64, and ia64 only.
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/bind9/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/share/doc/bind9/Makefile b/share/doc/bind9/Makefile
index 04b5708..4d38b11 100644
--- a/share/doc/bind9/Makefile
+++ b/share/doc/bind9/Makefile
@@ -8,17 +8,20 @@ SRCDIR= ${BIND_DIR}/doc
NO_OBJ=
FILESGROUPS= TOP ARM MISC
-TOP= CHANGES COPYRIGHT FAQ KNOWN-DEFECTS NSEC3-NOTES README \
- README.idnkit README.pkcs11
+TOP= CHANGES COPYRIGHT FAQ HISTORY README
TOPDIR= ${DOCDIR}/bind9
ARM= Bv9ARM.ch01.html Bv9ARM.ch02.html Bv9ARM.ch03.html \
Bv9ARM.ch04.html Bv9ARM.ch05.html Bv9ARM.ch06.html \
Bv9ARM.ch07.html Bv9ARM.ch08.html Bv9ARM.ch09.html \
- Bv9ARM.ch10.html Bv9ARM.html man.dig.html \
+ Bv9ARM.ch10.html Bv9ARM.html \
+ man.arpaname.html man.ddns-confgen.html man.dig.html \
man.dnssec-dsfromkey.html man.dnssec-keyfromlabel.html \
- man.dnssec-keygen.html man.dnssec-signzone.html man.host.html \
+ man.dnssec-keygen.html man.dnssec-revoke.html \
+ man.dnssec-settime.html man.dnssec-signzone.html \
+ man.genrandom.html man.host.html man.isc-hmac-fixup.html \
man.named-checkconf.html man.named-checkzone.html \
- man.named.html man.nsupdate.html \
+ man.named-journalprint.html man.named.html \
+ man.nsec3hash.html man.nsupdate.html \
man.rndc-confgen.html man.rndc.conf.html man.rndc.html
ARMDIR= ${TOPDIR}/arm
MISC= dnssec format-options.pl ipv6 migration migration-4to9 \
OpenPOWER on IntegriCloud