Created attachment 199480 [details] 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), which sees this as an escape of an ordinary character. Escapes of ordinary characters will be disallowed in future versions of regex(3), so switch to textproc/gsed for now which does the right thing with \t anyways. Thanks, Kyle Evans
Assign to maintainer
A commit references this bug: Author: tobik Date: Tue Feb 26 08:40:58 UTC 2019 New revision: 493948 URL: https://svnweb.freebsd.org/changeset/ports/493948 Log: german/hunspell: Use gsed during the build 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), which sees this as an escape of an ordinary character. Escapes of ordinary characters will be disallowed in future versions of regex(3), so switch to textproc/gsed for now which does the right thing with \t. PR: 233439 Submitted by: kevans Approved by: office (maintainer timeout, > 2 months) Changes: head/german/hunspell/Makefile