#14476 closed defect (fixed)
asciidoc uses wrong Python binary
Reported by: | michel.sylvan@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | asciidoc | Cc: | boeyms@…, openmaintainer@… |
Port: |
Description
asciidoc-8.2.5_0 depends_run on python2.4 but its main script is patched in MacPorts to use /opt/local/bin/python rather than /opt/local/bin/python2.4.
Attachments (1)
Change History (3)
Changed 17 years ago by michel.sylvan@…
Attachment: | asciidoc-Portfile.patch added |
---|
comment:1 Changed 17 years ago by afb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
"${prefix}/bin/python" used to be a symlink to python2.4 but was deleted with python_select...
Fixed, r34511
Note: See
TracTickets for help on using
tickets.
Portfile patch to use correct python interpreter