[Bug 256558] lang/python3[89]: Fix build WITH_DEBUG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Aug 2021 15:02:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256558 --- Comment #12 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=350158a17ebb99b22cbb5098e8003ea14b548c72 commit 350158a17ebb99b22cbb5098e8003ea14b548c72 Author: Fukang Chen <loader@FreeBSD.org> AuthorDate: 2021-08-19 12:30:32 +0000 Commit: Fukang Chen <loader@FreeBSD.org> CommitDate: 2021-08-19 15:00:36 +0000 lang/python3[89]: Fix build WITH_DEBUG Python 3.8 [0] and 3.9 [1] are using a value for "EXT_SUFFIX" that includes "SOABI" on FreeBSD, C extension module filenames are affected by this change [2]. [0]: https://github.com/python/cpython/commit/b01091a3e71e6636d2df4db45920e820cdf7df3b [1]: https://github.com/python/cpython/commit/4b155967b3e743cbdc31600f13f1bfcf07f7b6ce [2]: https://github.com/python/cpython/blob/v3.8.11/Lib/distutils/command/build_ext.py#L675-683 PR: 256558 Approved by: koobs (python, maintainer) MFH: 2020Q3 (blanket: bug & regression fix) lang/python38/Makefile | 1 - lang/python38/pkg-plist | 140 +++++++++++++++++++++++------------------------ lang/python39/Makefile | 1 - lang/python39/pkg-plist | 142 ++++++++++++++++++++++++------------------------ 4 files changed, 141 insertions(+), 143 deletions(-) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.