Date: Sat, 09 Mar 2019 12:40:38 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 236420] net/cgit has an error in the file /usr/local/lib/cgit/filters/syntax-highlighting.py - wrong shebang Message-ID: <bug-236420-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236420 Bug ID: 236420 Summary: net/cgit has an error in the file /usr/local/lib/cgit/filters/syntax-highlighting.py - wrong shebang Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: frank@am-knie.de Port net/cgit has an error in the file /usr/local/lib/cgit/filters/syntax-highlighting.py The first line (shebang) lists an incorrect python-interpreter. syntax-highlighting.py needs pyhton3.6 but pyhton2.7 is listed. First line of the file syntax-highlighting.py from the port: #!/usr/local/bin/pyhton2.7=20 It should be I think: #!/usr/local/bin/python3.6 Otherwise syntax-highlighting with pygments doesn't not work and you will s= ee no text in cgit. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236420-7788>