Author: timtas
Date: Thu Jul 11 14:53:10 2019
New Revision: 21829

Log:
Update to thunderbird-60.8.0.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/other/thunderbird.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Jul 11 13:59:43 
2019        (r21828)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Jul 11 14:53:10 
2019        (r21829)
@@ -46,6 +46,10 @@
       <para>July 11th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[timtas] - Update to thunderbird-60.8.0. Fixes
+          <ulink url="&blfs-ticket-root;12253">#12253</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to feh-3.2. Fixes
           <ulink url="&blfs-ticket-root;12255">#12255</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu Jul 11 13:59:43 2019        (r21828)
+++ trunk/BOOK/packages.ent     Thu Jul 11 14:53:10 2019        (r21829)
@@ -888,7 +888,7 @@
 <!ENTITY pidgin-version               "2.13.0">
 <!ENTITY rox-filer-version            "2.11">
 <!ENTITY rxvt-unicode-version         "9.22">
-<!ENTITY thunderbird-version          "60.7.2">
+<!ENTITY thunderbird-version          "60.8.0">
 <!ENTITY tigervnc-version             "1.9.0">
 <!ENTITY transmission-version         "2.94">
 <!ENTITY xarchiver-version            "0.5.4">

Modified: trunk/BOOK/xsoft/other/thunderbird.xml
==============================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml      Thu Jul 11 13:59:43 2019        
(r21828)
+++ trunk/BOOK/xsoft/other/thunderbird.xml      Thu Jul 11 14:53:10 2019        
(r21829)
@@ -6,9 +6,9 @@
 
   <!ENTITY thunderbird-download-http 
"&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
   <!ENTITY thunderbird-download-ftp  " ">
-  <!ENTITY thunderbird-md5sum        "36e4e26ad89c0cf5cdcc18c72daac1dc">
-  <!ENTITY thunderbird-size          "271 MB">
-  <!ENTITY thunderbird-buildsize     "8.1 GB (146 MB installed)">
+  <!ENTITY thunderbird-md5sum        "a8735a56f578c2690442ee26f60c488a">
+  <!ENTITY thunderbird-size          "273 MB">
+  <!ENTITY thunderbird-buildsize     "6.6 GB (146 MB installed)">
   <!ENTITY thunderbird-time          "26 SBU (with -j4, estimated 84 SBU with 
-j1)">
   <!-- Verified the time at -j1 on another system for posterity's sake. -->
 ]>
@@ -72,13 +72,6 @@
       </listitem>
     </itemizedlist>
 
-    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    <itemizedlist spacing="compact">
-      <listitem>
-        <para>Required patch: <ulink 
url="&patch-root;/thunderbird-&thunderbird-version;-rust_fix-1.patch"/></para>
-      </listitem>
-    </itemizedlist>
-
     <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -236,8 +229,15 @@
       prepend <envar>SHELL=/bin/sh</envar> to the build command below.
     </para></note>
 
-<screen><userinput>patch -Np1 -i 
../thunderbird-&thunderbird-version;-rust_fix-1.patch &amp;&amp;
-./mach build</userinput></screen>
+    <para>
+      First, disable failure for undocumeted rust macros:
+    </para>
+
+<screen><userinput>sed -i -e '/#!\[deny(missing_docs)\]/d' 
servo/components/style/lib.rs</userinput></screen>
+<screen><userinput>sed -i -e 's/#!\[deny(unsafe_code, 
missing_docs)\]/#!\[deny(unsafe_code)\]/g' 
servo/components/style_traits/lib.rs</userinput></screen>
+
+
+
 
     <para>
       This package does not come with a test suite.
@@ -281,12 +281,6 @@
     </para>-->
 
     <para>
-      <command>patch -Np1 -i 
../thunderbird-&thunderbird-version;-rust_fix-1.patch</command>:
-      Rustc-1.33.0 breaks the build of this version of Thunderbird by requiring
-      that a macro must have documentation. The patch adds this.
-    </para>
-
-    <para>
       <command>./mach build</command>: <application>Thunderbird</application>
       now uses this <application>python2</application> script to run the
       build and install.
-- 
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