Author: xry111
Date: Thu Sep 10 03:06:40 2020
New Revision: 23700

Log:
add js78 page

Modified:
   trunk/BOOK/general/genlib/genlib.xml
   trunk/BOOK/general/genlib/js78.xml
   trunk/BOOK/postlfs/postlfs.xml

Modified: trunk/BOOK/general/genlib/genlib.xml
==============================================================================
--- trunk/BOOK/general/genlib/genlib.xml        Wed Sep  9 13:08:28 2020        
(r23699)
+++ trunk/BOOK/general/genlib/genlib.xml        Thu Sep 10 03:06:40 2020        
(r23700)
@@ -83,6 +83,7 @@
 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="js52.xml"/> 
-->
 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="js60.xml"/> 
-->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="js68.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="js78.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="json-c.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="json-glib.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="keyutils.xml"/>

Modified: trunk/BOOK/general/genlib/js78.xml
==============================================================================
--- trunk/BOOK/general/genlib/js78.xml  Wed Sep  9 13:08:28 2020        (r23699)
+++ trunk/BOOK/general/genlib/js78.xml  Thu Sep 10 03:06:40 2020        (r23700)
@@ -4,13 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!-- TODO: rename firefox-version to ff78-version,
-             to make our life easier when Firefox goes into next ESR. -->
   <!ENTITY ff78-version       "&firefox-version;">
   <!ENTITY js78-download-http 
"&mozilla-http;/firefox/releases/&ff78-version;esr/source/firefox-&ff78-version;esr.source.tar.xz">
   <!ENTITY js78-download-ftp  " ">
-  <!-- 78.1.0 -->
-  <!ENTITY js78-md5sum        "4fec654ff75d469da53356644645e785">
+  <!-- 78.2.0 -->
+  <!ENTITY js78-md5sum        "e071f6c9bea8344d4556323f02bf6125">
   <!ENTITY js78-size          "317 MB">
   <!ENTITY js78-buildsize     "2.9 GB (30 MB installed after removing 31MB 
static lib)">
   <!ENTITY js78-time          "2.2 SBU (with parallelism = 4)">
@@ -30,8 +28,6 @@
     <primary sortas="a-js78">js78</primary>
   </indexterm>
 
-  <!-- WIP, do NOT add into book for now. -->
-
   <sect2 role="package">
     <title>Introduction to JS</title>
 
@@ -73,7 +69,7 @@
         </para>
       </listitem>
     </itemizedlist>
-
+<!--   
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -83,7 +79,7 @@
         </para>
       </listitem>
     </itemizedlist>
-
+-->
     <bridgehead renderas="sect3">JS78 Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -92,6 +88,7 @@
       <xref linkend="icu"/>,
       <xref linkend="rust"/>, and
       <xref linkend="which"/>
+      <!-- Should we list llvm here? -->
     </para>
 
     <!-- It seems nasm is only used for aarch64-win64. -->
@@ -149,13 +146,13 @@
 
     </note>
 
-    <!-- It's likely to be merged in 78.2.0.  -->
+<!-- It's merged in 78.2.0.
     <para>
       Apply a patch required by <xref linkend="gjs"/>:
     </para>
 
 <screen><userinput>patch -Np1 -i 
../js78-code_coverage-1.patch</userinput></screen>
-
+-->
     <para>
       Install <application>JS</application> by running the following
       commands:
@@ -184,7 +181,7 @@
 make</userinput></screen>
 
     <para>
-      <!-- All JIT tests pass with 78.1.0 and GNOME patch. -->
+      <!-- All JIT tests pass with 78.2.0. -->
       To run JIT test suite, issue:
       <command>make -C js/src check-jit-test
       JITTEST_EXTRA_ARGS="--timeout 300"</command>.
@@ -241,7 +238,6 @@
     </para>
 
     <para>
-      <!-- recheck on 78.2.0 -->
       <command>sed '/@NSPR_CFLAGS@/d' /usr/bin/js78-config</command>:
       Prevent <command>js78-config</command> to print buggy CFLAGS.
     </para>

Modified: trunk/BOOK/postlfs/postlfs.xml
==============================================================================
--- trunk/BOOK/postlfs/postlfs.xml      Wed Sep  9 13:08:28 2020        (r23699)
+++ trunk/BOOK/postlfs/postlfs.xml      Thu Sep 10 03:06:40 2020        (r23700)
@@ -21,5 +21,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="editors/editors.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="shells/shells.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="virtualization/virtualization.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="bootloader/bootloader.xml"/>
 
 </part>
-- 
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