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

--- Comment #3 from Charlie Li <ml+free...@vishwin.info> ---
(In reply to Charlie Li from comment #2)
The offending line seems to be
https://svnweb.freebsd.org/ports/head/Mk/Uses/python.mk?view=markup#l621

The .cpython-%%PYTHON_SUFFIX%% bit is placed between opt-1 and .pyc (resulting
in opt1-cpython-%%PYTHON_SUFFIX%%.pyc), where instead should be before
opt-1.pyc. The stage process for this port results in the correct locations and
filenames, but the script that converts PYTHON_PYOEXTENSION for python >= 3.5
needs fixing. Unfortunately, my awk-fu is nearly nonexistent so it may take a
while for me to prepare a patch (if it ends up being the case).

-- 
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