[Bug 195235] sysutils/py-salt: Requires lsof as a dependency

2014-12-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195235 Kubilay Kocak ko...@freebsd.org changed: What|Removed |Added Assignee|freebsd-ports-bugs@FreeBSD.

[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 m...@freebsd.org changed: What|Removed |Added Assignee|pyt...@freebsd.org

[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 m...@freebsd.org --- Possible solution(s): USES= python:2 sets python_CMD = ${LOCALBASE}/bin/python2 USES= python:3 sets python_CMD = ${LOCALBASE}/bin/python3 USES= python sets