Changeset 55fb7f56


Ignore:
Timestamp:
03/27/2006 11:17:00 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a6c2aff2
Parents:
a3d2e2c
Message:

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/net-tools.xml

    ra3d2e2c r55fb7f56  
    1212  <!ENTITY net-tools-buildsize     "4.3 MB">
    1313  <!ENTITY net-tools-time          "0.1 SBU">
    14   <!ENTITY lfs-coreutils-version   "5.94">
    1514]>
    1615
  • general.ent

    ra3d2e2c r55fb7f56  
    2424<!ENTITY publisher      "Unknown">
    2525
     26<!-- These entities are used to identify versions of LFS
     27     packages referenced throughout the BLFS book -->
     28<!ENTITY lfs-bdb-version              "4.4.20">
     29<!ENTITY lfs-coreutils-version        "5.94">
     30<!ENTITY lfs-perl-version             "5.8.8">
     31<!-- End LFS versions -->
    2632
    2733<!ENTITY blfs-bootscripts-version     "20060205">
     
    174180<!ENTITY tcl-version                  "8.4.12">
    175181<!ENTITY tk-version                   "8.4.12">
    176 
    177 <!-- Used to identify the target LFS version in the
    178      PDL and Perl Modules instructions -->
    179 <!ENTITY LFS-Perl-version             "5.8.8">
    180182
    181183<!-- Perl module versions used in the Perl Modules instructions -->
  • general/genutils/imagemagick.xml

    ra3d2e2c r55fb7f56  
    230230        <seg>/usr/include/Magick++, /usr/include/magick, /usr/include/wand,
    231231        /usr/lib/ImageMagick-&imagemagick-version;,
    232         /usr/lib/perl5/site_perl/&LFS-Perl-version;/i686-linux/auto/Image/Magick,
     232        /usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/auto/Image/Magick,
    233233        /usr/share/ImageMagick-&imagemagick-version; and
    234234        /usr/share/doc/ImageMagick-&imagemagick-version;</seg>
  • general/prog/pdl.xml

    ra3d2e2c r55fb7f56  
    484484        <seg>pdl, pdldoc, perldl, and pptemplate</seg>
    485485        <seg>90+ individual <application>Perl</application> modules</seg>
    486         <seg>/usr/lib/perl5/site_perl/&LFS-Perl-version;/i686-linux/{,auto/}PDL</seg>
     486        <seg>/usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/{,auto/}PDL</seg>
    487487      </seglistitem>
    488488    </segmentedlist>
  • general/prog/perl-modules.xml

    ra3d2e2c r55fb7f56  
    861861
    862862    <para>If your system's <application>Perl</application> version is different
    863     than &LFS-Perl-version;, you'll need to modify the <command>sed</command>
     863    than &lfs-perl-version;, you'll need to modify the <command>sed</command>
    864864    command below to reflect the version you have installed.</para>
    865865
    866866<screen><userinput>sed -i -e "s@/usr/local/bin@/usr/bin@" \
    867        -e "s@/usr/local/lib/perl5@/usr/lib/perl5/site_perl/&LFS-Perl-version;@" \
     867       -e "s@/usr/local/lib/perl5@/usr/lib/perl5/site_perl/&lfs-perl-version;@" \
    868868       -e "s@/usr/local/lib/www/docs@/usr/share/doc/perl5@" \
    869869    Makefile</userinput></screen>
     
    10111011    <para>The Test::Simple module contains utilities designed to assist
    10121012    developers in creating tests. A version of Test::Simple was installed
    1013     during LFS with the <application>Perl</application>-&LFS-Perl-version;
     1013    during LFS with the <application>Perl</application>-&lfs-perl-version;
    10141014    installation, however, some of the sub-modules contained in Test::Simple
    10151015    have been updated (notably, the Test::More module) and these updated
  • postlfs/shells/tcsh.xml

    ra3d2e2c r55fb7f56  
    6666    <itemizedlist spacing='compact'>
    6767      <listitem>
    68         <para>Required patch for use with Coreutils-5.93:
     68        <para>Required patch for use with Coreutils-&lfs-coreutils-version;:
    6969        <ulink url="&patch-root;/tcsh-&tcsh-version;-colorls_compat-1.patch"/>
    7070        </para>
  • server/databases/db.xml

    ra3d2e2c r55fb7f56  
    3939    on your system. It is listed here in BLFS as well because you may need to
    4040    reinstall it if you need the additional language bindings or the RPC
    41     server.</para>
     41    server. If you do reinstall <application>Berkeley DB</application>, ensure
     42    you use the &lfs-bdb-version; version used in the LFS book.</para>
    4243
    4344    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.