diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-06-22 21:45:27 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-06-22 21:45:27 +0000 |
commit | 614bb0e759405cbc1b7a5f660118ee3a2b6cd01b (patch) | |
tree | 1e1f6c5a18ef5fe46b8a301d8b6fbc3d0d0c6138 /dns/bind8/files/patch-ab | |
parent | Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot. (diff) |
Upgrade to 8.3.2, the lastest release from ISC. Numerous bug fixes
include better EDNS support, the ability to turn EDNS probing off
on a per-server basis, better TSIG support, better handling
of IPv6, and various improvements to the CLI utilities like dig,
host, etc. For other improvements see the CHANGES file.
All users of BIND 8 are heavily encouraged to upgrade.
Changes to the port:
1. My patch for gid_t handling in 5.x was included in the base.
2. Make use of the new and improved MANPREFIX handling in bsd.port.mk.
3. If the user defines REPLACE_SYSTEM_BIND, we do just that.
Notes
Notes:
svn path=/head/; revision=61755
Diffstat (limited to 'dns/bind8/files/patch-ab')
-rw-r--r-- | dns/bind8/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind8/files/patch-ab b/dns/bind8/files/patch-ab index 2666baa8847c..5a7d1aba50c2 100644 --- a/dns/bind8/files/patch-ab +++ b/dns/bind8/files/patch-ab @@ -5,7 +5,7 @@ # specify the path of an NFS-mounted directory for common files. # -DESTDIR= -+DESTDIR= ${PREFIX} ++DESTDIR= ${MANPREFIX} # # Default location for manual section directories. |