[Bug 256558] lang/python3[89]: Fix build WITH_DEBUG

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 19 Aug 2021 16:09:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256558

--- Comment #14 from commit-hook@FreeBSD.org ---
A commit in branch 2021Q3 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=f8bdb024e18168f77fa63e2e59412906087846a9

commit f8bdb024e18168f77fa63e2e59412906087846a9
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:10:59 +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)

    (cherry picked from commit 350158a17ebb99b22cbb5098e8003ea14b548c72)

 lang/python38/pkg-plist | 140 +++++++++++++++++++++++------------------------
 lang/python39/pkg-plist | 142 ++++++++++++++++++++++++------------------------
 2 files changed, 141 insertions(+), 141 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.