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

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

            Bug ID: 218691
           Summary: bsd.port.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: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: bsdports@kyle-evans.net

Created attachment 181827
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181827&action=
=3Dedit
svn(1) diff of bsd.port.mk

Hi,

Not directly found by the exp-run in PR 21835, but an audit stemming from t=
hat
found one case of a expression not IEEE 1003.2 conformant (branching in a B=
RE)
being used with grep(1) in bsd.port.mk.

This can be fixed by switching to use egrep for branching, patch is attache=
d.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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