aboutsummaryrefslogtreecommitdiff
path: root/lang/python310/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* lang/python310: Fix build WITH_DEBUGFukang Chen2021-08-191-1/+0
| | | | | | | | | | | | | | | | | | Python 3.10 [0] is using a value for "EXT_SUFFIX" that includes "SOABI" on FreeBSD, C extension module filenames are affected by this change [1]. The limited C API is now supported if Python is built in debug mode [2], removed %%NO_DEBUG%% from %%NO_DEBUG%%lib/python%%XYDOT%%/lib-dynload/xxlimited.cpython-%%XY%%.so [0]: https://github.com/python/cpython/commit/a44ce6c9f725d336aea51a946b42769f29fed613 [1]: https://github.com/python/cpython/blob/v3.10.0rc1/Lib/distutils/command/build_ext.py#L676-L684 [2]: https://github.com/python/cpython/commit/3359cab038968935b40344fad7c30d211f9692e4 PR: 256558 Approved by: koobs (python, maintainer) MFH: No (Port does not exist in quarterly)
* lang/python310: Use ECHO_CMD instead of ECHOPo-Chuan Hsieh2021-07-181-2/+2
|
* lang/python{38,39,310}: mark DEBUG option BROKEN (incorrect plist)Dmitry Marakasov2021-07-141-0/+1
| | | | | PR: 256558 Approved by: portmgr blanket
* lang/python310: add python 3.10.0.beta4Dmitry Marakasov2021-07-141-0/+159
PR: 256150 Approved by: maintainer timeout (python@, 1 month) Differential Revision: https://reviews.freebsd.org/D30475