[Bug 218690] Uses/python.mk: Use POSIX conformant expressions with grep(1)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 16 16:53:12 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218690

            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 at FreeBSD.org
          Reporter: bsdports at kyle-evans.net
                CC: freebsd-ports-bugs at FreeBSD.org

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

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


More information about the freebsd-ports-bugs mailing list