Page MenuHomeFreeBSD

www/p5-Gantry: correctly escape $
ClosedPublic

Authored by kevans on Feb 15 2020, 8:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 13, 2:33 AM
Unknown Object (File)
Sat, Jan 11, 9:12 PM
Unknown Object (File)
Dec 5 2024, 1:50 PM
Unknown Object (File)
Dec 4 2024, 3:41 AM
Unknown Object (File)
Nov 1 2024, 6:32 AM
Unknown Object (File)
Oct 3 2024, 8:36 AM
Unknown Object (File)
Oct 3 2024, 1:21 AM
Unknown Object (File)
Sep 26 2024, 10:50 PM
Subscribers

Details

Summary
www/p5-Gantry: correctly escape $

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.

PR: 240310
Reviewed_by: koobs (mentor), bapt (mentor)
Approved by: koobs (mentor), bapt (mentor)
Approved by: portmgr (maintainer timeout: 4 months, blanket: bugfix)
MFH: 2020Q1 (blanket: bugfix)
Test Plan

Q/A:

  • testport (12amd64; no build/plist changes)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 16 2020, 5:03 PM

If this is a bugfix (reads like it is), then MFH: <quarterly> (blanket: bugfix)

This revision was automatically updated to reflect the committed changes.