Date: Thu, 08 Jan 2026 19:31:02 +0000 From: Alan Somers <asomers@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7be1ca542e07 - main - shells/fish: fix the build with DOCS=OFF after 4.3.3 Message-ID: <696005f6.3e0b0.9043064@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/ports/commit/?id=7be1ca542e0714b1c1ac79ccc437e3326814213b commit 7be1ca542e0714b1c1ac79ccc437e3326814213b Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2026-01-08 18:30:08 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2026-01-08 19:30:48 +0000 shells/fish: fix the build with DOCS=OFF after 4.3.3 PR: 292281 Reported by: lysfjord.daniel@smokepit.net Fixes: 2eb57252799 shells/fish: 4.3.3 --- shells/fish/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 797665f60901..9afaa8012500 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -34,9 +34,9 @@ OPTIONS_DEFINE= DOCS MANPAGES NLS OPTIONS_DEFAULT= MANPAGES NLS OPTIONS_SUB= yes -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR} -DOCS_CMAKE_BOOL= WITH_DOCS -DOCS_VARS= MAKE_JOBS_UNSAFE=yes +MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR} +MANPAGES_CMAKE_BOOL= WITH_DOCS +MANPAGES_VARS= MAKE_JOBS_UNSAFE=yes NLS_USES= gettext NLS_CMAKE_BOOL= WITH_GETTEXThelp
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696005f6.3e0b0.9043064>
