Finish tagging Part II. Post LFS Configuration and Extra Software

Archive unussed libxfcegui4


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16429 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2015-09-18 21:40:16 +00:00
parent bba4282031
commit 90cb5d62d3
23 changed files with 27 additions and 24 deletions

View File

@ -34,7 +34,7 @@
more to gain and retain the authorization and encryption keys required to
perform secure operations.</para>
&lfs77_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -39,7 +39,7 @@
only know by its Unicode name or code point.
</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -37,7 +37,7 @@
file implementation for terminal emulators.
</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -38,7 +38,7 @@
editing dynamic and interactive websites.
</para>
&lfs77_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -36,7 +36,7 @@
program if you encounter an ed-based patch file. This happens rarely
because diff-based patches are preferred these days.</para>
&lfs77_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -32,7 +32,7 @@
<para>The <application>Emacs</application> package contains an extensible,
customizable, self-documenting real-time display editor.</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
editor capable of emulating WordStar, <application>Pico</application>,
and <application>Emacs</application>.</para>
&lfs77_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
the default editor in the <application>Pine</application> package.
</para>
&lfs77_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -33,7 +33,7 @@
<para>The <application>reiserfsprogs</application> package contains various
utilities for use with the Reiser file system.</para>
&lfs77_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -83,7 +83,7 @@
<para>Install <application>reiserfsprogs</application> by running the following
commands:</para>
<screen><userinput>CFLAGS="$CFLAGS -std=gnu99" \
<screen><userinput>CFLAGS="$CFLAGS -std=gnu89" \
./configure --prefix=/usr \
--sbindir=/sbin &amp;&amp;
@ -101,7 +101,7 @@ make</userinput></screen>
<title>Command Explanations</title>
<para>
<envar>CFLAGS="$CFLAGS -std=gnu99"</envar>: This environment variable
<envar>CFLAGS="$CFLAGS -std=gnu89"</envar>: This environment variable
fixes a build error with GCC 5.
</para>

View File

@ -38,7 +38,7 @@
on the remote files as if they were on your local computer.
</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -39,7 +39,7 @@
protocol and the connection.
</para>
&lfs77_checked; &gcc5_built;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -37,7 +37,7 @@
GnuPG 2 is the stable version of GnuPG integrating support for OpenPGP and
S/MIME.</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -39,7 +39,7 @@
signature verification and key management.
</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -38,7 +38,7 @@
networks or the Internet.
</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -144,11 +144,14 @@ gpg: Can't check signature: No public key</literal></screen>
</para>
<screen><userinput>cd src &amp;&amp;
sed -e "s@python2.5/Python.h@&amp; python2.7/Python.h@g" \
-e "s@-lpython2.5]@&amp;,\n AC_CHECK_LIB(python2.7,main,[PYTHON_LIB=-lpython2.7])@g" \
-i configure.in &amp;&amp;
sed -e 's@\^u}@^u cols 300}@' \
-i tests/dejagnu/config/default.exp &amp;&amp;
autoconf &amp;&amp;
./configure --prefix=/usr \
--sysconfdir=/etc \

View File

@ -39,7 +39,7 @@
inserted. Here, we choose Damien Miller's package distributed in the
<application>OpenSSH</application> tarball.</para>
&lfs77_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -37,7 +37,7 @@
failure. <application>Dash</application> is also useful for checking that
a script is completely compatible with POSIX syntax.</para>
&lfs77_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -39,7 +39,7 @@
and also because some programs require the C shell in order to perform
installation tasks.</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -38,7 +38,7 @@
<application>zsh</application> most closely resembles
<application>ksh</application> but includes many enhancements.</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -33,7 +33,7 @@
for Linux on x86 hardware containing virtualization extensions (Intel VT or
AMD-V).</para>
&lfs77_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
database management system.
</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
source implementation of the Lightweight Directory Access Protocol.
</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -38,7 +38,7 @@
on the desktop using <application>Thunar</application> libraries.
</para>
&lfs77_checked; &gcc5_checked;
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">