Date: Fri, 23 Nov 2018 14:46:39 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 233439] german/hunspell: Switch to textproc/gsed for build Message-ID: <bug-233439-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233439 Bug ID: 233439 Summary: german/hunspell: Switch to textproc/gsed for build 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 CC: johans@FreeBSD.org, office@FreeBSD.org CC: johans@FreeBSD.org, office@FreeBSD.org Created attachment 199480 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199480&action= =3Dedit svn(1) diff against german/hunspell Hi, hunspell's build currently attempts to use base sed and \t, most certainly = with the expectation that the latter will expand to a tab. With base sed, this is currently not the case- '\t' gets passed through literally to regex(3), whi= ch sees this as an escape of an ordinary character. Escapes of ordinary charac= ters will be disallowed in future versions of regex(3), so switch to textproc/gs= ed for now which does the right thing with \t anyways. Thanks, Kyle Evans --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233439-25061>