git: 588a9dc7884f - main - dns/bind918: fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 09:50:58 UTC
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=588a9dc7884fb6750b28a54b02a8972b554ee366 commit 588a9dc7884fb6750b28a54b02a8972b554ee366 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2022-03-28 09:44:48 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2022-03-28 09:50:38 +0000 dns/bind918: fix build The ISC is doing new strange things in their Makefiles, so add back gmake to the dependency chain when building DOCS or MANPAGES. --- dns/bind918/Makefile | 3 ++- dns/bind918/pkg-plist | 15 +++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile index 3778ae838135..b3e042e24814 100644 --- a/dns/bind918/Makefile +++ b/dns/bind918/Makefile @@ -112,7 +112,7 @@ TCP_FASTOPEN_DESC= RFC 7413 support DOCS_ALL_TARGET= all html DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} -DOCS_USES= python:env +DOCS_USES= gmake python:env DNSTAP_CONFIGURE_ENABLE= dnstap DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ @@ -154,6 +154,7 @@ LMDB_CONFIGURE_WITH= lmdb=${LOCALBASE} LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +MANPAGES_USES= gmake OVERRIDECACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl diff --git a/dns/bind918/pkg-plist b/dns/bind918/pkg-plist index 25122ba923bb..4698d8936983 100644 --- a/dns/bind918/pkg-plist +++ b/dns/bind918/pkg-plist @@ -96,7 +96,6 @@ include/dns/soa.h include/dns/ssu.h include/dns/stats.h include/dns/time.h -include/dns/timer.h include/dns/tkey.h include/dns/transport.h include/dns/tsec.h @@ -245,19 +244,19 @@ include/ns/xfrout.h lib/bind/filter-a.so lib/bind/filter-aaaa.so lib/libbind9.so -lib/libbind9-9.18.0.so +lib/libbind9-9.18.1.so lib/libdns.so -lib/libdns-9.18.0.so +lib/libdns-9.18.1.so lib/libirs.so -lib/libirs-9.18.0.so +lib/libirs-9.18.1.so lib/libisc.so -lib/libisc-9.18.0.so +lib/libisc-9.18.1.so lib/libisccc.so -lib/libisccc-9.18.0.so +lib/libisccc-9.18.1.so lib/libisccfg.so -lib/libisccfg-9.18.0.so +lib/libisccfg-9.18.1.so lib/libns.so -lib/libns-9.18.0.so +lib/libns-9.18.1.so @comment man/man1/arpaname.1.gz @comment man/man1/delv.1.gz @comment man/man1/dig.1.gz