Author: manuel
Date: 2006-05-25 10:58:15 -0600 (Thu, 25 May 2006)
New Revision: 6131
Modified:
trunk/BOOK/x/installing/mesalib.xml
trunk/BOOK/x/installing/x7app.xml
trunk/BOOK/x/installing/x7driver.xml
trunk/BOOK/x/installing/x7server.xml
trunk/BOOK/x/installing/xbitmaps.xml
trunk/BOOK/x/installing/xterm.xml
Log:
Added missing role attributes to Xorg7 packages dependencies.
Modified: trunk/BOOK/x/installing/mesalib.xml
===================================================================
--- trunk/BOOK/x/installing/mesalib.xml 2006-05-25 12:35:43 UTC (rev 6130)
+++ trunk/BOOK/x/installing/mesalib.xml 2006-05-25 16:58:15 UTC (rev 6131)
@@ -64,12 +64,12 @@
<bridgehead renderas="sect3">MesaLib Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para><xref linkend="xorg7-lib"/>,
+ <para role="required"><xref linkend="xorg7-lib"/>,
<xref linkend="xorg7-util"/>, and
<xref linkend="libdrm"/></para>
<note>
- <para>It is not recomended to build a newer version of
+ <para>It is not recomended to build a newer version of
<application>Mesa</application> with <xref linkend="xfree86"/> or
<xref linkend="xorg"/>.</para>
</note>
@@ -101,8 +101,8 @@
<title>Installation of MesaLib</title>
<para>You will need to adjust the commands below to reflect the
- installation prefix of the X Window System. First, correct several
- hard coded directories in the source files with the following
+ installation prefix of the X Window System. First, correct several
+ hard coded directories in the source files with the following
commands:</para>
<screen><userinput>find . -type f -exec sed -i "s@/usr/[EMAIL PROTECTED]@g" {}
\; &&
@@ -117,12 +117,12 @@
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user,
- issue the following commands to install
+ issue the following commands to install
<application>MesaLib</application>:</para>
<screen role="root"><userinput>bin/installmesa
$XORG_PREFIX</userinput></screen>
- <para>While still the root user, install the modules for
+ <para>While still the root user, install the modules for
Xorg-&xorg7-version; with the following commands.</para>
<screen role="root"><userinput>mkdir -v -p $XORG_PREFIX/lib/X11/modules/dri
&&
@@ -141,7 +141,7 @@
<screen role="root"><userinput>install -v -m755 glxinfo glxgears
$XORG_PREFIX/bin</userinput></screen>
<note>
- <para>Do not remove the Mesa source tree yet, it will be required to
+ <para>Do not remove the Mesa source tree yet, it will be required to
build the <xref linkend="xorg7-server"/>.</para>
</note>
@@ -158,8 +158,8 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>find...sed -i
- "s@/usr/[EMAIL PROTECTED]@"...</command>:
+ <para><command>find...sed -i
+ "s@/usr/[EMAIL PROTECTED]@"...</command>:
This command corrects several hard coded references to the X11R6 default
installation path.</para>
@@ -172,7 +172,7 @@
target.</para>
<para><command>install -v -m755 lib/*dri*
- $XORG_PREFIX/lib/X11/modules/dri</command>:
+ $XORG_PREFIX/lib/X11/modules/dri</command>:
installs the DRI modules.</para>
<para><command>sed -i '[EMAIL PROTECTED](GLUT_LIB)@@g'
configs/default</command>:
@@ -181,7 +181,7 @@
<para><command>make PROGS='glxinfo glxgears'</command>: build only
the glxinfo and glxgears programs.</para>
- <para><command>install -v -m755 glxinfo glxgears
+ <para><command>install -v -m755 glxinfo glxgears
$XORG_PREFIX/bin</command>:
Installs only the glxinfo and glxgears programs.</para>
Modified: trunk/BOOK/x/installing/x7app.xml
===================================================================
--- trunk/BOOK/x/installing/x7app.xml 2006-05-25 12:35:43 UTC (rev 6130)
+++ trunk/BOOK/x/installing/x7app.xml 2006-05-25 16:58:15 UTC (rev 6131)
@@ -68,7 +68,7 @@
<xref linkend="libpng"/>, and <xref linkend="xorg7-lib"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
- <para><xref linkend="mesalib"/></para>
+ <para role="recommended"><xref linkend="mesalib"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/Xorg7Applications'/></para>
Modified: trunk/BOOK/x/installing/x7driver.xml
===================================================================
--- trunk/BOOK/x/installing/x7driver.xml 2006-05-25 12:35:43 UTC (rev
6130)
+++ trunk/BOOK/x/installing/x7driver.xml 2006-05-25 16:58:15 UTC (rev
6131)
@@ -67,7 +67,7 @@
<para role="required"><xref linkend="xorg7-server"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="mesalib"/></para>
+ <para role="optional"><xref linkend="mesalib"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/Xorg7Drivers'/></para>
Modified: trunk/BOOK/x/installing/x7server.xml
===================================================================
--- trunk/BOOK/x/installing/x7server.xml 2006-05-25 12:35:43 UTC (rev
6130)
+++ trunk/BOOK/x/installing/x7server.xml 2006-05-25 16:58:15 UTC (rev
6131)
@@ -68,7 +68,7 @@
<xref linkend="xorg7-lib"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="mesalib"/> and
+ <para role="optional"><xref linkend="mesalib"/> and
<xref linkend="luit"/></para>
<para condition="html" role="usernotes">User Notes:
@@ -85,13 +85,13 @@
</note>
<!-- To be removed if/when proposed glibc patch is added to LFS SVN
- Leave in in for a couple of weeks with 'you may need' and a testcase
+ Leave in in for a couple of weeks with 'you may need' and a testcase
around it to save the support list silly questions. Should remove in
- a couple of weeks
+ a couple of weeks
<para>Recent <application>Glibc</application> may have a problem with its
- installed <filename>sys/kd.h</filename> file. This has recently been
- fixed in LFS SVN. Execute the following commands to work around a
- broken <filename>kd.h</filename> file. The commands will only make the
+ installed <filename>sys/kd.h</filename> file. This has recently been
+ fixed in LFS SVN. Execute the following commands to work around a
+ broken <filename>kd.h</filename> file. The commands will only make the
modification if needed:</para>
<screen><userinput>grep "__undef_LINUX" \
@@ -129,27 +129,27 @@
<title>Command Explanations</title>
<para><command>sed -i '...' GL/glx/Makefile.in</command>: These commands
- correct the search path for the <application>Mesa</application> headers.
+ correct the search path for the <application>Mesa</application> headers.
The 8th and 7th instance of '-I$(top_builddir)' in the existing search
search path are replaced with <application>Mesa</application> paths.</para>
<para><parameter>--with-mesa-source=...</parameter>: This switch directs
the build system to the location of the <application>Mesa</application>
- source directory. If you wish to build without
+ source directory. If you wish to build without
<application>Mesa</application>, omit this switch.</para>
- <para><parameter>--with-module-dir=...</parameter>: This parameter
+ <para><parameter>--with-module-dir=...</parameter>: This parameter
sets the destination for the installed modules.</para>
<para><parameter>--with-dri-driver-path=...</parameter>: This is the
location of the <application>Mesa</application> DRI drivers.</para>
<para><parameter>--enable-install-setuid</parameter>: The Xorg binary must
- run as the root user. This switch ensures that the binary is installed
+ run as the root user. This switch ensures that the binary is installed
setuid when <command>make</command> is run by an unprivileged user.</para>
<para><parameter>--disable-glx</parameter>: Disable building of the GLX
- extension. This parameter is required if building without
+ extension. This parameter is required if building without
<application>Mesa</application>.</para>
<para><parameter>--disable-dri</parameter>: Disable building of the DRI
@@ -157,8 +157,8 @@
<application>Mesa</application>.</para>
<para><parameter>--disable-xprint</parameter>: Disable building of
- the <application>Xprint</application> extension and server. This
- parameter is required if building without
+ the <application>Xprint</application> extension and server. This
+ parameter is required if building without
<application>Mesa</application>.</para>
</sect2>
Modified: trunk/BOOK/x/installing/xbitmaps.xml
===================================================================
--- trunk/BOOK/x/installing/xbitmaps.xml 2006-05-25 12:35:43 UTC (rev
6130)
+++ trunk/BOOK/x/installing/xbitmaps.xml 2006-05-25 16:58:15 UTC (rev
6131)
@@ -36,7 +36,7 @@
<primary sortas="a-xbitmaps">Luit</primary>
</indexterm>
- <para>Xbitmaps provides static graphics needed by Xorg applications to
+ <para>Xbitmaps provides static graphics needed by Xorg applications to
draw screen elements.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
@@ -64,7 +64,7 @@
<bridgehead renderas="sect3">Xbitmaps Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para><xref linkend="xorg7-util"/></para>
+ <para role="required"><xref linkend="xorg7-util"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/xbitmaps'/></para>
Modified: trunk/BOOK/x/installing/xterm.xml
===================================================================
--- trunk/BOOK/x/installing/xterm.xml 2006-05-25 12:35:43 UTC (rev 6130)
+++ trunk/BOOK/x/installing/xterm.xml 2006-05-25 16:58:15 UTC (rev 6131)
@@ -61,11 +61,11 @@
<bridgehead renderas="sect3">xterm Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para><xref linkend="xorg7-server"/> and
+ <para role="required"><xref linkend="xorg7-server"/> and
<xref linkend="pkgconfig"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="luit"/></para>
+ <para role="optional"><xref linkend="luit"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/Xterm'/></para>
@@ -84,7 +84,7 @@
<para>This package does not come with a test suite.</para>
- <para>Now, as the <systemitem class="username">root</systemitem>
+ <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
@@ -96,7 +96,7 @@
<title>Command Explanations</title>
<para><parameter>--with-app-defaults=...</parameter>: Sets the location
- for the <filename class="directory">app-defaults</filename>
+ for the <filename class="directory">app-defaults</filename>
directory.</para>
<para><parameter>--enable-luit</parameter>: Enables the luit filter for
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page