Author: bdubbs
Date: Sat May  7 09:34:55 2016
New Revision: 17331

Log:
Update to firefox-46.0.1

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/nss.xml
   trunk/BOOK/xsoft/graphweb/firefox.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri May  6 21:37:10 2016        (r17330)
+++ trunk/BOOK/general.ent      Sat May  7 09:34:55 2016        (r17331)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "06">                   <!-- Always 2 digits -->
+<!ENTITY day          "07">                   <!-- Always 2 digits -->
 <!ENTITY month        "05">                   <!-- Always 2 digits -->
 <!ENTITY year         "2016">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "May 6th &year;">
+<!ENTITY releasedate  "May 7th &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri May  6 21:37:10 
2016        (r17330)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat May  7 09:34:55 
2016        (r17331)
@@ -44,6 +44,16 @@
 
 -->
     <listitem>
+      <para>May 7th, 2016</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to firefox-46.0.1.  Fixes
+          <ulink url="&blfs-ticket-root;7803">#7803</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>May 6th, 2016</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Fri May  6 21:37:10 2016        (r17330)
+++ trunk/BOOK/packages.ent     Sat May  7 09:34:55 2016        (r17331)
@@ -649,7 +649,7 @@
 
 <!-- Chapter 43 -->
 <!ENTITY seamonkey-version            "2.40">
-<!ENTITY firefox-version              "46.0">
+<!ENTITY firefox-version              "46.0.1">
 
 <!-- Chapter 44 -->
 <!ENTITY balsa-version                "2.5.2">

Modified: trunk/BOOK/postlfs/security/nss.xml
==============================================================================
--- trunk/BOOK/postlfs/security/nss.xml Fri May  6 21:37:10 2016        (r17330)
+++ trunk/BOOK/postlfs/security/nss.xml Sat May  7 09:34:55 2016        (r17331)
@@ -50,6 +50,7 @@
     </para>
 
     &lfs79_checked;
+    &gcc6_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       Fri May  6 21:37:10 2016        
(r17330)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       Sat May  7 09:34:55 2016        
(r17331)
@@ -5,13 +5,11 @@
   %general-entities;
 
   <!ENTITY firefox-download-http 
"&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
-<!-- 550 Permission denied.
-  <!ENTITY firefox-download-ftp 
"&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
 -->
   <!ENTITY firefox-download-ftp " ">
-  <!ENTITY firefox-md5sum        "8a516da3858b17f55451810efc7a239a">
+  <!ENTITY firefox-md5sum        "3e3b90268b8a634f7c60a25eb3a04c8c">
   <!ENTITY firefox-size          "179 MB">
-  <!ENTITY firefox-buildsize     "4.4 GB (80 MB installed)">
-  <!ENTITY firefox-time          "11 SBU (with parallelism=4)">
+  <!ENTITY firefox-buildsize     "4.6 GB (84 MB installed)">
+  <!ENTITY firefox-time          "11.5 SBU (with parallelism=4)">
 ]>
 
 <sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
@@ -37,6 +35,7 @@
     </para>
 
     &lfs79_checked;
+    &gcc6_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -254,7 +253,15 @@
       <envar>SHELL=/bin/sh</envar>.
     </para></note>
 
-<screen><userinput>make -f client.mk</userinput></screen>
+<screen><userinput>sed -e '/#include/i\
+    print OUT "#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
+    -i nsprpub/config/make-system-wrappers.pl
+
+sed -e '/#include/a\
+    print OUT "#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
+    -i nsprpub/config/make-system-wrappers.pl
+
+CXX='g++ -std=c++11' make -f client.mk</userinput></screen>
 
     <para>
       This package does not come with a test suite.
@@ -275,6 +282,11 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+     <para>
+      <command>sed ...</command>: These commads correct the source to be
+      compatible with gcc6.
+    </para>
+
     <para>
       <command>make -f client.mk ...</command>: Mozilla products are packaged 
to
       allow the use of a configuration file which can be used to pass the
-- 
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