Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2022 08:35:22 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 764dc7d876ba - 2022Q4 - dns/bind918: MFH: unbreak build with docs excluded
Message-ID:  <202210130835.29D8ZMl7088815@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by eugen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=764dc7d876ba5e40892cf153d500da30d45579f0

commit 764dc7d876ba5e40892cf153d500da30d45579f0
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2022-10-11 21:31:39 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2022-10-13 08:34:10 +0000

    dns/bind918: MFH: unbreak build with docs excluded
    
    This is correction after latest mat's change to make it really work.
    Default build unaffected, so PORTREVISON not bumped.
    
    PR:             262773
    Approved by:    mat (maintainer timeout, 2 weeks)
    Submitted by:   Michael Osipov
    Requested by:   many
    
    (cherry picked from commit d22c2932f114852aaaddd4f2f1492a8ba3e1218c)
---
 dns/bind918/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile
index d10cfb3c06df..cee1e2115379 100644
--- a/dns/bind918/Makefile
+++ b/dns/bind918/Makefile
@@ -178,7 +178,7 @@ BUILD_DEPENDS+=		cmocka>0:sysutils/cmocka
 .endif
 
 .if !${PORT_OPTIONS:MMANPAGES} && !${PORT_OPTIONS:MDOCS}
-CONFIGURE_ENV+=	ac_cv_path_SPHINX_BUILD=no
+CONFIGURE_ENV+=	ac_cv_path_SPHINX_BUILD=:
 .endif
 
 .include <bsd.port.pre.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210130835.29D8ZMl7088815>