Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 08:41:20 +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-pOnOetjZ0G@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233439-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233439-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233439

--- Comment #2 from commit-hook@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

--=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-pOnOetjZ0G>