[Bug 240310] www/p5-Gantry: correctly escape $

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 3 17:26:41 UTC 2019


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

            Bug ID: 240310
           Summary: www/p5-Gantry: correctly escape $
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: perl at FreeBSD.org
          Reporter: kevans at freebsd.org
          Assignee: perl at FreeBSD.org
             Flags: maintainer-feedback?(perl at FreeBSD.org)

Created attachment 207154
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207154&action=edit
svn(1) diff against the ports tree

In make(1), "$$" is the escaped version of "$", rather than the expected "\$".
this expression was getting passed through to ${REINPLACE_CMD} as "s,\NV{..."
rathern than the expected "s,$ENV{..." -- bug #229925 makes \N an illegal
expression, as ordinary characters will be disallowed from being escaped in
preparation for future changes to grant some of these escape sequences
GNU-extended behavior.

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


More information about the freebsd-perl mailing list