Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2026 14:26:49 +0000
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fd17aca89d22 - main - devel/shiboken6: Pass BINARY_ALIAS for Sphix only if DOCS enabled
Message-ID:  <6a0b21a9.3d4e1.e7f3012@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

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

commit fd17aca89d229704fb8e8cd25e2316de2c822b7c
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-05-18 14:20:36 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-05-18 14:24:56 +0000

    devel/shiboken6: Pass BINARY_ALIAS for Sphix only if DOCS enabled
    
    ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0
    ===>  Missing "sphinx-build-3.11" to create a binary alias at "/wrkdirs/usr/ports/devel/shiboken6/work-py311/.bin/sphinx-build"
    *** Error code 1
    Stop.
    
    Fixes:  2bf3834a197ccf8956332378eda8dd7577965246
---
 devel/shiboken6/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/shiboken6/Makefile b/devel/shiboken6/Makefile
index 3cbb06288a22..3b02939103a0 100644
--- a/devel/shiboken6/Makefile
+++ b/devel/shiboken6/Makefile
@@ -30,7 +30,6 @@ CMAKE_ARGS=	-DClang_DIR:PATH="${LLVM_PREFIX}/lib/cmake/clang" \
 		-DBUILD_TESTS:BOOL=false
 CONFIGURE_ENV=	LLVM_INSTALL_DIR="${LLVM_PREFIX}/lib/cmake/llvm"
 
-BINARY_ALIAS=	sphinx-build=sphinx-build-${PYTHON_VER}
 
 WRKSRC_SUBDIR=	sources/shiboken6
 PLIST_SUB=	PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER} \
@@ -45,6 +44,7 @@ DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR}
 			${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}sphinx-copybutton>0:textproc/py-sphinx-copybutton@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}sphinx-design>0:textproc/py-sphinx-design@${PY_FLAVOR}
+DOCS_BINARY_ALIAS=	sphinx-build=sphinx-build-${PYTHON_VER}
 DOCS_ALL_TARGET=	all doc
 DOCS_PORTDOCS=		*
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0b21a9.3d4e1.e7f3012>