Changeset e675c8f
- Timestamp:
- 03/12/2018 03:04:36 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8427861
- Parents:
- 1ec4f1ae
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1ec4f1ae re675c8f 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 1"> <!-- Always 2 digits -->3 <!ENTITY day "12"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 1 1th, &year;">9 <!ENTITY releasedate "March 12th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r1ec4f1ae re675c8f 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Update to mutt-1.9.4. Fixes 49 <ulink url="&blfs-ticket-root;10507">#10507</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 55 <para>March 11th, 2018</para> 56 <itemizedlist> 57 <listitem> 48 58 <para>[pierre] - Update configuration instructions for OpenLDAP: 49 59 Mention the new slapd-config method, and account for possibly -
networking/mailnews/mutt.xml
r1ec4f1ae re675c8f 7 7 <!ENTITY mutt-download-http " "> 8 8 <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz"> 9 <!ENTITY mutt-md5sum " 2cfaabbf0c0ef74cff9af2a0a30de30d">9 <!ENTITY mutt-md5sum "1e8e16d6cc6e198be8397400477a3711"> 10 10 <!ENTITY mutt-size "4.1 MB"> 11 <!ENTITY mutt-buildsize " 39MB (plus a further 5MB for the PDF manual)">11 <!ENTITY mutt-buildsize "41 MB (plus a further 5MB for the PDF manual)"> 12 12 <!ENTITY mutt-time "0.3 SBU (plus a further 0.2 SBU to build the PDF manual)"> 13 13 ]> … … 143 143 --enable-hcache \ 144 144 --enable-sidebar && 145 make && 146 test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen> 145 make &&</userinput></screen> 147 146 148 147 <para>To generate the PDF manual with <xref linkend="texlive"/>, run … … 155 154 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 156 155 157 <screen role='root'><userinput>make install</userinput></screen> 156 <screen role='root'><userinput> 157 make install && 158 test -s doc/manual.txt || 159 install -v -m644 doc/manual.txt.shipped \ 160 /usr/share/doc/mutt-&mutt-version;/manual.txt</userinput></screen> 158 161 159 162 <para>If you generated the PDF manual, install it … … 216 219 </application> instead of <application>Ncurses</application>.</para> --> 217 220 218 <para><command>test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</command>:221 <para><command>test -s doc/manual.txt || install -v -m644 doc/manual.txt.shipped ...</command>: 219 222 if the text manual is now empty (<application>libxslt</application> is 220 installed, but without any of the specified text browsers), restore it 221 from the copy.</para> 223 installed, but without any of the specified text browsers), install the 224 saved copy <emphasis>after</emphasis> running 'make install' 225 <emphasis>(which would itself empty manual.txt if the shipped file had 226 already been copied back)</emphasis>.</para> 222 227 223 228 </sect2> … … 275 280 276 281 <seglistitem> 277 <seg> mutt, mutt_dotlock, pgpewrap, pgpring, and282 <seg>flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and 278 283 smime_keys</seg> 279 284 <seg>None</seg> … … 287 292 <?dbhtml list-presentation="table"?> 288 293 294 <varlistentry id="flea"> 295 <term><command>flea</command></term> 296 <listitem> 297 <para>is a script showing where to report bugs.</para> 298 <indexterm zone="mutt flea"> 299 <primary sortas="b-flea">flea</primary> 300 </indexterm> 301 </listitem> 302 </varlistentry> 303 289 304 <varlistentry id="mutt-prog"> 290 305 <term><command>mutt</command></term> … … 304 319 <indexterm zone="mutt mutt_dotlock"> 305 320 <primary sortas="b-mutt_dotlock">mutt_dotlock</primary> 321 </indexterm> 322 </listitem> 323 </varlistentry> 324 325 <varlistentry id="muttbug"> 326 <term><command>muttbug</command></term> 327 <listitem> 328 <para>is a script identical to <command>flea</command>.</para> 329 <indexterm zone="mutt muttbug"> 330 <primary sortas="b-muttbug">muttbug</primary> 306 331 </indexterm> 307 332 </listitem> -
packages.ent
r1ec4f1ae re675c8f 488 488 <!ENTITY procmail-version "3.22"> 489 489 <!ENTITY fetchmail-version "6.3.26"> 490 <!ENTITY mutt-version "1.9. 3">490 <!ENTITY mutt-version "1.9.4"> 491 491 <!ENTITY alpine-version "2.21"> 492 492
Note:
See TracChangeset
for help on using the changeset viewer.