Bug 218613 - mail/archiveopteryx: Use egrep instead of grep to reduce reliance on GNU extensions
Summary: mail/archiveopteryx: Use egrep instead of grep to reduce reliance on GNU exte...
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: Mark Felder
URL:
Keywords:
Depends on:
Blocks: 218385
  Show dependency treegraph
 
Reported: 2017-04-13 00:17 UTC by Kyle Evans
Modified: 2017-04-25 16:12 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (feld)


Attachments
svn(1) diff of mail/archiveopteryx (555 bytes, patch)
2017-04-13 00:17 UTC, Kyle Evans
no flags Details | Diff
svn(1) diff of mail/archiveopteryx-devel (573 bytes, patch)
2017-04-13 00:18 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:17:22 UTC
Created attachment 181741 [details]
svn(1) diff of mail/archiveopteryx

Hi,

I'm attaching two patches (one for mail/archiveopteryx, one for mail/archiveopteryx-devel) to use egrep instead of grep to reduce reliance on GNU extensions as ; 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 Kyle Evans freebsd_committer freebsd_triage 2017-04-13 00:18:31 UTC
Created attachment 181742 [details]
svn(1) diff of mail/archiveopteryx-devel
Comment 2 Mark Felder freebsd_committer freebsd_triage 2017-04-25 16:11:02 UTC
Committed, thanks
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-04-25 16:11:10 UTC
A commit references this bug:

Author: feld
Date: Tue Apr 25 16:10:39 UTC 2017
New revision: 439405
URL: https://svnweb.freebsd.org/changeset/ports/439405

Log:
  mail/archiveopteryx{-devel}: Use egrep to reduce reliance on GNU extensions

  This is in preparation for BSD grep, PR 218385

  PR:		218613

Changes:
  head/mail/archiveopteryx/Makefile
  head/mail/archiveopteryx-devel/Makefile
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-04-25 16:12:13 UTC
A commit references this bug:

Author: feld
Date: Tue Apr 25 16:11:22 UTC 2017
New revision: 439406
URL: https://svnweb.freebsd.org/changeset/ports/439406

Log:
  MFH: r439405

  mail/archiveopteryx{-devel}: Use egrep to reduce reliance on GNU extensions

  This is in preparation for BSD grep, PR 218385

  PR:		218613

  Approved by:	portmgr (with hat)

Changes:
_U  branches/2017Q2/
  branches/2017Q2/mail/archiveopteryx/Makefile
  branches/2017Q2/mail/archiveopteryx-devel/Makefile