Bug 218690 - Uses/python.mk: Use POSIX conformant expressions with grep(1)
Summary: Uses/python.mk: Use POSIX conformant expressions with grep(1)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks: 218385
  Show dependency treegraph
 
Reported: 2017-04-16 16:53 UTC by Kyle Evans
Modified: 2017-04-21 19:37 UTC (History)
2 users (show)

See Also:


Attachments
svn(1) diff of Uses/python.mk (673 bytes, patch)
2017-04-16 16:53 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-16 16:53:12 UTC
Created attachment 181826 [details]
svn(1) diff of Uses/python.mk

Hi,

A recent exp-run (PR 218385) with a grep(1) lacking GNU extensions revealed two cases of branching with BREs, which is an ERE-only feature by IEEE 1003.2.

This can be fixed by using EGREP/grep -e for branching, patch is attached. =)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-04-21 19:35:30 UTC
A commit references this bug:

Author: antoine
Date: Fri Apr 21 19:35:24 UTC 2017
New revision: 439125
URL: https://svnweb.freebsd.org/changeset/ports/439125

Log:
  Use POSIX conformant expressions with grep(1)

  PR:		218690
  Submitted by:	Kyle Evans
  With hat:	portmgr

Changes:
  head/Mk/Uses/python.mk