Author: randy
Date: 2006-08-02 17:27:45 -0600 (Wed, 02 Aug 2006)
New Revision: 6268

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/databases/db.xml
Log:
Added four upstream patches to the Berkeley-DB instructions

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-08-02 19:24:02 UTC (rev 6267)
+++ trunk/BOOK/general.ent      2006-08-02 23:27:45 UTC (rev 6268)
@@ -1,8 +1,8 @@
-<!ENTITY day          "02">                   <!-- Always 2 digits -->
+<!ENTITY day          "03">                   <!-- Always 2 digits -->
 <!ENTITY month        "08">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">
-<!ENTITY releasedate  "August &day;nd, &year;">
+<!ENTITY releasedate  "August &day;rd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "stable">          <!-- 
version|stable|testing|unstable|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-08-02 19:24:02 UTC 
(rev 6267)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-08-02 23:27:45 UTC 
(rev 6268)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>August 3rd, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Added four upstream patches to the Berkeley-DB
+          instructions.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 2nd, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/server/databases/db.xml
===================================================================
--- trunk/BOOK/server/databases/db.xml  2006-08-02 19:24:02 UTC (rev 6267)
+++ trunk/BOOK/server/databases/db.xml  2006-08-02 23:27:45 UTC (rev 6268)
@@ -59,6 +59,26 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact"> 
+      <listitem> 
+        <para>Required patch: <ulink
+        url="http://www.sleepycat.com/update/4.4.20/patch.4.4.20.1"/></para>
+      </listitem>
+      <listitem> 
+        <para>Required patch: <ulink
+        url="http://www.sleepycat.com/update/4.4.20/patch.4.4.20.2"/></para>
+      </listitem>
+      <listitem> 
+        <para>Required patch: <ulink
+        url="http://www.sleepycat.com/update/4.4.20/patch.4.4.20.3"/></para>
+      </listitem>
+      <listitem> 
+        <para>Required patch: <ulink
+        url="http://www.sleepycat.com/update/4.4.20/patch.4.4.20.4"/></para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">Berkeley DB Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
@@ -86,7 +106,8 @@
     <para>Build for the <application>Berkeley DB</application> test by running
     the following commands:</para>
 
-<screen><userinput>cd build_unix &amp;&amp;
+<screen><userinput>for PATCH in ../patch.4.4.20.{1..4}; do patch -Np0 -i 
$PATCH; done &amp;&amp;
+cd build_unix &amp;&amp;
 ../dist/configure --prefix=/usr \
                   --enable-test \
                   --enable-tcl  \
@@ -122,7 +143,8 @@
     below. Install <application>Berkeley DB</application> by running the
     following commands:</para>
 
-<screen><userinput>cd build_unix &amp;&amp;
+<screen><userinput>for PATCH in ../patch.4.4.20.{1..4}; do patch -Np0 -i 
$PATCH; done &amp;&amp;
+cd build_unix &amp;&amp;
 ../dist/configure --prefix=/usr \
                   --enable-compat185 \
                   --enable-cxx &amp;&amp;

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to