git: 678050c8ce94 - main - science/scidavis: makr broken with PYTHON option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Oct 2024 12:26:24 UTC
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=678050c8ce94556ed2d2415c261636fe34934669 commit 678050c8ce94556ed2d2415c261636fe34934669 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2024-10-24 12:26:07 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2024-10-24 12:26:07 +0000 science/scidavis: makr broken with PYTHON option Temporary disable PYTHON option. --- science/scidavis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/scidavis/Makefile b/science/scidavis/Makefile index 71db6fa509fb..e52ac567f7c7 100644 --- a/science/scidavis/Makefile +++ b/science/scidavis/Makefile @@ -32,7 +32,6 @@ CMAKE_OFF= DOWNLOAD_LINKS \ PORTSCOUT= skipv:qtiplot OPTIONS_DEFINE= DOCS NLS PYTHON -OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes PYTHON_DESC= Python scripting support @@ -42,6 +41,7 @@ PYTHON_USE= PYQT=pyqt5,sip:build PYTHON_CMAKE_ON= -DPython3_EXECUTABLE=${PYTHON_CMD} \ -DSCRIPTING_PYTHON=True PYTHON_CMAKE_OFF= -DSCRIPTING_PYTHON=False +PYTHON_BROKEN= fails to build with Python support post-install-PYTHON-on: ${MV} ${STAGEDIR}${PREFIX}/etc/scidavisrc.py \