[Bug 233423] devel/tig: Use textproc/gsed for configure
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 23 03:47:24 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233423
Bug ID: 233423
Summary: devel/tig: Use textproc/gsed for configure
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: kevans at freebsd.org
CC: johans at FreeBSD.org, tobik at freebsd.org
CC: johans at FreeBSD.org, tobik at freebsd.org
Created attachment 199467
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199467&action=edit
svn(1) diff against devel/tig
Hi,
The config script here requires some GNU-isms (\s) that regex(3) in base does
not currently support. This is not a problem up until the near future: \s is
currently interpreted as an escaped ordinary character, which will be forbidden
in the future. Move it over to using gsed, which will also do the correct thing
with the GNU-isms.
BINARY_ALIAS was also used because some unsalted sed invocations are used,
rather than the results discovered in the config script.
Thanks,
Kyle Evans
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list