Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Dec 2014 21:19:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195768] [NEW PORT] devel/renpy: Visual Novel Engine written in Python
Message-ID:  <bug-195768-13-SVSLOz3Gii@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195768-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195768-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #5 from Jan Beich <jbeich@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195768-13-SVSLOz3Gii>