Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 17:38:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240312] x11-wm/ede: Add sed=gsed
Message-ID:  <bug-240312-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 240312
           Summary: x11-wm/ede: Add sed=3Dgsed
           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

Created attachment 207155
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207155&action=
=3Dedit
svn(1) diff against the ports tree

Two problems lie in ${EDELIB_WRKSRC}/sslib/gen-c-string.sh sed usage:

- \s is a GNU extension, this is trivially replaced with [[:space:]], HOWEV=
ER:
- The next expression uses \t and expects a tab, but this will not happen w=
ith
our sed.

\s is caught by bug #229925 that forbids escaping ordinary characters that =
have
no extra meaning to lessen the stress of later adding special behavior to s=
ome
of these escape sequences. \t, however, will just silently do the wrong thi=
ng.

Switch this over to gsed for now; a pass will be done later to check out ev=
ery
port with BUILD_DEPENDS containing gsed to evaluate whether we're ready for
them to use base sed or not.

--=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-240312-7788>