svn commit: r49015 - head/en_US.ISO8859-1/books/porters-handbook/quick-porting

Mathieu Arnold mat at FreeBSD.org
Tue Jun 28 16:06:53 UTC 2016


Author: mat
Date: Tue Jun 28 16:06:51 2016
New Revision: 49015
URL: https://svnweb.freebsd.org/changeset/doc/49015

Log:
  Add a note about not following blindly portlint's advice.
  
  Reviewed by:	wblock
  Sponsored by:	Absolight
  Differential Revision:	https://reviews.freebsd.org/D7006

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml	Tue Jun 28 08:08:40 2016	(r49014)
+++ head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml	Tue Jun 28 16:06:51 2016	(r49015)
@@ -332,6 +332,12 @@ lib/X11/oneko/mouse.xpm</programlisting>
       right shape and the
       <link linkend="porting-pkgname">package</link> is named
       appropriately.</para>
+
+    <important>
+      <para>Do not blindly follow the output of
+	<command>portlint</command>.  It is a static lint tool and
+	sometimes gets things wrong.</para>
+    </important>
   </sect1>
 
   <sect1 xml:id="porting-submitting">


More information about the svn-doc-head mailing list