[Bug 230594] ports-mgmt/portlint: Add initial support for checking variables orders of FLAVORS and USES sections
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 13 15:39:16 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230594
Bug ID: 230594
Summary: ports-mgmt/portlint: Add initial support for checking
variables orders of FLAVORS and USES sections
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: marcus at FreeBSD.org
Reporter: loader at FreeBSD.org
Assignee: marcus at FreeBSD.org
Flags: maintainer-feedback?(marcus at FreeBSD.org)
Created attachment 196160
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196160&action=edit
patch maybe
Expected behaviour (with patch):
-----------------------------------
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
-----------------------------------
WARN: Makefile: "USES" has to appear earlier.
-----------------------------------
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
-----------------------------------
or
-----------------------------------
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
-----------------------------------
WARN: Makefile: extra item placed in the USES/USE_x section, for example,
"NO_ARCH".
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list