https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252057

--- Comment #5 from Dima Panov <flu...@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.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to