Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 04:18:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233424] devel/erlang-exmpp: Switch to textproc/gsed for config script
Message-ID:  <bug-233424-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 233424
           Summary: devel/erlang-exmpp: Switch to textproc/gsed for config
                    script
           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
                CC: johans@FreeBSD.org

Created attachment 199468
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199468&action=
=3Dedit
svn(1) diff against devel/erlang-exmpp

Hi,

Parts of erlang-exmpp's build use base sed with expressions that don't actu=
ally
work correctly in our sed as of yet. In this case, the replacement of \xa9 =
with
a &copy; 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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233424-7788>