Author: bdubbs
Date: Tue Feb 21 17:57:55 2017
New Revision: 18383

Log:
Misc tags and a fix for seamonkey

Modified:
   trunk/BOOK/general/genlib/libiodbc.xml
   trunk/BOOK/general/sysutils/mc.xml
   trunk/BOOK/xsoft/graphweb/seamonkey.xml

Modified: trunk/BOOK/general/genlib/libiodbc.xml
==============================================================================
--- trunk/BOOK/general/genlib/libiodbc.xml      Tue Feb 21 16:50:06 2017        
(r18382)
+++ trunk/BOOK/general/genlib/libiodbc.xml      Tue Feb 21 17:57:55 2017        
(r18383)
@@ -32,7 +32,7 @@
     <para><application>libiodbc</application> is an API to ODBC compatible
     databases.</para>
 
-    &lfs7a_checked;
+    &lfs80_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/general/sysutils/mc.xml
==============================================================================
--- trunk/BOOK/general/sysutils/mc.xml  Tue Feb 21 16:50:06 2017        (r18382)
+++ trunk/BOOK/general/sysutils/mc.xml  Tue Feb 21 17:57:55 2017        (r18383)
@@ -35,7 +35,7 @@
     making many frequent file operations more efficient and preserving the
     full power of the command prompt.</para>
 
-    &lfs7a_checked;
+    &lfs80_checked;
 
     <!--<note><para>The download site uses a self-signed security certificate.
     You will need to accept it as valid to get the source 
code.</para></note>-->

Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml     Tue Feb 21 16:50:06 2017        
(r18382)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml     Tue Feb 21 17:57:55 2017        
(r18383)
@@ -45,7 +45,7 @@
       based on the <application>Mozilla</application> source code.
     </para>
 
-    &lfs7a_checked;
+    &lfs80_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -272,6 +272,13 @@
 
 sed -e 's/256/224/'                                   \
     -i mozilla/netwerk/protocol/http/Http2Session.cpp &amp;&amp;
+
+sed -e '/version=/s/:space:/[&amp;]/' \
+    -i ./mozilla/build/autoconf/icu.m4 &amp;&amp;
+
+sed -e s/_EVENT_SIZEOF/EVENT__SIZEOF/ \
+    -i mozilla/ipc/chromium/src/base/message_pump_libevent.cc
+
 make -f client.mk</userinput></screen>
 
     <para>
@@ -333,6 +340,16 @@
     </para>
 
     <para>
+      <command>sed ... icu.m4</command>: Fix an error identified by
+      sed-4.4 and later.
+    </para>
+
+    <para>
+      <command>sed ... message_pump_libevent.cc</command>: Fix an 
+      error due to changes in libevent-2.1.8 and later.
+    </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
       configuration settings to the <command>configure</command> command.
-- 
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