ports/dns/bind916/files/extrapatch-bind-tools
Mathieu Arnold e84b73e5ff
dns/bind916: update to 9.16.25
Add back the Administrator Reference Manual in the DOCS option.

Changes:	https://downloads.isc.org/isc/bind9/9.16.25/doc/arm/html/notes.html#notes-for-bind-9-16-25
2022-02-10 16:35:27 +01:00

34 lines
890 B
Text

Only select the "tools" part of bind for building.
--- Makefile.in.orig 2022-01-12 13:50:10 UTC
+++ Makefile.in
@@ -19,7 +19,7 @@ W3M = @W3M@
VERSION=@BIND9_VERSION@
-SUBDIRS = make lib fuzz bin doc
+SUBDIRS = lib bin
TARGETS =
PREREQS = bind.keys.h
@@ -53,7 +53,6 @@ installdirs:
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${sysconfdir}
install:: installdirs
- ${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}
uninstall::
rm -f ${DESTDIR}${sysconfdir}/bind.keys
--- bin/Makefile.in.orig 2022-01-12 13:50:10 UTC
+++ bin/Makefile.in
@@ -13,8 +13,8 @@ srcdir = @srcdir@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen \
- @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ plugins tests
+SUBDIRS = dig delv dnssec tools nsupdate \
+ @NZD_TOOLS@ @PYTHON_TOOLS@
TARGETS =
@BIND9_MAKE_RULES@