summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/FREEBSD-Upgrade
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2005-07-25 17:14:00 +0000
committerdes <des@FreeBSD.org>2005-07-25 17:14:00 +0000
commit514635c5be51b11b956ee0305dcbc668dec614bb (patch)
tree95ad49521a46cfdba41da2634c287b4f4c0573a7 /contrib/bind9/FREEBSD-Upgrade
parent627296e11d48991f16f6ba53a71b7a65f55e3827 (diff)
downloadFreeBSD-src-514635c5be51b11b956ee0305dcbc668dec614bb.zip
FreeBSD-src-514635c5be51b11b956ee0305dcbc668dec614bb.tar.gz
Update (correct autotools usage, copy generated headers, --disable-threads)
Diffstat (limited to 'contrib/bind9/FREEBSD-Upgrade')
-rw-r--r--contrib/bind9/FREEBSD-Upgrade24
1 files changed, 18 insertions, 6 deletions
diff --git a/contrib/bind9/FREEBSD-Upgrade b/contrib/bind9/FREEBSD-Upgrade
index 04d1de1..456df7f 100644
--- a/contrib/bind9/FREEBSD-Upgrade
+++ b/contrib/bind9/FREEBSD-Upgrade
@@ -43,11 +43,12 @@
7) Generate and run configure:
- $ autoconf253
- $ autoheader253
+ $ aclocal
+ $ autoheader
+ $ autoconf
$ ./configure --prefix=/usr \
--infodir=/usr/share/info --mandir=/usr/share/man \
- --enable-threads --enable-libbind --disable-ipv6 \
+ --disable-threads --enable-libbind --disable-ipv6 \
--enable-getifaddrs --disable-linux-caps \
--with-openssl=/usr --with-randomdev=/dev/random
@@ -55,9 +56,20 @@
command line; src/lib/bind/config.mk will re-enable it at compile
time if NO_INET6 is not defined.
-8) Copy the resulting config.h to src/lib/bind, add an RCS id tag and
- commit it. Do not commit any other file that was modified or
- created in steps 6) or 7).
+8) Copy the following generated files to src/lib/bind and commit them:
+
+ Path in src/contrib/bind9 Path in src/lib/bind
+ ------------------------------------------------------------
+ config.h config.h
+ lib/bind/config.h bind/config.h
+ lib/bind/port_after.h bind/port_after.h
+ lib/bind/port_before.h bind/port_before.h
+ lib/isc/include/isc/platform.h isc/isc/platform.h
+ lib/lwres/include/lwres/netdb.h lwres/lwres/netdb.h
+ lib/lwres/include/lwres/platform.h lwres/lwres/platform.h
+
+ Do not commit any other file that was modified or created in
+ steps 6) or 7).
9) cd src/lib/bind/dns && make -DMAINTAINER_MODE generate && rm gen
Commit the new versions of the files generated.
OpenPOWER on IntegriCloud