[Bug 247058] devel/llvm*: avoid extraneous escapes
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jun 7 18:21:42 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247058
Bug ID: 247058
Summary: devel/llvm*: avoid extraneous escapes
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: kevans at freebsd.org
Created attachment 215328
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=215328&action=edit
svn(1) diff against the ports tree
All of these single quotes are safe on their own, as they're enclosed in double
quotes. Removes the escapes, because they're currently passed through to the
underlying regex engine as \' to be interpreted as '.
A future change will forbid this escape, then an even further future change
will actually imbue \' with special meaning based on GNU interpretation ("end
of subject").
No PORTREVISION bump or rebuild is needed, as they're functionally equivalent.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list