Changeset 5d0f53c0


Ignore:
Timestamp:
09/10/2020 10:06:40 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
6d4a241
Parents:
74db4f4
Message:

add js78 page

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r74db4f4 r5d0f53c0  
    8484<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/> -->
    8585  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js68.xml"/>
     86  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js78.xml"/>
    8687  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
    8788  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-glib.xml"/>
  • general/genlib/js78.xml

    r74db4f4 r5d0f53c0  
    55  %general-entities;
    66
    7   <!-- TODO: rename firefox-version to ff78-version,
    8              to make our life easier when Firefox goes into next ESR. -->
    97  <!ENTITY ff78-version       "&firefox-version;">
    108  <!ENTITY js78-download-http "&mozilla-http;/firefox/releases/&ff78-version;esr/source/firefox-&ff78-version;esr.source.tar.xz">
    119  <!ENTITY js78-download-ftp  " ">
    12   <!-- 78.1.0 -->
    13   <!ENTITY js78-md5sum        "4fec654ff75d469da53356644645e785">
     10  <!-- 78.2.0 -->
     11  <!ENTITY js78-md5sum        "e071f6c9bea8344d4556323f02bf6125">
    1412  <!ENTITY js78-size          "317 MB">
    1513  <!ENTITY js78-buildsize     "2.9 GB (30 MB installed after removing 31MB static lib)">
     
    3129  </indexterm>
    3230
    33   <!-- WIP, do NOT add into book for now. -->
    34 
    3531  <sect2 role="package">
    3632    <title>Introduction to JS</title>
     
    7470      </listitem>
    7571    </itemizedlist>
    76 
     72<!--   
    7773    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7874    <itemizedlist spacing="compact">
     
    8480      </listitem>
    8581    </itemizedlist>
    86 
     82-->
    8783    <bridgehead renderas="sect3">JS78 Dependencies</bridgehead>
    8884
     
    9389      <xref linkend="rust"/>, and
    9490      <xref linkend="which"/>
     91      <!-- Should we list llvm here? -->
    9592    </para>
    9693
     
    150147    </note>
    151148
    152     <!-- It's likely to be merged in 78.2.0.  -->
     149<!-- It's merged in 78.2.0.
    153150    <para>
    154151      Apply a patch required by <xref linkend="gjs"/>:
     
    156153
    157154<screen><userinput>patch -Np1 -i ../js78-code_coverage-1.patch</userinput></screen>
    158 
     155-->
    159156    <para>
    160157      Install <application>JS</application> by running the following
     
    185182
    186183    <para>
    187       <!-- All JIT tests pass with 78.1.0 and GNOME patch. -->
     184      <!-- All JIT tests pass with 78.2.0. -->
    188185      To run JIT test suite, issue:
    189186      <command>make -C js/src check-jit-test
     
    242239
    243240    <para>
    244       <!-- recheck on 78.2.0 -->
    245241      <command>sed '/@NSPR_CFLAGS@/d' /usr/bin/js78-config</command>:
    246242      Prevent <command>js78-config</command> to print buggy CFLAGS.
  • postlfs/postlfs.xml

    r74db4f4 r5d0f53c0  
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shells/shells.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="virtualization/virtualization.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bootloader/bootloader.xml"/>
    2425
    2526</part>
Note: See TracChangeset for help on using the changeset viewer.