mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Changes: https://downloads.isc.org/isc/bind9/9.18.4/doc/arm/html/notes.html#notes-for-bind-9-18-4
28 lines
746 B
Text
28 lines
746 B
Text
Only select the "tools" part of bind for building.
|
|
|
|
--- Makefile.am.orig 2022-06-02 14:20:10 UTC
|
|
+++ Makefile.am
|
|
@@ -12,8 +12,6 @@ CLEANFILES = bind.keys.h
|
|
bind.keys.h: bind.keys Makefile
|
|
${PERL} ${top_srcdir}/util/bindkeys.pl ${top_srcdir}/bind.keys > $@
|
|
|
|
-dist_sysconf_DATA = bind.keys
|
|
-
|
|
.PHONY: doc
|
|
|
|
EXTRA_DIST = \
|
|
--- bin/Makefile.am.orig 2022-06-02 14:20:10 UTC
|
|
+++ bin/Makefile.am
|
|
@@ -1 +1 @@
|
|
-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins
|
|
+SUBDIRS = dig delv dnssec tools nsupdate
|
|
--- bin/tools/Makefile.am.orig 2022-06-02 14:20:10 UTC
|
|
+++ bin/tools/Makefile.am
|
|
@@ -11,7 +11,6 @@ LDADD += \
|
|
bin_PROGRAMS = \
|
|
arpaname \
|
|
mdig \
|
|
- named-journalprint \
|
|
named-rrchecker \
|
|
nsec3hash
|
|
|