[Bug 196056] Wrong python interpreter set in Mk/Uses/shebangfix.mk

2016-05-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196056 Dmitry Marakasov changed: What|Removed |Added Resolution|--- |Overcome By Events

[Bug 196056] Wrong python interpreter set in Mk/Uses/shebangfix.mk

2014-12-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196056 --- Comment #2 from Marcus von Appen --- Possible solution(s): USES= python:2 sets python_CMD = ${LOCALBASE}/bin/python2 USES= python:3 sets python_CMD = ${LOCALBASE}/bin/python3 USES= python sets python_CMD = ${PYTHON

[Bug 196056] Wrong python interpreter set in Mk/Uses/shebangfix.mk

2014-12-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196056 Marcus von Appen changed: What|Removed |Added Assignee|pyt...@freebsd.org |m...@freebsd.org

[Bug 196056] Wrong python interpreter set in Mk/Uses/shebangfix.mk

2014-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196056 Kubilay Kocak changed: What|Removed |Added Status|New |Open CC|

[Bug 196056] Wrong python interpreter set in Mk/Uses/shebangfix.mk

2014-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196056 Baptiste Daroussin changed: What|Removed |Added CC||b...@freebsd.org As