Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Sep 2014 01:55:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193433] x11-toolkits/gtk20: Makefile uses Python 2.7_2,2, causes openshot to fail with erroneous missing libmp3lame claim
Message-ID:  <bug-193433-13-UmStcb8Dgq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193433-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193433-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193433

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easy, needs-patch, needs-qa
           Priority|---                         |Normal
             Status|Needs Triage                |Open
                 CC|                            |python@FreeBSD.org
           Assignee|freebsd-ports-bugs@FreeBSD. |gnome@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193433-13-UmStcb8Dgq>