Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jul 2019 14:01:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239045] ports-mgmt/portlint: portlint gives wrong warnings
Message-ID:  <bug-239045-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 239045
           Summary: ports-mgmt/portlint: portlint gives wrong warnings
           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: mat@FreeBSD.org
             Flags: maintainer-feedback?(marcus@FreeBSD.org)
          Assignee: marcus@FreeBSD.org

The Makefile has:

```
USES=3D           python shebangfix ssl
SHEBANG_FILES=3D  acme_tiny.py

USE_GITHUB=3D     yes
GH_ACCOUNT=3D     diafygi
```

$ portlint -AC
WARN: Makefile: extra item placed in the USES/USE_x section, for example,
"SHEBANG_FILES".
0 fatal errors and 1 warning found.

But the Makefile is perfectly correct wrt
https://www.freebsd.org/doc/en/books/porters-handbook/porting-order-uses.ht=
ml
as SHEBANG_FILES is a variable related to USES=3Dshebangfix.

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