Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Dec 2018 10:58:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233865] devel/global ports removes shebang of /usr/local/share/gtags/script/pygments_parser.py
Message-ID:  <bug-233865-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233865

            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@FreeBSD.org
          Reporter: ki@hh.iij4u.or.jp
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

devel/global ports removes 1st line (=3Dshebang) 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?

--=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-233865-7788>