[Bug 239045] ports-mgmt/portlint: portlint gives wrong warnings

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 8 14:01:33 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239045

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

The Makefile has:

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

USE_GITHUB=     yes
GH_ACCOUNT=     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.html
as SHEBANG_FILES is a variable related to USES=shebangfix.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list