[Bug 233865] devel/global ports removes shebang of /usr/local/share/gtags/script/pygments_parser.py

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 8 10:58:34 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233865

            Bug ID: 233865
           Summary: devel/global ports removes shebang of
                    /usr/local/share/gtags/script/pygments_parser.py
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: ki at hh.iij4u.or.jp
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
          Assignee: sunpoet at FreeBSD.org

devel/global ports removes 1st line (=shebang) of
/usr/local/share/gtags/script/pygments_parser.py
So when gtags is executed, following error messages are shown.

  /usr/local/share/gtags/script/pygments_parser.py: import: not found

This remove is caused following line in Makefile.

         @${REINPLACE_CMD} -e '1d'
${WRKSRC}/plugin-factory/pygments_parser.py.in

I think this is not need that removing shebang, but why is removed?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list