Bug 218615

Summary: math/eukleides: Use egrep instead of grep to reduce reliance on GNU extensions
Product: Ports & Packages Reporter: Kyle Evans <kevans>
Component: Individual Port(s)Assignee: Ashish SHUKLA <ashish>
Status: Closed FIXED    
Severity: Affects Only Me CC: kevans
Priority: --- Flags: bugzilla: maintainer-feedback? (ashish)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 218385    
Attachments:
Description Flags
svn(1) diff of math/eukleides none

Description Kyle Evans freebsd_committer freebsd_triage 2017-04-13 00:25:34 UTC
Created attachment 181744 [details]
svn(1) diff of math/eukleides

Hi,

I'm attaching a patch to use egrep instead of grep to reduce reliance on GNU extensions; in this case, \+ in a BRE is a GNU extension. 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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-04-16 16:43:30 UTC
A commit references this bug:

Author: ashish
Date: Sun Apr 16 16:43:24 UTC 2017
New revision: 438664
URL: https://svnweb.freebsd.org/changeset/ports/438664

Log:
  - Switch to egrep from grep to avoid GNU extensions in basic
    regular expressions.

  PR:		218615
  Submitted by:	Kyle Evans <bsdports@kyle-evans.net>

Changes:
  head/math/eukleides/Makefile
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2017-04-16 16:45:20 UTC
Committed.

Thanks!