[Bug 233453] mail/thunderbird: use textproc/gsed for GNU extensions
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 23 21:34:17 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233453
Bug ID: 233453
Summary: mail/thunderbird: use textproc/gsed for GNU extensions
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
CC: gecko at FreeBSD.org, johans at FreeBSD.org
CC: gecko at FreeBSD.org, johans at FreeBSD.org
Created attachment 199498
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199498&action=edit
svn(1) diff of mail/thunderbird
Hi,
thunderbird's config script uses GNU extensions, namely: \S. This has gone
unnoticed on FreeBSD because it generally works- \S is interpreted as an escape
of an ordinary character, resulting in 'S'. Escapes of ordinary characters will
be disallowed in future versions of regex(3), thus move to textproc/gsed to do
the right thing with this GNU extension.
Thanks,
Kyle Evans
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list