svn commit: r52355 - in head/en_US.ISO8859-1/books/porters-handbook: special uses

Tobias Kortkamp <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: tobik (ports committer)
Date: Sat Oct 13 15:21:42 2018
New Revision: 52355
URL: https://svnweb.freebsd.org/changeset/doc/52355

Log:
  Porter's Handbook: Fix USE_GL examples
  
  Approved by:	mat
  Differential Revision:	https://reviews.freebsd.org/D17430

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
  head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Thu Oct 11 18:40:00 2018	(r52354)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Sat Oct 13 15:21:42 2018	(r52355)
@@ -1517,18 +1517,18 @@ USE_PERL5=	modbuildtiny</programlisting>
 
       <para>The Mesa Project is an effort to provide free OpenGL
 	implementation.  To specify a dependency on various
-	components of this project, use <varname>USE_GL</varname>.
-	Valid options are:
-	<literal>egl, gl, glesv2, glew, glu, glut, glw</literal> and
-	<literal>linux</literal>.  For backwards compatibility, the
-	value of <literal>yes</literal> maps to
-	<literal>glu</literal>.</para>
+	components of this project, use <literal>USES= gl</literal>
+	and <varname>USE_GL</varname>.  See
+	<xref linkend="uses-gl" /> for a full list of available
+	components.  For backwards compatibility, the value of
+	<literal>yes</literal> maps to <literal>glu</literal>.</para>
 
       <example xml:id="use-xorg-example">
 	<title><varname>USE_XORG</varname> Example</title>
 
-	<programlisting>USE_XORG=	xrender xft xkbfile xt xaw
-USE_GL=		glu</programlisting>
+	<programlisting>USES=		gl
+USE_GL=		glu
+USE_XORG=	xrender xft xkbfile xt xaw</programlisting>
       </example>
 
       <table frame="none" xml:id="using-xorg-variables">
@@ -1537,7 +1537,7 @@ USE_GL=		glu</programlisting>
 	<tgroup cols="2">
 	  <tbody>
 	    <row>
-	      <entry><varname>USES= imake</varname></entry>
+	      <entry><literal>USES= imake</literal></entry>
 	      <entry>The port uses <command>imake</command>.</entry>
 	    </row>
 

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Thu Oct 11 18:40:00 2018	(r52354)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Sat Oct 13 15:21:42 2018	(r52355)
@@ -708,7 +708,7 @@
 
 	<listitem>
 	  <para>add a library dependency on <filename>libEGL.so</filename>
-	    from <package role="port">graphics/mesai-libs</package></para>
+	    from <package role="port">graphics/mesa-libs</package></para>
 	</listitem>
       </varlistentry>
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.