ljdump-1.5 works correctly with /usr/local/bin/python2.7 but gives errors with /usr/local/bin/python3.6. Nevertheless, the port mechanics installs /usr/local/bin/ljdump to be run by /usr/local/bin/python3.6 which breaks everything. $ head -n1 /usr/local/bin/ljdump #!/usr/local/bin/python3.6 Need something like USE_PYTHON2 or whatever.
Created attachment 206276 [details] svn-diff-ljdump Only needs USES=python:2.7,run
Comment on attachment 206276 [details] svn-diff-ljdump Approved by: portmgr (unmaintained port) Pending QA
https://www.freshports.org/www/ljdump/ --> Runtime dependencies: python2.7 : lang/python27
testbuilds are fine
A commit references this bug: Author: pi Date: Sun Aug 11 17:40:25 UTC 2019 New revision: 508659 URL: https://svnweb.freebsd.org/changeset/ports/508659 Log: www/ljdump: force use of python 2.7 PR: 239643 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: Victor Sudakov <vas@mpeks.tomsk.su> MFH: 2019Q3 Changes: head/www/ljdump/Makefile
A commit references this bug: Author: pi Date: Mon Aug 12 10:57:20 UTC 2019 New revision: 508724 URL: https://svnweb.freebsd.org/changeset/ports/508724 Log: MFH: r508659 www/ljdump: force use of python 2.7 PR: 239643 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: Victor Sudakov <vas@mpeks.tomsk.su> Approved by: portmgr (miwi) Changes: _U branches/2019Q3/ branches/2019Q3/www/ljdump/Makefile
Committed, thanks!