Date: Fri, 23 Nov 2018 17:03:45 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233445] mail/squirrelmail-sasql-plugin: remove extra escapes from Makefile Message-ID: <bug-233445-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233445 Bug ID: 233445 Summary: mail/squirrelmail-sasql-plugin: remove extra escapes from Makefile 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 199488 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199488&action= =3Dedit svn(1) diff against mail/squirrelmail-sasql-plugin Hi, This port's makefile currently uses some extra escapes in its sed regex: \$$ and \'. The latter is considered an escape of an ordinary character, and wi= ll be disallowed in a future version of regex(3) while we segue into libregex(= 3) repurposing some of these escapes for special meaning. Although \$$ isn't harmful and will likely continue to be allowed, I've rem= oved the escape from that one as well. Thanks, Kyle Evans --=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-233445-7788>