svn commit: r43062 - head/en_US.ISO8859-1/books/porters-handbook

Eitan Adler eadler at FreeBSD.org
Mon Oct 28 21:42:43 UTC 2013


Author: eadler
Date: Mon Oct 28 21:42:43 2013
New Revision: 43062
URL: http://svnweb.freebsd.org/changeset/doc/43062

Log:
  change IGNORE and BROKEN text to not refer to old versions of FreeBSD. Also use BROKEN correctly.

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/book.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Oct 28 21:36:56 2013	(r43061)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Oct 28 21:42:43 2013	(r43062)
@@ -11873,16 +11873,16 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD
 	  different due to the way the information is shown to the
 	  user.  Examples:</para>
 
-	<programlisting>BROKEN=	this port is unsupported on FreeBSD 5.x</programlisting>
+	<programlisting>BROKEN=	fails to link with base -lcrypto</programlisting>
 
-	<programlisting>IGNORE=	is unsupported on FreeBSD 5.x</programlisting>
+	<programlisting>IGNORE=	unsupported on recent versions</programlisting>
 
 	<para>resulting in the following output from
 	  <command>make describe</command>:</para>
 
-	<programlisting>===>  foobar-0.1 is marked as broken: this port is unsupported on FreeBSD 5.x.</programlisting>
+	<programlisting>===>  foobar-0.1 is marked as broken: fails to link with base -lcrypto.</programlisting>
 
-	<programlisting>===>  foobar-0.1 is unsupported on FreeBSD 5.x.</programlisting>
+	<programlisting>===>  foobar-0.1 is unsupported on recent versions.</programlisting>
       </sect2>
     </sect1>
 


More information about the svn-doc-all mailing list