Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2017 17:49:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218639] astro/geographiclib: Pull in textproc/gnugrep for a proper egrep with GNU extensions
Message-ID:  <bug-218639-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 218639
           Summary: astro/geographiclib: Pull in textproc/gnugrep for a
                    proper egrep with GNU extensions
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: bsdports@kyle-evans.net
                CC: johans@FreeBSD.org, tatsuki_makino@hotmail.com
                CC: johans@FreeBSD.org, tatsuki_makino@hotmail.com

Created attachment 181764
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181764&action=
=3Dedit
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 neces=
sary
for my purpose, but I included them for the sake of consistency and doing it
right for upstreaming.

--=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-218639-13>