Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Feb 2018 20:39:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225612] ports-mgmt/portlint: Shouldn't complain about a "possible direct use of command" about words in message strings
Message-ID:  <bug-225612-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 225612
           Summary: ports-mgmt/portlint: Shouldn't complain about a
                    "possible direct use of command" about words in
                    message strings
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: marcus@FreeBSD.org
          Reporter: yuri@freebsd.org
          Assignee: marcus@FreeBSD.org
             Flags: maintainer-feedback?(marcus@FreeBSD.org)

Testcase:
> cd misc/free42 && portlint
> WARN: Makefile: [13]: possible direct use of command "file" found. use ${=
FILE} instead.
> WARN: Makefile: [15]: possible direct use of command "file" found. use ${=
FILE} instead.
> WARN: Makefile: [16]: possible direct use of command "file" found. use ${=
FILE} instead.

Please also note that line numbers 13/15/16 are wrong. They should be 15/16=
/17.

--=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-225612-13>