[Bug 233439] german/hunspell: Switch to textproc/gsed for build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 26 08:41:22 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233439

--- Comment #2 from commit-hook at freebsd.org ---
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-office mailing list