Changeset ada64bf


Ignore:
Timestamp:
08/02/2006 11:27:45 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:
2fb9a19
Parents:
707873ad
Message:

Added four upstream patches to the Berkeley-DB instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r707873ad rada64bf  
    1 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     1<!ENTITY day          "03">                   <!-- Always 2 digits -->
    22<!ENTITY month        "08">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "August &day;nd, &year;">
     5<!ENTITY releasedate  "August &day;rd, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r707873ad rada64bf  
    4343
    4444    <listitem>
     45      <para>August 3rd, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added four upstream patches to the Berkeley-DB
     49          instructions.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>August 2nd, 2006</para>
    4656      <itemizedlist>
  • server/databases/db.xml

    r707873ad rada64bf  
    6060    </itemizedlist>
    6161
     62    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     63    <itemizedlist spacing="compact">
     64      <listitem>
     65        <para>Required patch: <ulink
     66        url="http://www.sleepycat.com/update/4.4.20/patch.4.4.20.1"/></para>
     67      </listitem>
     68      <listitem>
     69        <para>Required patch: <ulink
     70        url="http://www.sleepycat.com/update/4.4.20/patch.4.4.20.2"/></para>
     71      </listitem>
     72      <listitem>
     73        <para>Required patch: <ulink
     74        url="http://www.sleepycat.com/update/4.4.20/patch.4.4.20.3"/></para>
     75      </listitem>
     76      <listitem>
     77        <para>Required patch: <ulink
     78        url="http://www.sleepycat.com/update/4.4.20/patch.4.4.20.4"/></para>
     79      </listitem>
     80    </itemizedlist>
     81
    6282    <bridgehead renderas="sect3">Berkeley DB Dependencies</bridgehead>
    6383
     
    87107    the following commands:</para>
    88108
    89 <screen><userinput>cd build_unix &amp;&amp;
     109<screen><userinput>for PATCH in ../patch.4.4.20.{1..4}; do patch -Np0 -i $PATCH; done &amp;&amp;
     110cd build_unix &amp;&amp;
    90111../dist/configure --prefix=/usr \
    91112                  --enable-test \
     
    123144    following commands:</para>
    124145
    125 <screen><userinput>cd build_unix &amp;&amp;
     146<screen><userinput>for PATCH in ../patch.4.4.20.{1..4}; do patch -Np0 -i $PATCH; done &amp;&amp;
     147cd build_unix &amp;&amp;
    126148../dist/configure --prefix=/usr \
    127149                  --enable-compat185 \
Note: See TracChangeset for help on using the changeset viewer.