Changeset 7e39ba39


Ignore:
Timestamp:
09/02/2015 10:51:42 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
e5e7a1d
Parents:
8763a1da
Message:

mutt-1.5.24.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8763a1da r7e39ba39  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 1st &year;">
     9<!ENTITY releasedate  "September 2nd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r8763a1da r7e39ba39  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>September 2nd, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Update to mutt-1.5.24. Fixes
     52            <ulink url="&blfs-ticket-root;6882">#6882</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757      <listitem>
  • networking/mailnews/mutt.xml

    r8763a1da r7e39ba39  
    77<!--  <!ENTITY mutt-download-http "&sourceforge-repo;/mutt/mutt-&mutt-version;.tar.gz">-->
    88  <!ENTITY mutt-download-http " ">
    9   <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/mutt/mutt-&mutt-version;.tar.gz">
    10   <!ENTITY mutt-md5sum        "11f5b6a3eeba1afa1257fe93c9f26bff">
    11   <!ENTITY mutt-size          "3.7 MB">
     9  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
     10  <!ENTITY mutt-md5sum        "7f25d27f3c7c82285ac07aac35f5f0f2">
     11  <!ENTITY mutt-size          "3.8 MB">
    1212  <!ENTITY mutt-buildsize     "36 MB (plus a further 8MB for the PDF manual)">
    13   <!ENTITY mutt-time          "0.7 SBU (plus a further 0.2SBU to regenerate the html if the required dependencies are present, and 0.2 SBU to build the PDF manual)">
     13  <!ENTITY mutt-time          "0.3 SBU (plus a further 0.2 SBU to build the PDF manual)">
    1414]>
    1515
     
    3535    deleting your email.</para>
    3636
    37     &lfs77_checked; &gcc5_checked;
     37    &gcc5_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5959    </itemizedlist>
    6060
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     61    <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6262    <itemizedlist spacing='compact'>
    6363      <listitem>
     
    6666        </para>
    6767      </listitem>
    68     </itemizedlist>
     68    </itemizedlist>-->
    6969
    7070    <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
     
    120120      <application>Mutt</application>: a segmentation fault that occurs under
    121121      certain conditions and a compilation problem when building with recent
    122       versions of <application>GCC</application>.  To find the current
    123       stable release, please refer to the
    124       <ulink url="http://www.mutt.org/">Mutt home page</ulink>.</para>
     122      versions of <application>GCC</application>.
     123      </para>
    125124    </note>
    126125
     
    137136<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
    138137
     138    <para><application>Mutt</application> will rebuild the html documentation
     139    if <application>libxslt</application> is present, then use that to update
     140    the text manual - even if none of the specified browsers are present. That
     141    will create an empty text file, so we will save the shipped file.
     142    </para>
     143
    139144    <para>Install <application>Mutt</application> by running the following
    140145    commands:</para>
    141146
    142 <screen><userinput>patch -Np1 -i ../mutt-&mutt-version;-upstream_fixes-1.patch &amp;&amp;
     147<screen><userinput>cp -v doc/manual.txt{,.shipped} &amp;&amp;
    143148./configure --prefix=/usr     \
    144149            --sysconfdir=/etc \
     
    151156            --without-bdb     \
    152157            --without-tokyocabinet &amp;&amp;
    153 make</userinput></screen>
    154 
    155     <!-- for the moment, the html is regenerated automatically if the deps are
    156     present, there is no way to stop it except by removing a dependency
    157     <para>If you have the necessary dependencies installed and would like
    158     to rebuild the HTML documentation, issue the following commands:</para>
    159 
    160 <screen><userinput>make -C doc clean &amp;&amp;
    161 make -C doc</userinput></screen> -->
     158make &amp;&amp;
     159test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen>
    162160
    163161    <para>To generate the PDF manual with <xref linkend="texlive"/>, run
     
    220218    <para><option>--with-slang</option>: Use <application>S-Lang
    221219    </application> instead of <application>Ncurses</application>.</para>
     220
     221    <para><option>test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</option>:
     222    if the text manual is now empty (<application>libxslt</application> is installed,
     223    but without any of the specified text browsers), restore it from the copy.</para>
    222224
    223225  </sect2>
  • packages.ent

    r8763a1da r7e39ba39  
    399399<!ENTITY procmail-version             "3.22">
    400400<!ENTITY fetchmail-version            "6.3.26">
    401 <!ENTITY mutt-version                 "1.5.23">
     401<!ENTITY mutt-version                 "1.5.24">
    402402<!ENTITY re-alpine-version            "2.03">
    403403
Note: See TracChangeset for help on using the changeset viewer.