Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2017 16:53:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218690] Uses/python.mk: Use POSIX conformant expressions with grep(1)
Message-ID:  <bug-218690-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 218690
           Summary: Uses/python.mk: Use POSIX conformant expressions with
                    grep(1)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: bsdports@kyle-evans.net
                CC: freebsd-ports-bugs@FreeBSD.org

Created attachment 181826
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181826&action=
=3Dedit
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. =
=3D)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218690-13>