[Bug 222459] graphics/libjxr: Update license information and fix portlint warning

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 19 20:33:34 UTC 2017


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

--- Comment #2 from Yasuhiro KIMURA <yasu at utahime.org> ---
(In reply to Mikhail T. from comment #1)

In bug #222458 maintainer of devel/py-pylru-cache told me following example in
Porter's Handbook.

https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/licenses.html#licenses-license-ex1

And source archives of this port doesn't any license file. So LICENSE_FILE need
not to be set in this case and I will update patch about it.

As for updating patches, Porter's Handbook requires checking ports with
portlint.

Reference:
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing-portlint.html

And when checking this port with 'portlint -C' it results as following.

yasu at rolling-vm-freebsd1[1506]% pwd
/net/freebsd/ports/ports.original/graphics/libjxr
yasu at rolling-vm-freebsd1[1507]% portlint -C                               
/net/freebsd/ports/ports.original/graphics/libjxr
WARN: Makefile: "BROKEN_mips" has to appear earlier.
WARN:
/am/eastasia/usr0/freebsd/ports/ports.original/graphics/libjxr/files/patch-bug748590:
patch was not generated using ``make makepatch''.  It is recommended to use
``make makepatch'' when you need to [re-]generate a patch to ensure proper
patch format.
WARN:
/am/eastasia/usr0/freebsd/ports/ports.original/graphics/libjxr/files/patch-typos:
patch was not generated using ``make makepatch''.  It is recommended to use
``make makepatch'' when you need to [re-]generate a patch to ensure proper
patch format.
WARN: Consider to set DEVELOPER=yes in /etc/make.conf
0 fatal errors and 4 warnings found.
yasu at rolling-vm-freebsd1[1508]% 

So updating patches is required to fix portlint warnings.

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


More information about the freebsd-ports-bugs mailing list