Bug 233424 - devel/erlang-exmpp: Switch to textproc/gsed for config script
Summary: devel/erlang-exmpp: Switch to textproc/gsed for config script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks: 229925
  Show dependency treegraph
 
Reported: 2018-11-23 04:18 UTC by Kyle Evans
Modified: 2019-02-26 08:48 UTC (History)
2 users (show)

See Also:


Attachments
svn(1) diff against devel/erlang-exmpp (657 bytes, patch)
2018-11-23 04:18 UTC, Kyle Evans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle Evans freebsd_committer freebsd_triage 2018-11-23 04:18:46 UTC
Created attachment 199468 [details]
svn(1) diff against devel/erlang-exmpp

Hi,

Parts of erlang-exmpp's build use base sed with expressions that don't actually work correctly in our sed as of yet. In this case, the replacement of \xa9 with a © entity. The former should be interpreted as the character \xa9 (copyright symbol), but sed does not currently interpret it as such (or \r, \n, \t). Switch to textproc/gsed for now, which does the right thing.

Thanks,

Kyle Evans
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-26 08:48:28 UTC
A commit references this bug:

Author: tobik
Date: Tue Feb 26 08:47:42 UTC 2019
New revision: 493950
URL: https://svnweb.freebsd.org/changeset/ports/493950

Log:
  devel/erlang-exmpp: Use gsed during the build

  Parts of erlang-exmpp's build use base sed with expressions that
  don't actually work correctly in our sed as of yet.  In this case,
  the replacement of \xa9 with a © entity.  The former should
  be interpreted as the character \xa9 (copyright symbol), but sed
  does not currently interpret it as such (or \r, \n, \t).  Switch
  to textproc/gsed for now, which does the right thing.

  PR:		233424
  Submitted by:	kevans
  Approved by:	erlang (maintainer timeout, 3 months)

Changes:
  head/devel/erlang-exmpp/Makefile