[Bug 196617] dblatex can not be invoked
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 8 17:04:00 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196617
Bug ID: 196617
Summary: dblatex can not be invoked
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: holger at freyther.de
$ dblatex
env: python: No such file or directory
dblatex is a script and the shebang invokes python and not python2/python2.7.
The file could probably be patched through:
python_OLD_CMD= /usr/bin/env python
python_CMD= ${PYTHON_CMD}
SHEBANG_FILES= bin/dblatex
I am not sure if that is the right way to go.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list