aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2021-09-30 04:37:46 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2021-10-05 01:42:24 +0000
commit272477b09c9f9ef3e18250f14dd4dea1f90698fe (patch)
tree8b333b9de4e39a0f6a97ea52dc7c95cd048b2cdd
parent3446f8e9465020828efc6c01e4bbce1adf902228 (diff)
downloadports-272477b09c9f9ef3e18250f14dd4dea1f90698fe.tar.gz
ports-272477b09c9f9ef3e18250f14dd4dea1f90698fe.zip
devel/cmake: Revert "devel/cmake: fix build with python 3.10 as default"
This reverts commit 913219385dfdf72232e6beefe287377cfebdfb04. Previously build of cmake failed if 3.10 is default version of Python. And it was worked around by limiting the range of Python to 3.6-3.9. The source of the build error is runtime error of textproc/py-sphinx with Python 3.10. But it is already fixed and workaround isn't necessary any more. So revert the commit corresponding to it. PR: 258798 Approved by: adridg (kde@), ygy (mentor) MFH: 2021Q4 Differential Revision: https://reviews.freebsd.org/D32282
-rw-r--r--devel/cmake/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile
index 85be41cc8087..1a7938407e4c 100644
--- a/devel/cmake/Makefile
+++ b/devel/cmake/Makefile
@@ -35,9 +35,8 @@ OPTIONS_DEFINE= DOCS MANPAGES CPACK
OPTIONS_DEFAULT=MANPAGES
OPTIONS_SUB= yes
-MANPAGES_USES= python:3.6-3.9,env
-MANPAGES_BUILD_DEPENDS= sphinx-build-${PYTHON_VER}:textproc/py-sphinx@${PY_FLAVOR}
-MANPAGES_VARS= BINARY_ALIAS=sphinx-build=sphinx-build-${PYTHON_VER}
+MANPAGES_USES= python:env
+MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
MANPAGES_CONFIGURE_ON= --sphinx-man
CPACK_DESC= Enable FreeBSD generator in CPack (experimental)