[Bug 199693] portlint shouldn't complain on home directory references.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 25 17:48:05 UTC 2015


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 at FreeBSD.org
          Reporter: yuri at 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.


More information about the freebsd-ports-bugs mailing list