Changeset ffdbde9c


Ignore:
Timestamp:
08/03/2018 05:23:16 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f4362f22
Parents:
aadf6b2
Message:

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.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    raadf6b2 rffdbde9c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 2nd, &year;">
     9<!ENTITY releasedate  "August 3rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    raadf6b2 rffdbde9c  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>August 3rd, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Fix postfix to build against Berkeley DB-18. Minimally
     49          tested, but without grokking what changed from DB-6 to DB-18 there
     50          may possibly be breakage for some usage.
     51          Addresses <ulink url="&blfs-ticket-root;10984">#10984</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4456    <listitem>
    4557      <para>August 2nd, 2018</para>
  • server/mail/postfix.xml

    raadf6b2 rffdbde9c  
    153153        For more details read the readme files.
    154154      </para>
     155
     156       <para>
     157         The current version of <xref linkend="db"/> is not recognised by a
     158         hard-coded test for known versions. To build with this version use the
     159         following sed:
     160      </para>
     161
     162<screen><userinput>sed -i 's/DB_VERSION_MAJOR == 6 .*||/DB_VERSION_MAJOR &gt; 4 ||/' \
     163  src/util/dict_db.c</userinput></screen>
    155164
    156165      <sect4>
Note: See TracChangeset for help on using the changeset viewer.