Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2018 15:39:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230594] ports-mgmt/portlint: Add initial support for checking variables orders of FLAVORS and USES sections
Message-ID:  <bug-230594-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: loader@FreeBSD.org
          Assignee: marcus@FreeBSD.org
             Flags: maintainer-feedback?(marcus@FreeBSD.org)

Created attachment 196160
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196160&action=
=3Dedit
patch maybe

Expected behaviour (with patch):
-----------------------------------
NO_ARCH=3D        yes

USES=3D           python
USE_PYTHON=3D     autoplist distutils
-----------------------------------
WARN: Makefile: "USES" has to appear earlier.


-----------------------------------

NO_ARCH=3D        yes
USES=3D           python
USE_PYTHON=3D     autoplist distutils

-----------------------------------
or
-----------------------------------

USES=3D           python
USE_PYTHON=3D     autoplist distutils
NO_ARCH=3D        yes

-----------------------------------
WARN: Makefile: extra item placed in the USES/USE_x section, for example,
"NO_ARCH".

--=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-230594-7788>