Changeset 93c1bf51


Ignore:
Timestamp:
01/10/2005 10:41:26 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
4e83952
Parents:
9cb302c7
Message:

Updated to Berkeley DB-4.3.27.

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db.xml

    r9cb302c7 r93c1bf51  
    66
    77  <!ENTITY db-download-http " ">
    8   <!ENTITY db-download-ftp  "ftp://sleepycat1.inetu.net/releases/db-4.2.52.tar.gz">
    9   <!ENTITY db-size          "4.1 MB">
     8  <!ENTITY db-download-ftp  "ftp://sleepycat1.inetu.net/releases/db-&db-version;.tar.gz">
     9  <!ENTITY db-size          "5.7 MB">
    1010  <!ENTITY db-buildsize     "68 MB">
    11   <!ENTITY db-time          "1.22 SBU">
     11  <!ENTITY db-time          "1.23 SBU">
    1212]>
    1313
     
    4040</sect3>
    4141
    42 <sect3><title>Additional downloads</title>   
    43 <itemizedlist spacing='compact'>   
    44 <listitem><para>Required Patch: <ulink     
    45 url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.1"/></para></listitem>   
    46 <listitem><para>Required Patch: <ulink   
    47 url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.2"/></para>   
    48 </listitem></itemizedlist>     
    49 </sect3>
    50 
    5142<sect3><title><application>Berkeley DB</application> dependencies</title>
    5243<sect4><title>Optional</title>
     
    6354commands:</para>
    6455
    65 <screen><userinput><command>patch -Np0 -i ../patch.4.2.52.1 &amp;&amp;
    66 patch -Np0 -i ../patch.&db-version; &amp;&amp;
    67 cd build_unix &amp;&amp;
     56<screen><userinput><command>cd build_unix &amp;&amp;
    6857../dist/configure --prefix=/usr \
    6958    --enable-compat185 \
     
    8069<screen><userinput><command>chown root:root /usr/bin/db_* \
    8170/usr/lib/libdb* /usr/include/db* &amp;&amp;
    82 chown -R root:root /usr/share/doc/db-4.2.52.2</command></userinput></screen>
     71chown -R root:root /usr/share/doc/db-&db-version;</command></userinput></screen>
    8372
    8473</sect2>
  • content/web/php.xml

    r9cb302c7 r93c1bf51  
    3535<listitem><para>Estimated disk space required: &php-buildsize;</para></listitem>
    3636<listitem><para>Estimated build time: &php-time;</para></listitem></itemizedlist>
     37</sect3>
     38
     39<sect3><title>Additional downloads</title>
     40<itemizedlist spacing="compact">
     41<listitem><para>Required patch for Berkeley DB: <ulink
     42url="&patch-root;/php-&php-version;-db43-1.patch"/></para>
     43</listitem></itemizedlist>
    3744</sect3>
    3845
     
    104111server-side scripting as it is the most common form.</para></note>
    105112
     113<para>If you have Berkeley DB installed and wish to utilize it, apply
     114the following patch:</para>
     115
     116<screen><userinput><command>patch -Np1 ../php-&php-version;-db43-1.patch</command></userinput></screen>
     117
    106118<para>Install <application><acronym>PHP</acronym></application> by
    107119running the following commands:</para>
  • general.ent

    r9cb302c7 r93c1bf51  
    259259<!-- Part VII -->                   
    260260<!-- Chapter 23 -->                 
    261 <!ENTITY db-version                   "4.2.52.2"> 
     261<!ENTITY db-version                   "4.3.27"> 
    262262<!ENTITY db-3.3-version               "3.3.11"> 
    263263<!ENTITY mysql-version                "4.1.8a">   
  • general/prog/python.xml

    r9cb302c7 r93c1bf51  
    4141<listitem><para>Required patch: <ulink
    4242url="&patch-root;/Python-&Python-version;-gdbm-1.patch"/></para></listitem>
     43<listitem><para>Required patch for Berkeley DB: <ulink
     44url="&patch-root;/Python-&Python-version;-db43-1.patch"/></para></listitem>
    4345</itemizedlist>
    4446</sect3>
     
    5759<sect2>
    5860<title>Installation of <application>Python</application></title>
     61
     62<para>If you have Berkeley DB installed and wish to utilize it, apply
     63the following patch:</para>
     64
     65<screen><userinput><command>patch -Np1 ../Python-&Python-version;-db43-1.patch</command></userinput></screen>
    5966
    6067<para>Install <application>Python</application> by running the following
  • gnome/otherlibs/gconf1.xml

    r9cb302c7 r93c1bf51  
    4141</sect3>
    4242
     43<sect3><title>Additional downloads</title>
     44<itemizedlist spacing="compact">
     45<listitem><para>Required patch for Berkeley DB: <ulink
     46url="&patch-root;/GConf-&GConf1-version;-db43-1.patch"/></para>
     47</listitem></itemizedlist>
     48</sect3>
     49
    4350<sect3><title><application>GConf</application> dependencies</title>
    4451<sect4><title>Required</title>
     
    4855<sect4><title>Optional</title>
    4956<para><xref linkend="GTK"/>,
    50 <xref linkend="db-3.3"/> and
     57<xref linkend="db"/> and
    5158<xref linkend="guile"/></para>
    5259</sect4>
     
    5764<sect2>
    5865<title>Installation of <application>GConf</application></title>
     66
     67<para>If you have Berkeley DB installed apply the following
     68patch:</para>
     69
     70<screen><userinput><command>patch -Np1 ../GConf-&GConf1-version;-db43-1.patch</command></userinput></screen>
    5971
    6072<para>Install <application>GConf</application> by running the following
  • introduction/welcome/changelog.xml

    r9cb302c7 r93c1bf51  
    2424
    2525<listitem><para>January 10th, 2005 [igor]: Updated to
    26 OpenLDAP-2.2.20.</para></listitem>
     26OpenLDAP-2.2.20 and Berkeley DB-4.3.27.</para></listitem>
    2727
    2828<listitem><para>January 10th, 2005 [randy]: Updated to Sendmail-8.13.2;
  • kde/add/kdesdk.xml

    r9cb302c7 r93c1bf51  
    3838</sect3>
    3939
     40<sect3><title>Additional downloads</title>
     41<itemizedlist spacing="compact">
     42<listitem><para>Required patch for Berkeley DB: <ulink
     43url="&patch-root;/kdesdk-&kdesdk-version;-db43-1.patch"/></para>
     44</listitem></itemizedlist>
     45</sect3>
     46
    4047<sect3><title><application>kdesdk</application> dependencies</title>
    4148<sect4><title>Required</title>
     
    5461<sect2>
    5562<title>Installation of <application>kdesdk</application></title>
     63
     64<para>If you have Berkeley DB installed, apply
     65the following patch:</para>
     66
     67<screen><userinput><command>patch -Np1 ../kdesdk-&kdesdk-version;-db43-1.patch</command></userinput></screen>
    5668
    5769<para>Install <application>kdesdk</application> with:</para>
  • server/mail/exim.xml

    r9cb302c7 r93c1bf51  
    4141</sect3>
    4242
     43<sect3><title>Additional downloads</title>
     44<itemizedlist spacing="compact">
     45<listitem><para>Required patch for Berkeley DB: <ulink
     46url="&patch-root;/exim-&exim-version;-db43-1.patch"/></para>
     47</listitem></itemizedlist>
     48</sect3>
     49
    4350<sect3><title><application>Exim</application> dependencies</title>
    4451<sect4><title>Required</title>
     
    6976create the group and user exim which will run the
    7077<command>exim</command> daemon:</para>
     78
     79<para>If you have Berkeley DB installed, apply
     80the following patch:</para>
     81
     82<screen><userinput><command>patch -Np1 ../exim-&exim-version;-db43-1.patch</command></userinput></screen>
    7183
    7284<screen><userinput><command>groupadd exim &amp;&amp;
  • template/template.xml

    r9cb302c7 r93c1bf51  
    5151<sect3><title>Additional downloads</title>
    5252<itemizedlist spacing="compact">
    53 <listitem><para>Required Patch: <ulink
     53<listitem><para>Required patch: <ulink
    5454url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/></para>
    5555</listitem></itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.