mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
mutt-1.9.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19943 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1ec4f1ae2a
commit
e675c8fb57
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2018">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "March 11th, &year;">
|
||||
<!ENTITY releasedate "March 12th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>March 11th, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Update to mutt-1.9.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;10507">#10507</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 11th, 2018</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY mutt-download-http " ">
|
||||
<!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
|
||||
<!ENTITY mutt-md5sum "2cfaabbf0c0ef74cff9af2a0a30de30d">
|
||||
<!ENTITY mutt-md5sum "1e8e16d6cc6e198be8397400477a3711">
|
||||
<!ENTITY mutt-size "4.1 MB">
|
||||
<!ENTITY mutt-buildsize "39 MB (plus a further 5MB for the PDF manual)">
|
||||
<!ENTITY mutt-buildsize "41 MB (plus a further 5MB for the PDF manual)">
|
||||
<!ENTITY mutt-time "0.3 SBU (plus a further 0.2 SBU to build the PDF manual)">
|
||||
]>
|
||||
|
||||
@ -142,8 +142,7 @@
|
||||
--enable-imap \
|
||||
--enable-hcache \
|
||||
--enable-sidebar &&
|
||||
make &&
|
||||
test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen>
|
||||
make &&</userinput></screen>
|
||||
|
||||
<para>To generate the PDF manual with <xref linkend="texlive"/>, run
|
||||
the following command:</para>
|
||||
@ -154,7 +153,11 @@ test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role='root'><userinput>make install</userinput></screen>
|
||||
<screen role='root'><userinput>
|
||||
make install &&
|
||||
test -s doc/manual.txt ||
|
||||
install -v -m644 doc/manual.txt.shipped \
|
||||
/usr/share/doc/mutt-&mutt-version;/manual.txt</userinput></screen>
|
||||
|
||||
<para>If you generated the PDF manual, install it
|
||||
by issuing the following command as the
|
||||
@ -215,10 +218,12 @@ chmod -v 2755 /usr/bin/mutt_dotlock</userinput></screen>
|
||||
<para><option>\-\-with-slang</option>: Use <application>S-Lang
|
||||
</application> instead of <application>Ncurses</application>.</para> -->
|
||||
|
||||
<para><command>test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</command>:
|
||||
<para><command>test -s doc/manual.txt || install -v -m644 doc/manual.txt.shipped ...</command>:
|
||||
if the text manual is now empty (<application>libxslt</application> is
|
||||
installed, but without any of the specified text browsers), restore it
|
||||
from the copy.</para>
|
||||
installed, but without any of the specified text browsers), install the
|
||||
saved copy <emphasis>after</emphasis> running 'make install'
|
||||
<emphasis>(which would itself empty manual.txt if the shipped file had
|
||||
already been copied back)</emphasis>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -274,7 +279,7 @@ chmod -v 2755 /usr/bin/mutt_dotlock</userinput></screen>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>mutt, mutt_dotlock, pgpewrap, pgpring, and
|
||||
<seg>flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and
|
||||
smime_keys</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/usr/share/doc/mutt-&mutt-version;</seg>
|
||||
@ -286,6 +291,16 @@ chmod -v 2755 /usr/bin/mutt_dotlock</userinput></screen>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="flea">
|
||||
<term><command>flea</command></term>
|
||||
<listitem>
|
||||
<para>is a script showing where to report bugs.</para>
|
||||
<indexterm zone="mutt flea">
|
||||
<primary sortas="b-flea">flea</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mutt-prog">
|
||||
<term><command>mutt</command></term>
|
||||
<listitem>
|
||||
@ -307,6 +322,16 @@ chmod -v 2755 /usr/bin/mutt_dotlock</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="muttbug">
|
||||
<term><command>muttbug</command></term>
|
||||
<listitem>
|
||||
<para>is a script identical to <command>flea</command>.</para>
|
||||
<indexterm zone="mutt muttbug">
|
||||
<primary sortas="b-muttbug">muttbug</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="pgpewrap">
|
||||
<term><command>pgpewrap</command></term>
|
||||
<listitem>
|
||||
|
@ -487,7 +487,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY mailx-version "12.5">
|
||||
<!ENTITY procmail-version "3.22">
|
||||
<!ENTITY fetchmail-version "6.3.26">
|
||||
<!ENTITY mutt-version "1.9.3">
|
||||
<!ENTITY mutt-version "1.9.4">
|
||||
<!ENTITY alpine-version "2.21">
|
||||
|
||||
<!-- Part V -->
|
||||
|
Loading…
Reference in New Issue
Block a user