Date: Sun, 07 Jun 2020 18:21:30 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 247058] devel/llvm*: avoid extraneous escapes Message-ID: <bug-247058-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247058 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@FreeBSD.org Reporter: kevans@freebsd.org Created attachment 215328 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D215328&action= =3Dedit svn(1) diff against the ports tree All of these single quotes are safe on their own, as they're enclosed in do= uble 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 ("e= nd of subject"). No PORTREVISION bump or rebuild is needed, as they're functionally equivale= nt. --=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-247058-7788>