Changeset d8069d7


Ignore:
Timestamp:
10/26/2011 04:34:14 AM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
955b7fd2
Parents:
20e6cade
Message:

Update to Berkeley DB-5.2.36.
Add sharutils-4.11.
Update to tcl-8.5.10.
Update to libpng-1.5.5.
Update to jpeg-8c.
Update to libffi-3.0.10.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8919 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 added
16 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    r20e6cade rd8069d7  
    4444    is covered at <xref linkend="svnserver"/>.</para>
    4545
     46    &lfs70_checked;
     47
    4648    <bridgehead renderas="sect3">Package Information</bridgehead>
    4749    <itemizedlist spacing="compact">
     
    6567      </listitem>
    6668    </itemizedlist>
    67 
    68     <!--
    69     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    70     <itemizedlist spacing="compact">
    71       <listitem>
    72         <para>Required patch if using
    73         <application>Swig</application>-1.3.25 and you wish
    74         to build the <application>Perl</application> bindings: <ulink
    75         url="&patch-root;/patches/subversion-&subversion-version;-swig_1.3.25-1.patch"/></para>
    76       </listitem>
    77     </itemizedlist>
    78     -->
    7969
    8070    <bridgehead renderas="sect3">Subversion Dependencies</bridgehead>
     
    115105    <ulink url="http://code.google.com/p/serf/">serf</ulink></para>
    116106
    117     <!-- <para>* The <command>configure</command> script will warn that the
    118     installed <application>neon</application> version is not supported if the
    119     version is greater than &svn-neon-version;. You can circumvent this
    120     warning by passing <option>-disable-neon-version-check</option> to the
    121     <command>configure</command> command. Note that this may or may not work,
    122     depending on the version of <application>neon</application> you have
    123     installed, but <application>neon</application>-0.26.3 is known to
    124     work.</para> -->
    125 
    126107    <bridgehead renderas="sect4">Optional to Build the Java Bindings</bridgehead>
    127108    <para role="optional">One of <xref linkend="icedtea6"/>,
     
    142123    <application>SWIG</application> up to 2.0.1 are known to work.</para>
    143124
    144     <!-- <para>Note that the <application>Python</application>,
    145     <application>Perl</application> and <application>Ruby</application>
    146     bindings will not compile properly with the current version of
    147     <application>SWIG</application>. To build the bindings, you must have
    148     <application>SWIG</application>-1.3.{24,25} installed. Complete
    149     instructions for building the <application>SWIG</application> bindings
    150     can be found in the <application>Subversion</application> source tree
    151     file <filename>./subversion/bindings/swig/INSTALL</filename>.</para> -->
    152 
    153125    <para condition="html" role="usernotes">User Notes:
    154126    <ulink url="&blfs-wiki;/subversion"/></para>
     
    159131    <title>Installation of Subversion</title>
    160132
    161     <!-- <caution>
    162       <para>For reasons that are not yet fully understood,
    163       <application>Subversion</application> repositories based on some versions
    164       of <application>Berkeley DB</application> (notably 4.4.x) may not perform
    165       reliably. Though there have been no reports of corrupted databases caused
    166       by this issue, the <application>Subversion</application> test suite may
    167       report a failure in one of the tests due to problems opening a repository
    168       based on <application>Berkeley DB</application>. This issue only affects
    169       BDB-based repositories on a local installation and does not affect access
    170       to a BDB-based repository on a remote system built with older versions of
    171       <application>Subversion</application> or
    172       <application>Berkeley DB</application>.</para>
    173 
    174       <para>For these reasons, the <application>Berkeley DB</application>
    175       back-end is disabled, and any local BDB-based repositories you may have
    176       will be unavailable after installing <application>Subversion</application>
    177       using the following instructions. Please reference the information at
    178       <ulink
    179       url="http://svnbook.red-bean.com/en/1.1/ch05s03.html#svn-ch-5-sect-3.5"/>
    180       if you need to migrate your repositores.</para>
    181     </caution> -->
    182 
    183133    <para>Install <application>Subversion</application> by running the
    184134    following commands:</para>
    185135
    186 <screen><userinput>sed -i 's/version" !=/version" &lt;/' \
    187     build/ac-macros/berkeley-db.m4 &amp;&amp;
    188 autoconf &amp;&amp;
    189 
    190 ./configure --prefix=/usr &amp;&amp;
     136<screen><userinput>./configure --prefix=/usr &amp;&amp;
    191137make</userinput></screen>
    192138
     
    194140    build the API documentation, issue:
    195141    <command>doxygen doc/doxygen.conf</command>.</para>
    196 
    197     <!-- <note>
    198       <para>If you have <application>Apache</application> installed, pass
    199       the <option>-with-apr=/usr</option> and
    200       <option>-with-apr-util=/usr</option> switches to the
    201       <command>configure</command> script. Otherwise,
    202       <application>Subversion</application> will overwrite APR and APR-utils
    203       from the <application>Apache</application> installation with the source
    204       distribution files. You may also need to pass
    205       <option>-with-apxs=/usr/sbin/apxs</option> as <command>apxs</command>
    206       might not be in an unprivileged user's <envar>PATH</envar> and won't be
    207       properly discovered. Additionally if you have
    208       <application>Apache</application> installed, you may safely remove the
    209       <parameter>-with-installbuilddir=/usr/lib/apr-0</parameter> parameter
    210       as it will have no effect.</para>
    211     </note> -->
    212142
    213143    <para>If you passed the <option>--enable-javahl</option> parameter to
     
    272202  <sect2 role="commands">
    273203    <title>Command Explanations</title>
    274 
    275     <para><command>sed -i '...' build/ac-macros/berkeley-db.m4</command>:
    276     This command fixes the <application>Berkeley-DB</application> discovery
    277     if the <application>Berkeley-DB</application> version is greater than
    278     4.x.</para>
    279 
    280     <para><command>autoconf</command>: This command is used to generate a new
    281     <command>configure</command> script to incorporate the changes from the
    282     previous command.</para>
    283204
    284205    <para><option>--with-apr=<replaceable>&lt;prefix&gt;</replaceable>
     
    294215    <command>apxs</command> might not be in an unprivileged user's
    295216    <envar>PATH</envar> and won't be properly discovered.</para>
    296 
    297     <!-- <para><parameter>-with-installbuilddir=/usr/lib/apr-0</parameter>:
    298     This parameter is used (and only has an effect if you used the
    299     <application>Subversion dependencies</application> package) to force the
    300     installation of some APR-related support programs to
    301     <filename class="directory">/usr/lib/apr-0</filename> instead of
    302     <filename class="directory">/usr/build</filename>.</para> -->
    303217
    304218  </sect2>
  • basicnet/textweb/lynx.xml

    r20e6cade rd8069d7  
    6767    url="http://ftp.ibiblio.org/pub/linux/utils/compress/ncompress-4.2.4.tar.Z">
    6868    ncompress</ulink> and -->
    69     <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink>
     69    <xref linkend='sharutils'/>
    7070    (for a <command>uudecode</command> program)</para>
    7171
  • general.ent

    r20e6cade rd8069d7  
    44-->
    55
    6 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     6<!ENTITY day          "25">                   <!-- Always 2 digits -->
    77<!ENTITY month        "10">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
     
    194194<!ENTITY liboil-version               "0.3.17">
    195195<!ENTITY nspr-version                 "4.8.6">
    196 <!ENTITY libffi-version               "3.0.8">
     196<!ENTITY libffi-version               "3.0.10">
    197197<!ENTITY gobject-introspection-version "0.6.14">
    198198<!ENTITY gir-repository-version       "0.6.5">
     
    222222
    223223<!-- Chapter 9 -->
    224 <!ENTITY libjpeg-version              "8b">
    225 <!ENTITY libpng-version               "1.2.44">
     224<!ENTITY libjpeg-version              "8c">
     225<!ENTITY libpng-version               "1.5.5">
    226226<!ENTITY libtiff-version              "3.9.4">
    227227<!ENTITY giflib-version               "4.1.6">
     
    253253<!ENTITY bc-version                   "1.06.95">
    254254<!ENTITY rep-gtk-version              "0.18">
     255<!ENTITY sharutils-version            "4.11.1">
    255256<!ENTITY compface-version             "1.5.2">
    256257<!ENTITY imagemagick-version          "6.3.5">
     
    331332<!ENTITY python-majorver              "2.6">
    332333<!ENTITY ruby-version                 "1.9.1-p376">
    333 <!ENTITY tcl-version                  "8.5.9">
     334<!ENTITY tcl-version                  "8.5.10">
    334335<!ENTITY tk-version                   "8.5.9">
    335336
     
    446447<!ENTITY rsync-version                "3.0.9">
    447448<!ENTITY samba3-version               "3.5.6">
    448 <!ENTITY subversion-version           "1.6.15">
     449<!ENTITY subversion-version           "1.7.1">
    449450<!ENTITY tcpwrappers-version          "7.6">
    450451<!ENTITY wget-version                 "1.13">
     
    496497<!-- Chapter 23 -->
    497498
    498 <!ENTITY db-version                   "4.8.26">
     499<!ENTITY db-version                   "5.2.36">
    499500<!ENTITY mysql-version                "5.1.52">
    500501<!ENTITY postgresql-version           "9.0.1">
  • general/genlib/gmime.xml

    r20e6cade rd8069d7  
    155155      <?dbhtml list-presentation="table"?>
    156156
    157       <varlistentry id="uudecode">
     157      <varlistentry id="gmime-uudecode">
    158158        <term><command>uudecode</command></term>
    159159        <listitem>
     
    166166      </varlistentry>
    167167
    168       <varlistentry id="uuencode">
     168      <varlistentry id="gmime-uuencode">
    169169        <term><command>uuencode</command></term>
    170170        <listitem>
  • general/genlib/libffi.xml

    r20e6cade rd8069d7  
    77  <!ENTITY libffi-download-http " ">
    88  <!ENTITY libffi-download-ftp  "ftp://sourceware.org/pub/libffi/libffi-&libffi-version;.tar.gz">
    9   <!ENTITY libffi-md5sum        "188a4f79fdac2310044b44b7d3918ef9">
    10   <!ENTITY libffi-size          "706 KB">
    11   <!ENTITY libffi-buildsize     "5 MB">
     9  <!ENTITY libffi-md5sum        "79390673f5d07a8fb342bc09b5055b6f">
     10  <!ENTITY libffi-size          "740 KB">
     11  <!ENTITY libffi-buildsize     "6.5 MB">
    1212  <!ENTITY libffi-time          "0.1 SBU">
    1313]>
  • general/genlib/pth.xml

    r20e6cade rd8069d7  
    3737    program-counter, run-time stack, signal mask and errno variable. </para>
    3838
    39     &lfs67_checked;
     39    &lfs70_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genutils/genutils.xml

    r20e6cade rd8069d7  
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bc.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rep-gtk.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sharutils.xml"/>
    2526  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="compface.xml"/>
    2627  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="imagemagick.xml"/>
  • general/genutils/tidy.xml

    r20e6cade rd8069d7  
    1111  <!ENTITY tidy-buildsize     "12 MB">
    1212  <!ENTITY tidy-time          "0.2 SBU">
    13 
    14   <!-- <!ENTITY tidy-docs-version  "051020">
    15   <!ENTITY tidy-docs-download "http://tidy.sourceforge.net/docs/tidy_docs_&tidy-docs-version;.tgz">
    16   <!ENTITY tidy-docs-md5sum   "86de2f198e57399c063d2567b2a25628">
    17   <!ENTITY tidy-docs-size     "150 KB"> -->
    1813]>
    1914
     
    4136    W3C compliant and compatible with most browsers.</para>
    4237
    43     <para>&lfssvn_checked;20101029&lfssvn_checked2;</para>
     38    &lfs70_checked;
    4439
    4540    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7267    BLFS made no changes to the existing source files.</para>
    7368
    74     <!-- <note>
    75       <para><application>HTML Tidy</application> is
    76       updated very frequently by its maintainers, and the source package listed
    77       above may not be available at the listed URL due to the
    78       release of a newer version. The most current source package can be always
    79       be downloaded from <ulink url="http://tidy.sourceforge.net/src/"/>. If
    80       this version is newer than the version listed above, the following
    81       instructions should work, but have not yet been tested by the BLFS team.
    82       If you'd rather download the version listed above, you can find it at
    83       <ulink url="http://tidy.sourceforge.net/src/old/"/>.</para>
    84     </note> -->
    85 
    86     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> -->
    87 
    88     <!-- <bridgehead renderas="sect4">Documentation</bridgehead>
    89     <itemizedlist spacing="compact">
    90       <listitem>
    91        <para>Documentation: <ulink url="&tidy-docs-download;"/></para>
    92       </listitem>
    93       <listitem>
    94         <para>Download MD5 sum: &tidy-docs-md5sum;</para>
    95       </listitem>
    96       <listitem>
    97         <para>Download size: &tidy-docs-size;</para>
    98       </listitem>
    99     </itemizedlist> -->
    100 
    101     <!-- <bridgehead renderas="sect4">Patches</bridgehead>
    102     <itemizedlist spacing="compact">
    103       <listitem>
    104         <para>Required patch: <ulink
    105         url="&patch-root;/tidy-&tidy-version;-prevent_PRE_newlines-1.patch"/></para>
    106       </listitem>
    107     </itemizedlist> -->
    108 
    10969    <bridgehead renderas="sect3">HTML Tidy Dependencies</bridgehead>
    110 
    111     <!-- <bridgehead renderas="sect4">Recommended (To Build the Man Page and Quick
    112     Reference Docs)</bridgehead>
    113     <para role="recommended"><xref linkend="libxslt"/></para> -->
    11470
    11571    <bridgehead renderas="sect4">Optional</bridgehead>
     
    12379  <sect2 role="installation">
    12480    <title>Installation of HTML Tidy</title>
    125 
    126     <!-- <para>The <application>HTML Tidy</application> documentation
    127     is contained in a separate tarball. Unpack both the source and docs
    128     tarballs before starting the build.</para> -->
    12981
    13082    <para>Install <application>HTML Tidy</application> by
     
    155107    <filename class='directory'>/usr/share/doc/tidy-&tidy-version;.</filename></para>
    156108
    157 <!-- <screen role="root"><userinput>make -C htmldoc install_apidocs</userinput></screen> -->
    158 
    159     <!-- <para>If you have <xref linkend="libxslt"/> installed, issue the following
    160     commands as an unprivileged user to build the man page and HTML
    161     documentation:</para>
    162 
    163 <screen><userinput>cd htmldoc &amp;&amp;
    164 tidy -xml-help &gt; tidy-help.xml &amp;&amp;
    165 tidy -xml-config &gt; tidy-config.xml &amp;&amp;
    166 xsltproc -o tidy.1 tidy1.xsl tidy-help.xml &amp;&amp;
    167 xsltproc -o quickref.html quickref-html.xsl tidy-config.xml &amp;&amp;
    168 cd ..</userinput></screen>
    169 
    170     <para>If you built the man page and the Quick Reference HTML file, install
    171     the man page by issuing the following command as the
    172     <systemitem class="username">root</systemitem> user:</para>
    173 
    174 <screen role="root"><userinput>install -v -m644 htmldoc/tidy.1 /usr/share/man/man1</userinput></screen>
    175 
    176     <para>Now finish the installation by installing the pre-built
    177     documentation as the <systemitem class="username">root</systemitem>
    178     user:</para>
    179 
    180 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/tidy-&tidy-docs-version; &amp;&amp;
    181 cp -v -R htmldoc/* /usr/share/doc/tidy-&tidy-docs-version;</userinput></screen> -->
    182 
    183109  </sect2>
    184 
    185   <!-- <sect2 role="commands">
    186     <title>Command Explanations</title>
    187 
    188     <para><command>sh build/gnuauto/setup.sh</command>: This command prepares
    189     the source tree for building using the GNU <quote>Auto</quote>
    190     tools.</para>
    191 
    192   </sect2> -->
    193110
    194111  <sect2 role="configuration">
  • general/graphlib/libjpeg.xml

    r20e6cade rd8069d7  
    77  <!ENTITY libjpeg-download-http "http://www.ijg.org/files/jpegsrc.v&libjpeg-version;.tar.gz">
    88  <!ENTITY libjpeg-download-ftp " ">
    9   <!ENTITY libjpeg-md5sum "e022acbc5b36cd2cb70785f5b575661e">
    10   <!ENTITY libjpeg-size "965 KB">
    11   <!ENTITY libjpeg-buildsize "9 MB">
     9  <!ENTITY libjpeg-md5sum "a2c10c04f396a9ce72894beb18b4e1f9">
     10  <!ENTITY libjpeg-size "968 KB">
     11  <!ENTITY libjpeg-buildsize "3.6 MB">
    1212  <!ENTITY libjpeg-time "0.2 SBU">
    1313]>
     
    3434    Group standard. It is a "lossy" compression algorithm.</para>
    3535
    36     &lfs65_checked;
     36    &lfs70_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/graphlib/libpng.xml

    r20e6cade rd8069d7  
    77  <!ENTITY libpng-download-http "&sourceforge-repo;/libpng/libpng-&libpng-version;.tar.bz2">
    88  <!ENTITY libpng-download-ftp  " ">
    9   <!ENTITY libpng-md5sum        "e3ac7879d62ad166a6f0c7441390d12b">
    10   <!ENTITY libpng-size          "643 KB">
    11   <!ENTITY libpng-buildsize     "14.7 MB">
    12   <!ENTITY libpng-time          "0.2 SBU">
     9  <!ENTITY libpng-md5sum        "3270bf2990c3174ae939388398de751e">
     10  <!ENTITY libpng-size          "824 KB">
     11  <!ENTITY libpng-buildsize     "11.2 MB">
     12  <!ENTITY libpng-time          "0.3 SBU">
     13  <!ENTITY apng-patch           "&sourceforge-repo2;/projects/libpng-apng/files/libpng-devel/1.5.5/libpng-1.5.5-apng.patch.gz">
    1314]>
    1415
     
    3334    by other programs for reading and writing PNG files.</para>
    3435
    35     &lfs66_checked;
     36    &lfs70_checked;
    3637
    3738    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6162      <listitem>
    6263        <para>Optional patch to include apng functionality in
    63         <application>libpng</application> : <ulink
    64         url="&patch-root;/libpng-&libpng-version;-apng-1.patch"/></para>
    65         <para>Although rejected by upstream, the patch is required if you want
    66         to use the system <application>libpng</application> in
    67         <application>Firefox</application> 3.</para>
     64        <application>libpng</application> : <ulink url="&apng-patch;"/></para>
     65        <para>The patch is required if you want to use the system
     66        <application>libpng</application> in
     67        <application>Firefox</application>.</para>
    6868      </listitem>
    6969    </itemizedlist>
     
    7979    <para>If you want to patch libpng to support apng files, apply the patch:</para>
    8080
    81 <screen><userinput>patch -Np1 -i ../libpng-&libpng-version;-apng-1.patch
    82 </userinput></screen>
     81<screen><userinput>gunzip --stdout ../libpng-1.5.5-apng.patch.gz | patch -Np1</userinput></screen>
    8382
    8483    <para>Install <application>libpng</application> by running the following
     
    9594
    9695install -v -m755 -d /usr/share/doc/libpng-&libpng-version; &amp;&amp;
    97 install -v -m644    README libpng-&libpng-version;.txt \
     96install -v -m644    README libpng-manual.txt \
    9897                    /usr/share/doc/libpng-&libpng-version;</userinput></screen>
    99 
    10098  </sect2>
    101 
    102   <!-- <sect2 role="commands">
    103     <title>Command Explanations</title>
    104 
    105     <para><parameter>ZLIBINC=; ZLIBLIB=</parameter>: This
    106     forces <application>libpng</application> to look for the
    107     <application>Zlib</application> includes and libraries in the default locations
    108     (<filename class='directory'>/usr/include</filename> and
    109     <filename class='directory'>/usr/lib</filename> respectively).</para>
    110 
    111     <para><parameter>-f scripts/makefile.linux</parameter>: This points
    112     <command>make</command> at the <application>Linux</application> version of the
    113     <filename>Makefile</filename> as <application>libpng</application> doesn't use
    114     an <application>Autoconf</application> routine. Instead, it has various
    115     <filename>Makefile</filename>s for different platforms.</para>
    116 
    117   </sect2> -->
    118 
    119   <!-- <sect2 role="configuration">
    120     <title>Configuring libpng</title>
    121 
    122     <sect3>
    123       <title>Configuration Information</title>
    124 
    125       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    126       href="../../xincludes/lib-config.xml"/>
    127 
    128     </sect3>
    129 
    130   </sect2> -->
    13199
    132100  <sect2 role="content">
  • general/prog/tcl.xml

    r20e6cade rd8069d7  
    77  <!ENTITY tcl-download-http "&sourceforge-repo;/tcl/tcl&tcl-version;-src.tar.gz">
    88  <!ENTITY tcl-download-ftp  "&gentoo-ftp-repo;/tcl&tcl-version;-src.tar.gz">
    9   <!ENTITY tcl-md5sum        "8512d8db3233041dd68a81476906012a">
    10   <!ENTITY tcl-size          "4.4 MB">
    11   <!ENTITY tcl-buildsize     "64 MB (includes documentation installation)">
    12   <!ENTITY tcl-time          "0.4 SBU (additional 1.2 SBU to run the test suite)">
     9  <!ENTITY tcl-md5sum        "a08eaf8467c0631937067c1948dd326b">
     10  <!ENTITY tcl-size          "4.3 MB">
     11  <!ENTITY tcl-buildsize     "47 MB (includes documentation installation)">
     12  <!ENTITY tcl-time          "0.4 SBU">
    1313
    1414  <!ENTITY tcl-doc-download  "&sourceforge-repo;/tcl/tcl&tcl-version;-html.tar.gz">
    15   <!ENTITY tcl-doc-md5sum    "c90e55a4ae13dc5277a5be01fde2283b">
    16   <!ENTITY tcl-doc-size      "932 KB">
     15  <!ENTITY tcl-doc-md5sum    "3b5cf7f3dffe534bda80fb826937034a">
     16  <!ENTITY tcl-doc-size      "912 KB">
    1717
    1818  <!-- Ensure this is updated when Tcl moves from the 8.5.x branch -->
     
    4040    Language, a robust general-purpose scripting language.</para>
    4141
    42     &lfs67_checked;
     42    &lfs70_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9393    by issuing the following command:</para>
    9494
    95 <screen><userinput>tar xf ../tcl&tcl-version;-html.tar.gz --strip-components=1</userinput></screen>
     95<screen><userinput>tar -xf ../tcl&tcl-version;-html.tar.gz --strip-components=1</userinput></screen>
    9696
    9797    <para>Install <application>Tcl</application> by running the following
  • introduction/welcome/changelog.xml

    r20e6cade rd8069d7  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>October 25th, 2011</para>
     46      <itemizedlist>
     47<!--        <listitem>
     48          <para>[bdubbs] - Update to subversion-1.7.1.</para>
     49        </listitem>-->
     50        <listitem>
     51          <para>[bdubbs] - Update to Berkeley DB-5.2.36.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Add sharutils-4.11.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to tcl-8.5.10.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to libpng-1.5.5.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[bdubbs] - Update to jpeg-8c.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[bdubbs] - Update to libffi-3.0.10.</para>
     67        </listitem>
     68      </itemizedlist>
     69    </listitem>
    4370
    4471    <listitem>
  • multimedia/audioutils/freetts.xml

    r20e6cade rd8069d7  
    8686    <bridgehead renderas="sect4">Required</bridgehead>
    8787    <para role="required"><xref linkend="apache-ant"/>,
    88     <ulink url="http://www.gnu.org/software/sharutils/">Sharutils</ulink>
     88    <xref linkend='sharutils'/>
    8989    (for the <command>uudecode</command> program),
    9090    and working audio hardware/software.</para>
  • pst/xml/docbook-xsl.xml

    r20e6cade rd8069d7  
    4040    performing transformations on XML DocBook files.</para>
    4141
    42     <para>&lfssvn_checked;20101029&lfssvn_checked2;</para>
     42    &lfs70_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • pst/xml/docbook.xml

    r20e6cade rd8069d7  
    3636    transformations already written for that standard.</para>
    3737
    38     &lfs65_checked;
     38    &lfs70_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/databases/db.xml

    r20e6cade rd8069d7  
    77  <!ENTITY db-download-http "http://download-east.oracle.com/berkeley-db/db-&db-version;.tar.gz">
    88  <!ENTITY db-download-ftp  "&gentoo-ftp-repo;/db-&db-version;.tar.gz">
    9   <!ENTITY db-md5sum        "3476bac9ec0f3c40729c8a404151d5e3">
    10   <!ENTITY db-size          "22.8 MB">
    11   <!ENTITY db-buildsize     "250 MB (additional 100 MB to run parallel standard test suite)">
    12   <!ENTITY db-time          "1.9 SBU (builds all bindings, add an additional 145 SBU to run parallel standard test suite)">
     9  <!ENTITY db-md5sum        "88466dd6c13d5d8cddb406be8a1d4d92">
     10  <!ENTITY db-size          "33 MB">
     11  <!ENTITY db-buildsize     "181 MB (additional 100 MB to run parallel standard test suite)">
     12  <!ENTITY db-time          "1.4 SBU (builds all bindings, add an additional 145 SBU to run parallel standard test suite)">
    1313]>
    1414
     
    3030    <title>Introduction to Berkeley DB</title>
    3131
    32     <!-- <para>The <application>Berkeley DB</application> package contains programs
    33     and utilities used by many other applications for database related
    34     functions. This package is also installed during LFS and may already exist
    35     on your system. It is listed here in BLFS as well because you may need to
    36     reinstall it if you need the additional language bindings or the RPC
    37     server. If you do reinstall <application>Berkeley DB</application>, ensure
    38     you use the &lfs-bdb-version; version used in the LFS book.</para> -->
    39 
    4032    <para>The <application>Berkeley DB</application> package contains programs
    4133    and utilities used by many other applications for database related
    4234    functions.</para>
    4335
     36    &lfs70_checked;
     37
    4438    <bridgehead renderas="sect3">Package Information</bridgehead>
    4539    <itemizedlist spacing="compact">
     
    6458    </itemizedlist>
    6559
    66     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    67     <itemizedlist spacing="compact">
    68       <listitem>
    69         <para>Required patch: <ulink
    70         url="http://www.oracle.com/technology/products/berkeley-db/db/update/&db-version;/patch.&db-version;.1"/></para>
    71       </listitem>
    72       <listitem>
    73         <para>Required patch: <ulink
    74         url="http://www.oracle.com/technology/products/berkeley-db/db/update/&db-version;/patch.&db-version;.2"/></para>
    75       </listitem>
    76     </itemizedlist> -->
    77 
    7860    <bridgehead renderas="sect3">Berkeley DB Dependencies</bridgehead>
    7961
    8062    <bridgehead renderas="sect4">Optional</bridgehead>
    81     <para role="optional"><xref linkend="tcl"/>,
    82     <xref linkend="icedtea6"/> or <xref linkend="jdk"/>, and
    83     <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink>
    84     (for the <command>uudecode</command> command)</para>
     63    <para role="optional">
     64      <xref linkend="tcl"/>,
     65      <xref linkend="icedtea6"/> or <xref linkend="jdk"/>, and
     66      <xref linkend='sharutils'/> (for the <command>uudecode</command> command)
     67    </para>
    8568
    8669    <para condition="html" role="usernotes">User Notes:
     
    117100    run:</para>
    118101
    119 <screen><userinput>source ../test/test.tcl
     102<screen><userinput>source ../test/tcl/test.tcl
    120103run_parallel 5 run_std
    121104exit</userinput></screen>
     
    126109cd ..</userinput></screen>
    127110
     111    <note><para>Test127.f and Repmgr026.c are known to fail.</para></note>
     112
     113    <para>There are additional testing suites in the <filename
     114    class='directory'>test/c</filename> and <filename
     115    class='directory'>test/cxx</filename> directories.  See the
     116    <filename>README</filename> in each directory for instructions on how to
     117    run the tests.</para>
     118
    128119  </sect2>
    129120
    130121  <sect2 role="installation" id="bdb-installation">
    131122    <title>Installation of Berkeley DB</title>
    132 
    133     <!-- <para>The installation commands below are identical to the commands used
    134     in the LFS book. If you installed <application>Berkeley DB</application>
    135     in LFS, and you don't add anything to the <command>configure</command>
    136     script, you'll end up with exactly what you already have. The additional
    137     parameters you can use are listed in the Command Explanations section
    138     below.</para> -->
    139123
    140124    <note>
     
    170154<screen role="root"><userinput>make docdir=/usr/share/doc/db-&db-version; install &amp;&amp;
    171155chown -v -R root:root \
    172       /usr/bin/berkeley_db_svc \
    173156      /usr/bin/db_* \
    174157      /usr/include/db{,_185,_cxx}.h \
    175       /usr/lib/libdb{{,_cxx}.a,{,_cxx,_java,_tcl}-4.8.{so,a,la}} \
     158      /usr/lib/libdb*.{so,a,la} \
    176159      /usr/share/doc/db-&db-version;</userinput></screen>
    177160
     
    214197  <sect2 role="content">
    215198    <title>Contents</title>
    216 
    217     <!-- <para>Only the program and libraries not installed in LFS are listed here,
    218     the others can be found at <ulink
    219     url="&lfs-root;/chapter06/db.html#contents-db"/> as they were initially
    220     installed during the building of LFS.</para> -->
    221199
    222200    <segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.