Page MenuHomeFreeBSD

devel/cmake: Revert "devel/cmake: fix build with python 3.10 as default"
ClosedPublic

Authored by yasu on Oct 4 2021, 12:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 18 2024, 8:23 AM
Unknown Object (File)
Jan 12 2024, 9:40 PM
Unknown Object (File)
Dec 23 2023, 11:11 PM
Unknown Object (File)
Dec 20 2023, 2:49 AM
Unknown Object (File)
Nov 19 2023, 9:31 AM
Unknown Object (File)
Nov 10 2023, 3:35 PM
Unknown Object (File)
Oct 24 2023, 4:04 PM
Unknown Object (File)
Oct 15 2023, 7:24 AM
Subscribers

Details

Summary

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@), meta (mentor), ygy (mentor)
MFH: 2021Q4

Test Plan

Build succeeds with 13.0-RELEASE amd64

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable