Date: Wed, 23 Dec 2020 09:32:28 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 252057] lang/python38: 3.8.6_1 -> 3.8.7 strip issues Message-ID: <bug-252057-21822-OytFm2sbxP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252057-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-252057-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252057 --- Comment #5 from Dima Panov <fluffy@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252057-21822-OytFm2sbxP>
