diff options
author | dougb <dougb@FreeBSD.org> | 2009-12-11 04:14:44 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-12-11 04:14:44 +0000 |
commit | 146495b70a1336e9f03dd144cc0b656c5024166b (patch) | |
tree | 5a3332b1ca0bd4914a0876b7f08738232c030ccb | |
parent | 2478455da9828632def98db40b50d3f74d3fc3d2 (diff) | |
download | FreeBSD-src-146495b70a1336e9f03dd144cc0b656c5024166b.zip FreeBSD-src-146495b70a1336e9f03dd144cc0b656c5024166b.tar.gz |
Update these files to match current reality.
BIND 9.6 has diverged sufficiently from 9.4 to warrant slightly different
procedures, so stop pretending that they are interchangable.
-rw-r--r-- | FREEBSD-Upgrade | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/FREEBSD-Upgrade b/FREEBSD-Upgrade index 1da0e8c..d393780 100644 --- a/FREEBSD-Upgrade +++ b/FREEBSD-Upgrade @@ -9,9 +9,6 @@ svn co $REPO/vendor/bind9/dist - NOTE: For RELENG_6 (BIND 9.3.x) s/dist/dist-9.3/ throughout this file - For RELENG_7 (BIND 9.4.x) s/dist/dist-9.4/ throughout this file - 3) Unpack the tarball in a suitable directory: tar zxvf bind-9.<x.y>.tar.gz -X dist/FREEBSD-Xlist @@ -51,7 +48,7 @@ NOTE: You may need 2 copies of head/contrib/bind9 at this point, one to do the work in steps 9 and 10 below, and a clean - version to commit in step 13. + version to commit in step 16. 9) Remove any references to the {bin,lib}/tests and docutil directories from the configure and Makefile templates: @@ -125,11 +122,11 @@ Makefile. Please strive to keep those lists in the same order and with line breaks in the same places to ease future comparisons. -A) Build and test. +14) Build and test. -B) Lather, rinse, repeat. +15) Lather, rinse, repeat. -C) Commit when everything builds cleanly and works properly. +16) Commit when everything builds cleanly and works properly. -- des@FreeBSD.org -- dougb@FreeBSD.org |