bug in asciidoc port?

Joerg van den Hoff j.van_den_hoff at fzd.de
Wed Feb 18 07:51:01 PST 2009


hi there,

I recently installed the `asciidoc` port (MacOS 10.4.11) and
I noted that the first line in the python source of `asciidoc`
reads:

#!/usr/bin/env python

which finds the system's python binary in /usr/bin. at least
for me this is version 2.3.5 but, `asciidoc' needs the macports
provided python2.5. so the first line should read

#!/usr/bin/env python2.5

or probably even better specify directly the path to the
correct python executable.

I presume...

regards,

joerg



More information about the macports-users mailing list