From owner-freebsd-ports-bugs@freebsd.org Tue Sep 19 20:33:34 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07603E02ED7 for ; Tue, 19 Sep 2017 20:33:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E90DE6B98E for ; Tue, 19 Sep 2017 20:33:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8JKXXTP072892 for ; Tue, 19 Sep 2017 20:33:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222459] graphics/libjxr: Update license information and fix portlint warning Date: Tue, 19 Sep 2017 20:33:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: yasu@utahime.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 20:33:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222459 --- Comment #2 from Yasuhiro KIMURA --- (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@rolling-vm-freebsd1[1506]% pwd /net/freebsd/ports/ports.original/graphics/libjxr yasu@rolling-vm-freebsd1[1507]% portlint -C=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 /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=3Dyes in /etc/make.conf 0 fatal errors and 4 warnings found. yasu@rolling-vm-freebsd1[1508]%=20 So updating patches is required to fix portlint warnings. --=20 You are receiving this mail because: You are the assignee for the bug.=