mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Added a section in the general entities for LFS package versions so that it is easier to locate them
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5761 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a3d2e2c3ec
commit
55fb7f5601
@ -11,7 +11,6 @@
|
||||
<!ENTITY net-tools-size "194 KB">
|
||||
<!ENTITY net-tools-buildsize "4.3 MB">
|
||||
<!ENTITY net-tools-time "0.1 SBU">
|
||||
<!ENTITY lfs-coreutils-version "5.94">
|
||||
]>
|
||||
|
||||
<sect1 id="net-tools" xreflabel="Net-tools-&net-tools-version;">
|
||||
|
10
general.ent
10
general.ent
@ -23,6 +23,12 @@
|
||||
<!ENTITY lfs-root "../../../../lfs/view/&lfs-version;">
|
||||
<!ENTITY publisher "Unknown">
|
||||
|
||||
<!-- These entities are used to identify versions of LFS
|
||||
packages referenced throughout the BLFS book -->
|
||||
<!ENTITY lfs-bdb-version "4.4.20">
|
||||
<!ENTITY lfs-coreutils-version "5.94">
|
||||
<!ENTITY lfs-perl-version "5.8.8">
|
||||
<!-- End LFS versions -->
|
||||
|
||||
<!ENTITY blfs-bootscripts-version "20060205">
|
||||
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
|
||||
@ -174,10 +180,6 @@
|
||||
<!ENTITY tcl-version "8.4.12">
|
||||
<!ENTITY tk-version "8.4.12">
|
||||
|
||||
<!-- Used to identify the target LFS version in the
|
||||
PDL and Perl Modules instructions -->
|
||||
<!ENTITY LFS-Perl-version "5.8.8">
|
||||
|
||||
<!-- Perl module versions used in the Perl Modules instructions -->
|
||||
<!ENTITY Algorithm-Diff-version "1.1901">
|
||||
<!ENTITY Archive-Tar-version "1.26">
|
||||
|
@ -229,7 +229,7 @@ make</userinput></screen>
|
||||
the Magick.so Perl module, and numerous plugin modules</seg>
|
||||
<seg>/usr/include/Magick++, /usr/include/magick, /usr/include/wand,
|
||||
/usr/lib/ImageMagick-&imagemagick-version;,
|
||||
/usr/lib/perl5/site_perl/&LFS-Perl-version;/i686-linux/auto/Image/Magick,
|
||||
/usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/auto/Image/Magick,
|
||||
/usr/share/ImageMagick-&imagemagick-version; and
|
||||
/usr/share/doc/ImageMagick-&imagemagick-version;</seg>
|
||||
</seglistitem>
|
||||
|
@ -483,7 +483,7 @@ make test</userinput></screen>
|
||||
<seglistitem>
|
||||
<seg>pdl, pdldoc, perldl, and pptemplate</seg>
|
||||
<seg>90+ individual <application>Perl</application> modules</seg>
|
||||
<seg>/usr/lib/perl5/site_perl/&LFS-Perl-version;/i686-linux/{,auto/}PDL</seg>
|
||||
<seg>/usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/{,auto/}PDL</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -860,11 +860,11 @@
|
||||
</itemizedlist>
|
||||
|
||||
<para>If your system's <application>Perl</application> version is different
|
||||
than &LFS-Perl-version;, you'll need to modify the <command>sed</command>
|
||||
than &lfs-perl-version;, you'll need to modify the <command>sed</command>
|
||||
command below to reflect the version you have installed.</para>
|
||||
|
||||
<screen><userinput>sed -i -e "s@/usr/local/bin@/usr/bin@" \
|
||||
-e "s@/usr/local/lib/perl5@/usr/lib/perl5/site_perl/&LFS-Perl-version;@" \
|
||||
-e "s@/usr/local/lib/perl5@/usr/lib/perl5/site_perl/&lfs-perl-version;@" \
|
||||
-e "s@/usr/local/lib/www/docs@/usr/share/doc/perl5@" \
|
||||
Makefile</userinput></screen>
|
||||
|
||||
@ -1010,7 +1010,7 @@ install -v -m644 DOC/sample.pl /usr/share/doc/perl5/SGMLSpm</userinput></screen>
|
||||
|
||||
<para>The Test::Simple module contains utilities designed to assist
|
||||
developers in creating tests. A version of Test::Simple was installed
|
||||
during LFS with the <application>Perl</application>-&LFS-Perl-version;
|
||||
during LFS with the <application>Perl</application>-&lfs-perl-version;
|
||||
installation, however, some of the sub-modules contained in Test::Simple
|
||||
have been updated (notably, the Test::More module) and these updated
|
||||
modules are now required by other modules. This updated version of
|
||||
|
@ -65,7 +65,7 @@
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Required patch for use with Coreutils-5.93:
|
||||
<para>Required patch for use with Coreutils-&lfs-coreutils-version;:
|
||||
<ulink url="&patch-root;/tcsh-&tcsh-version;-colorls_compat-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -38,7 +38,8 @@
|
||||
functions. This package is also installed during LFS and may already exist
|
||||
on your system. It is listed here in BLFS as well because you may need to
|
||||
reinstall it if you need the additional language bindings or the RPC
|
||||
server.</para>
|
||||
server. If you do reinstall <application>Berkeley DB</application>, ensure
|
||||
you use the &lfs-bdb-version; version used in the LFS book.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
Loading…
Reference in New Issue
Block a user