[Bug 252057] lang/python38: 3.8.6_1 -> 3.8.7 strip issues
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Dec 23 09:32:29 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252057
--- Comment #5 from Dima Panov <fluffy at FreeBSD.org> ---
Now we have only two ways to implement.
Way #1 (bad): patch py38 to revert build scheme from .${SOABI}${SHLIB_SUFFIX}
to .${SHLIB_SUFFIX} (old way, none of python consumers needs to ajusted)
Way #2 (Right Way™): patch all python3[679] to apply new build scheme (till it
will be released oficially), patch Uses/python.mk to subst EXT_SUFFIX for plist
AND fix all ports which build shared python library in portstree due to
hardcoded paths and names in build/strip procedures and plists
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list