Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 17:26:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240310] www/p5-Gantry: correctly escape $
Message-ID:  <bug-240310-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: kevans@freebsd.org
          Assignee: perl@FreeBSD.org
             Flags: maintainer-feedback?(perl@FreeBSD.org)

Created attachment 207154
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207154&action=
=3Dedit
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.

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