Author: ken
Date: Mon Nov 26 18:50:34 2018
New Revision: 20752

Log:
Mutt-1.11.0 - the fix for pdfjadetex is now in the release - and add CXX=g++ to 
quiten clang++ messages from building cups.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/mailnews/mutt.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/pst/printing/cups.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Nov 26 17:34:56 
2018        (r20751)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Nov 26 18:50:34 
2018        (r20752)
@@ -45,6 +45,14 @@
       <para>November 25th, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Update to mutt-1.11.0. Fixes
+          <ulink url="&blfs-ticket-root;11382">#11382</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[ken] - Add CXX=g++ top cups to silence clang++ noise. Fixes
+          <ulink url="&blfs-ticket-root;11385">#11385</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[ken] - Fix breakage from poppler versions 70,71 in
           cups-filters, libreoffice and inkscape, and in so-doing
           update to cups-filters-1.21.4. Fixes

Modified: trunk/BOOK/networking/mailnews/mutt.xml
==============================================================================
--- trunk/BOOK/networking/mailnews/mutt.xml     Mon Nov 26 17:34:56 2018        
(r20751)
+++ trunk/BOOK/networking/mailnews/mutt.xml     Mon Nov 26 18:50:34 2018        
(r20752)
@@ -6,10 +6,10 @@
 
   <!ENTITY mutt-download-http 
"http://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz";>
   <!ENTITY mutt-download-ftp  
"ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz";>
-  <!ENTITY mutt-md5sum        "f1564f81ed5f8bacb7e041edc71d5347">
-  <!ENTITY mutt-size          "4.1 MB">
-  <!ENTITY mutt-buildsize     "42 MB (plus a further 6MB for the PDF manual)">
-  <!ENTITY mutt-time          "0.3 SBU (plus a further 0.2 SBU to build the 
PDF manual)">
+  <!ENTITY mutt-md5sum        "b58fdddf76a880c6314c9d4df2c32efb">
+  <!ENTITY mutt-size          "4.4 MB">
+  <!ENTITY mutt-buildsize     "45 MB (plus a further 5MB for the PDF manual)">
+  <!ENTITY mutt-time          "0.4 SBU (plus a further 0.2 SBU to build the 
PDF manual)">
 ]>
 
 <sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
@@ -130,11 +130,6 @@
     will create an empty text file, so we will save the shipped file.
     </para>
 
-    <para>If you intend to create the PDF version of the manual, apply the
-    following sed:</para>
-
-<screen><userinput>sed -i 's/\(pdfjadetex manual.tex;\)/\1 \1 \1/' 
doc/Makefile.in</userinput></screen>
-
     <para>Install <application>Mutt</application> by running the following
     commands:</para>
 
@@ -181,6 +176,12 @@
 
 <screen role="nodump"><userinput>chown root:mail /usr/bin/mutt_dotlock 
&amp;&amp;
 chmod -v 2755 /usr/bin/mutt_dotlock</userinput></screen>
+
+      <para>
+        An info file is now installed, so you will also need to recreate the
+        <filename>/usr/share/info/dir</filename> as described when
+        <application>Texinfo</application> was installed in LFS.
+      </para>
     </note>
 
 

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon Nov 26 17:34:56 2018        (r20751)
+++ trunk/BOOK/packages.ent     Mon Nov 26 18:50:34 2018        (r20752)
@@ -601,7 +601,7 @@
 <!ENTITY mailx-version                "12.5">
 <!ENTITY procmail-version             "3.22">
 <!ENTITY fetchmail-version            "6.3.26">
-<!ENTITY mutt-version                 "1.10.1">
+<!ENTITY mutt-version                 "1.11.0">
 <!ENTITY alpine-version               "2.21">
 
 <!-- Part V -->

Modified: trunk/BOOK/pst/printing/cups.xml
==============================================================================
--- trunk/BOOK/pst/printing/cups.xml    Mon Nov 26 17:34:56 2018        (r20751)
+++ trunk/BOOK/pst/printing/cups.xml    Mon Nov 26 18:50:34 2018        (r20752)
@@ -212,7 +212,7 @@
 aclocal  -I config-scripts &amp;&amp;
 autoconf -I config-scripts &amp;&amp;
 
-CC=gcc \
+CC=gcc CXX=g++ \
 ./configure --libdir=/usr/lib            \
             --disable-systemd            \
             --with-rcdir=/tmp/cupsinit   \
-- 
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