[Bug 231824] devel/glib20: Fails to package with DEFAULT_VERSIONS=python=3.7
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 1 03:24:00 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231824
--- Comment #3 from Charlie Li <ml+freebsd at 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 the assignee for the bug.
More information about the freebsd-gnome
mailing list