From fa7623a0f1502f9a209fedeaeccb8f97a9c3eb55 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 28 Jun 2016 16:06:51 +0000 Subject: [PATCH] Add a note about not following blindly portlint's advice. Reviewed by: wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7006 --- .../books/porters-handbook/quick-porting/chapter.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml index bffe34b1d3..2e059b3076 100644 --- a/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml @@ -332,6 +332,12 @@ lib/X11/oneko/mouse.xpm right shape and the package is named appropriately. + + + Do not blindly follow the output of + portlint. It is a static lint tool and + sometimes gets things wrong. +