Date: Mon, 13 Mar 2023 04:32:46 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 270168] ports-mgmt/portlint: false positive with "USES= *python*" Message-ID: <bug-270168-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270168 Bug ID: 270168 Summary: ports-mgmt/portlint: false positive with "USES=3D *python*" 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: ngie@FreeBSD.org Assignee: marcus@FreeBSD.org Flags: maintainer-feedback?(marcus@FreeBSD.org) ``` $ portlint -V portlint version 2.20.0 $ portlint . WARN: Makefile: [21]: possible direct use of command "python" found. use ${PYTHON_CMD} instead. 0 fatal errors and 1 warning found. ``` The patch is attached to https://reviews.freebsd.org/D39030 . --=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-270168-7788>