Summary: | dns/bind-tools: fails to build with MANPAGES=off | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Tomáš Čiernik <tomas> |
Component: | Individual Port(s) | Assignee: | Mathieu Arnold <mat> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | dym, majo-bugs.freebsd.org, michael.osipov, peter |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(mat) |
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Tomáš Čiernik
2023-03-17 13:32:43 UTC
Based on the information provided here: https://gitlab.isc.org/isc-projects/bind9/-/issues/3681#note_359741 This works for me in poudriere: root@deblndw011x:/var/poudriere/ports/default/dns/bind918 (2023Q1-custom *) # git diff -U0 diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile index 8d6ef6b2184d..83190f6c5ba7 100644 --- a/dns/bind918/Makefile +++ b/dns/bind918/Makefile @@ -180,4 +179,0 @@ BUILD_DEPENDS+= cmocka>0:sysutils/cmocka -.if !${PORT_OPTIONS:MMANPAGES} && !${PORT_OPTIONS:MDOCS} -CONFIGURE_ENV+= ac_cv_path_SPHINX_BUILD=: -.endif - This is required from 9.18.13. I didn't check 9.16. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0612249ceafda613efff5c03ab08cb4023fe4836 commit 0612249ceafda613efff5c03ab08cb4023fe4836 Author: Michael Osipov <michael.osipov@siemens.com> AuthorDate: 2023-03-21 11:47:25 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2023-03-21 11:52:02 +0000 dns/bind918: fix build without MANPAGES PR: 270286 270327 dns/bind918/Makefile | 4 ---- 1 file changed, 4 deletions(-) A commit in branch 2023Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0605565fdfda8d6841cc3b0a136309f6fe282544 commit 0605565fdfda8d6841cc3b0a136309f6fe282544 Author: Michael Osipov <michael.osipov@siemens.com> AuthorDate: 2023-03-21 11:47:25 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2023-03-21 12:04:43 +0000 dns/bind918: fix build without MANPAGES PR: 270286 270327 (cherry picked from commit 0612249ceafda613efff5c03ab08cb4023fe4836) dns/bind918/Makefile | 4 ---- 1 file changed, 4 deletions(-) |