Ignore:
Timestamp:
06/22/2017 03:06:05 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
58d5000
Parents:
676deb6
Message:

Update to nodejs-8.1.2. Fixes #9294.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r676deb6 rce63267e  
    55  %general-entities;
    66
    7   <!ENTITY nodejs-download-http "https://github.com/nodejs/node/archive/v&nodejs-version;.tar.gz">
     7  <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.gz">
    88  <!ENTITY nodejs-download-ftp  " ">
    9   <!ENTITY nodejs-md5sum        "24bfdd2f3d96818608a508482c1e3cd8">
    10   <!ENTITY nodejs-size          "45 MB">
    11   <!ENTITY nodejs-buildsize     "432 MB">
    12   <!ENTITY nodejs-time          "9.3 SBU">
     9  <!ENTITY nodejs-md5sum        "444e0ef9861bac066c3d790b5c406fd5">
     10  <!ENTITY nodejs-size          "29 MB">
     11  <!ENTITY nodejs-buildsize     "461 MB">
     12  <!ENTITY nodejs-time          "7.4 SBU">
    1313]>
    1414
     
    6868        <para>
    6969          Estimated build time: &nodejs-time;
    70         </para>
    71       </listitem>
    72     </itemizedlist>
    73 
    74     <note>
    75       <para>
    76         The <application>Node.js</application> source tarball shown above
    77         downloads with the correct name, node-&nodejs-version;.tar.gz,
    78         if using a browser such as Firefox. If you prefer to use a command line
    79         program such as wget, you normally would obtain
    80         v&nodejs-version;.tar.gz. To obtain this package with the proper
    81         filename, run:
    82       </para>
    83 
    84 <screen><userinput>wget -c https://github.com/nodejs/node/archive/v&nodejs-version;.tar.gz \
    85      -O node-&nodejs-version;.tar.gz</userinput></screen>
    86 
    87     </note>
    88 
    89     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    90     <itemizedlist spacing="compact">
    91       <listitem>
    92         <para>
    93           Required patch for use with ICU &gt;= 59:
    94           <ulink url="&patch-root;/node-&nodejs-version;-icu59-1.patch"/>
    9570        </para>
    9671      </listitem>
     
    127102  <sect2 role="installation">
    128103    <title>Installation of Node.js</title>
    129 
    130     <para>
    131       First, fix a build issue with <application>icu</application> &gt;= 59:
    132     </para>
    133 
    134 <screen><userinput>patch -Np1 -i ../node-&nodejs-version;-icu59-1.patch</userinput></screen>
    135104
    136105    <para>
Note: See TracChangeset for help on using the changeset viewer.