Changeset 6b8a3b33


Ignore:
Timestamp:
07/11/2019 09:53:10 PM (5 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, 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:
2033727
Parents:
c8e8f8e1
Message:

Update to thunderbird-60.8.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc8e8f8e1 r6b8a3b33  
    4646      <para>July 11th, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[timtas] - Update to thunderbird-60.8.0. Fixes
     50          <ulink url="&blfs-ticket-root;12253">#12253</ulink>.</para>
     51        </listitem>
    4852        <listitem>
    4953          <para>[bdubbs] - Update to feh-3.2. Fixes
  • packages.ent

    rc8e8f8e1 r6b8a3b33  
    889889<!ENTITY rox-filer-version            "2.11">
    890890<!ENTITY rxvt-unicode-version         "9.22">
    891 <!ENTITY thunderbird-version          "60.7.2">
     891<!ENTITY thunderbird-version          "60.8.0">
    892892<!ENTITY tigervnc-version             "1.9.0">
    893893<!ENTITY transmission-version         "2.94">
  • xsoft/other/thunderbird.xml

    rc8e8f8e1 r6b8a3b33  
    77  <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
    88  <!ENTITY thunderbird-download-ftp  " ">
    9   <!ENTITY thunderbird-md5sum        "36e4e26ad89c0cf5cdcc18c72daac1dc">
    10   <!ENTITY thunderbird-size          "271 MB">
    11   <!ENTITY thunderbird-buildsize     "8.1 GB (146 MB installed)">
     9  <!ENTITY thunderbird-md5sum        "a8735a56f578c2690442ee26f60c488a">
     10  <!ENTITY thunderbird-size          "273 MB">
     11  <!ENTITY thunderbird-buildsize     "6.6 GB (146 MB installed)">
    1212  <!ENTITY thunderbird-time          "26 SBU (with -j4, estimated 84 SBU with -j1)">
    1313  <!-- Verified the time at -j1 on another system for posterity's sake. -->
     
    7070          Estimated build time: &thunderbird-time;
    7171        </para>
    72       </listitem>
    73     </itemizedlist>
    74 
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>Required patch: <ulink url="&patch-root;/thunderbird-&thunderbird-version;-rust_fix-1.patch"/></para>
    7972      </listitem>
    8073    </itemizedlist>
     
    237230    </para></note>
    238231
    239 <screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-rust_fix-1.patch &amp;&amp;
    240 ./mach build</userinput></screen>
     232    <para>
     233      First, disable failure for undocumeted rust macros:
     234    </para>
     235
     236<screen><userinput>sed -i -e '/#!\[deny(missing_docs)\]/d' servo/components/style/lib.rs</userinput></screen>
     237<screen><userinput>sed -i -e 's/#!\[deny(unsafe_code, missing_docs)\]/#!\[deny(unsafe_code)\]/g' servo/components/style_traits/lib.rs</userinput></screen>
     238
     239
     240
    241241
    242242    <para>
     
    280280      out-of-specification and allow it to produce a working program.
    281281    </para>-->
    282 
    283     <para>
    284       <command>patch -Np1 -i ../thunderbird-&thunderbird-version;-rust_fix-1.patch</command>:
    285       Rustc-1.33.0 breaks the build of this version of Thunderbird by requiring
    286       that a macro must have documentation. The patch adds this.
    287     </para>
    288282
    289283    <para>
Note: See TracChangeset for help on using the changeset viewer.