Bug 218617 - devel/quilt: Bring in textproc/gnugrep for a proper grep(1) with GNU extensions
Summary: devel/quilt: Bring in textproc/gnugrep for a proper grep(1) with GNU extensions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Larry Rosenman
URL:
Keywords:
Depends on:
Blocks: 218385
  Show dependency treegraph
 
Reported: 2017-04-13 00:31 UTC by Kyle Evans
Modified: 2017-04-26 13:02 UTC (History)
3 users (show)

See Also:


Attachments
svn(1) diff of devel/quilt (717 bytes, patch)
2017-04-13 00:31 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 00:31:59 UTC
Created attachment 181746 [details]
svn(1) diff of devel/quilt

Hi,

This port expects a proper grep(1) complete with GNU extensions. 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.
Comment 1 Larry Rosenman freebsd_committer freebsd_triage 2017-04-26 01:46:15 UTC
take
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-04-26 13:00:30 UTC
A commit references this bug:

Author: ler
Date: Wed Apr 26 12:59:32 UTC 2017
New revision: 439447
URL: https://svnweb.freebsd.org/changeset/ports/439447

Log:
  devel/quilt: Bring in textproc/gnugrep for a proper grep(1) with GNU extensions

  PR:		218617
  Submitted by:	Kyle Evans <bsdports@kyle-evans.net>
  Approved by:	adamw (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10504

Changes:
  head/devel/quilt/Makefile
  head/devel/quilt/pkg-plist
Comment 3 Larry Rosenman freebsd_committer freebsd_triage 2017-04-26 13:02:19 UTC
Committed, Thanks!