Date: Sat, 25 Apr 2015 17:48:05 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199693] portlint shouldn't complain on home directory references. Message-ID: <bug-199693-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199693 Bug ID: 199693 Summary: portlint shouldn't complain on home directory references. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: yuri@rawbw.com For finance/bitcoin-armory, int complains like this: > # portlint -A > WARN: /usr/ports/finance/bitcoin-armory/pkg-message: possible direct use of "files" "Please keep your *.wallet files located under the ~/.armory" found. if so, use ${FILESDIR} instead. > WARN: /usr/ports/finance/bitcoin-armory/pkg-message: possible direct use of "files" "directory secure. Loss of these files is equivalent to the loss" found. if so, use ${FILESDIR} instead. > WARN: Consider to set DEVELOPER=yes in /etc/make.conf > 0 fatal errors and 3 warnings found. Home directory references should be waived, because this is what the message is talking about. Additionally, it shouldn't complain twice about the same problem. -- 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-199693-13>