[Bug 193433] x11-toolkits/gtk20: Makefile uses Python 2.7_2,2, causes openshot to fail with erroneous missing libmp3lame claim

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 8 01:55:19 UTC 2014


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

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easy, needs-patch, needs-qa
           Priority|---                         |Normal
             Status|Needs Triage                |Open
                 CC|                            |python at FreeBSD.org
           Assignee|freebsd-ports-bugs at FreeBSD. |gnome at FreeBSD.org
                   |org                         |
            Summary|gtk20 Makefile uses Python  |x11-toolkits/gtk20:
                   |2.7_2,2, causes openshot to |Makefile uses Python
                   |fail with erroneous missing |2.7_2,2, causes openshot to
                   |libmp3lame claim            |fail with erroneous missing
                   |                            |libmp3lame claim

--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
lang/python just provides symlinks to relevant binaries depending on the what
the default version of Python is for the system in question (DEFAULT_VERSIONS,
PYTHON_DEFAULT_VERSION) 

RUN_DEPENDS= python:${PORTSDIR}/lang/python

is likely better converted to USES=python[:<version>]

The value of version of course should consider gtk20's Python version
compatibility, and how the python interpreter is invoked via its scripts.

See PEP-394 for more information [1]

[1] http://legacy.python.org/dev/peps/pep-0394/

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list