Bug 218639 - astro/geographiclib: Pull in textproc/gnugrep for a proper egrep with GNU extensions
Summary: astro/geographiclib: Pull in textproc/gnugrep for a proper egrep with GNU ext...
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kyle Evans
URL:
Keywords:
Depends on: 218158
Blocks: 218385
  Show dependency treegraph
 
Reported: 2017-04-13 17:49 UTC by Kyle Evans
Modified: 2018-02-03 15:42 UTC (History)
4 users (show)

See Also:


Attachments
svn(1) diff of astro/geographiclib (2.17 KB, patch)
2017-04-13 17:49 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 2017-04-13 17:49:44 UTC
Created attachment 181764 [details]
svn(1) diff of astro/geographiclib

Hi,

This port requires working GNU extensions to build; in this case, it uses \b for word boundaries. For the time being, use the more up to date version of GNU grep, textproc/gnugrep, rather than relying on GNU extensions in base grep. This was identified in a recent exp-run to test installing BSD grep as /usr/bin/grep and disable GNU grep compatibility in the process.

This includes a patch to Makefile.am to use the configured 'egrep', 'grep', and 'sed' rather than those from PATH. 'grep' and 'sed' were not strictly necessary for my purpose, but I included them for the sake of consistency and doing it right for upstreaming.
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2017-07-06 13:52:40 UTC
Assignee timeout. Give back to the pool.