[Bug 195768] [NEW PORT] devel/renpy: Visual Novel Engine written in Python

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 7 21:19:17 UTC 2014


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

--- Comment #5 from Jan Beich <jbeich at vfemail.net> ---
$ portlint -A
WARN: Makefile: [30]: possible direct use of command "python" found. use
${PYTHON_CMD} instead.
WARN: Makefile: [51]: possible use of "${CHMOD}" found. Use @(owner,group,mode)
syntax or @owner/@group operators in pkg-plist instead.
WARN: Makefile: possible use of absolute pathname "/usr/bin/env".
0 fatal errors and 3 warnings found.

Those are false positives:
- portlint(1) always complains about shebangfix
- @mode cannot be used for PORTDATA except maybe via PLIST_FILES

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


More information about the freebsd-ports-bugs mailing list