Author: ken
Date: Fri Aug  3 10:23:16 2018
New Revision: 20268

Log:
Fix postfix to build against db-18, works for me in my local usage but might 
break for others. Will suggest reverting to db-5.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/mail/postfix.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Aug  2 14:17:27 2018        (r20267)
+++ trunk/BOOK/general.ent      Fri Aug  3 10:23:16 2018        (r20268)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "02">                   <!-- Always 2 digits -->
+<!ENTITY day          "03">                   <!-- Always 2 digits -->
 <!ENTITY month        "08">                   <!-- Always 2 digits -->
 <!ENTITY year         "2018">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "August 2nd, &year;">
+<!ENTITY releasedate  "August 3rd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Aug  2 14:17:27 
2018        (r20267)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Aug  3 10:23:16 
2018        (r20268)
@@ -42,6 +42,18 @@
     </listitem>
 -->
     <listitem>
+      <para>August 3rd, 2018</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Fix postfix to build against Berkeley DB-18. Minimally
+          tested, but without grokking what changed from DB-6 to DB-18 there
+          may possibly be breakage for some usage.
+          Addresses <ulink url="&blfs-ticket-root;10984">#10984</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 2nd, 2018</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/server/mail/postfix.xml
==============================================================================
--- trunk/BOOK/server/mail/postfix.xml  Thu Aug  2 14:17:27 2018        (r20267)
+++ trunk/BOOK/server/mail/postfix.xml  Fri Aug  3 10:23:16 2018        (r20268)
@@ -153,6 +153,15 @@
         For more details read the readme files.
       </para>
 
+       <para>
+         The current version of        <xref linkend="db"/> is not recognised 
by a
+         hard-coded test for known versions. To build with this version use the
+         following sed:
+      </para>
+
+<screen><userinput>sed -i 's/DB_VERSION_MAJOR == 6 .*||/DB_VERSION_MAJOR &gt; 
4 ||/' \
+  src/util/dict_db.c</userinput></screen>
+
       <sect4>
         <title>Cyrus-SASL</title>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to