Changeset 8ccc682


Ignore:
Timestamp:
11/27/2018 02:50:34 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
1b92dc5
Parents:
10cbf37
Message:

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

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r10cbf37 r8ccc682  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to mutt-1.11.0. Fixes
     49          <ulink url="&blfs-ticket-root;11382">#11382</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[ken] - Add CXX=g++ top cups to silence clang++ noise. Fixes
     53          <ulink url="&blfs-ticket-root;11385">#11385</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[ken] - Fix breakage from poppler versions 70,71 in
    4957          cups-filters, libreoffice and inkscape, and in so-doing
  • networking/mailnews/mutt.xml

    r10cbf37 r8ccc682  
    77  <!ENTITY mutt-download-http "http://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    88  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    9   <!ENTITY mutt-md5sum        "f1564f81ed5f8bacb7e041edc71d5347">
    10   <!ENTITY mutt-size          "4.1 MB">
    11   <!ENTITY mutt-buildsize     "42 MB (plus a further 6MB for the PDF manual)">
    12   <!ENTITY mutt-time          "0.3 SBU (plus a further 0.2 SBU to build the PDF manual)">
     9  <!ENTITY mutt-md5sum        "b58fdddf76a880c6314c9d4df2c32efb">
     10  <!ENTITY mutt-size          "4.4 MB">
     11  <!ENTITY mutt-buildsize     "45 MB (plus a further 5MB for the PDF manual)">
     12  <!ENTITY mutt-time          "0.4 SBU (plus a further 0.2 SBU to build the PDF manual)">
    1313]>
    1414
     
    131131    </para>
    132132
    133     <para>If you intend to create the PDF version of the manual, apply the
    134     following sed:</para>
    135 
    136 <screen><userinput>sed -i 's/\(pdfjadetex manual.tex;\)/\1 \1 \1/' doc/Makefile.in</userinput></screen>
    137 
    138133    <para>Install <application>Mutt</application> by running the following
    139134    commands:</para>
     
    182177<screen role="nodump"><userinput>chown root:mail /usr/bin/mutt_dotlock &amp;&amp;
    183178chmod -v 2755 /usr/bin/mutt_dotlock</userinput></screen>
     179
     180      <para>
     181        An info file is now installed, so you will also need to recreate the
     182        <filename>/usr/share/info/dir</filename> as described when
     183        <application>Texinfo</application> was installed in LFS.
     184      </para>
    184185    </note>
    185186
  • packages.ent

    r10cbf37 r8ccc682  
    602602<!ENTITY procmail-version             "3.22">
    603603<!ENTITY fetchmail-version            "6.3.26">
    604 <!ENTITY mutt-version                 "1.10.1">
     604<!ENTITY mutt-version                 "1.11.0">
    605605<!ENTITY alpine-version               "2.21">
    606606
  • pst/printing/cups.xml

    r10cbf37 r8ccc682  
    213213autoconf -I config-scripts &amp;&amp;
    214214
    215 CC=gcc \
     215CC=gcc CXX=g++ \
    216216./configure --libdir=/usr/lib            \
    217217            --disable-systemd            \
Note: See TracChangeset for help on using the changeset viewer.