Ignore:
Timestamp:
11/17/2022 07:58:32 AM (18 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
11c62aa
Parents:
41f908a (diff), 84f972c1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r41f908a r4f406ea  
    77  <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
    88  <!ENTITY nodejs-download-ftp  " ">
    9   <!ENTITY nodejs-md5sum        "d47153d56d60f00ffcb33d63eacc2663">
    10   <!ENTITY nodejs-size          "34 MB">
    11   <!ENTITY nodejs-buildsize     "772 MB (add 29 MB for tests)">
    12   <!ENTITY nodejs-time          "13 SBU (add 4.4 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
     9  <!ENTITY nodejs-md5sum        "7322f55ce420f49378515b67d73faf88">
     10  <!ENTITY nodejs-size          "37 MB">
     11  <!ENTITY nodejs-buildsize     "930 MB (add 29 MB for tests)">
     12  <!ENTITY nodejs-time          "18 SBU (add 4.6 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
    1313]>
    1414
     
    8282    </itemizedlist>
    8383-->
    84 
    85 <!--<note>
    86       <para>
    87         This tarball was created using a BSD version of
    88         <application>tar</application> and extracting it with a linux&trade;
    89         version will produce harmless warnings about unknown extended header
    90         keywords.
    91       </para>
    92     </note>-->
    9384
    9485    <bridgehead renderas="sect3">Node.js Dependencies</bridgehead>
     
    130121<screen><userinput>patch -Np1 -i ../node-v&nodejs-version;-icu_69-1.patch</userinput></screen>
    131122-->
     123    <para>
     124      The <command>configure</command> script for this version of Node.js is
     125      not aware of Python-3.11. If you have installed <xref linkend="python3"/>,
     126      apply the following change:
     127    </para>
     128
     129<screen><userinput>sed -e '/=.*exec/a command -v python3.11 >/dev/null &amp;&amp; exec python3.11 "$0" "$@"' \
     130    -e s'/((/((3, 11), (/'  \
     131    -i configure</userinput></screen>
    132132
    133133    <para>
     
    170170
    171171    <para>
    172       <!-- FIXME : reinstate nghttp2 in this if build is fixed
    173            FIXME cont: Seems to be fixed in 12.18.1 -renodr
    174       <parameter>\-\-shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>: -->
    175172      <parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
    176173      use the system installed libraries instead of local copies.
     
    200197      <seglistitem>
    201198        <seg>
    202           node, npm, and npx
     199          corepack, node, npm, and npx
    203200        </seg>
    204201        <seg>
     
    219216      <?dbhtml list-presentation="table"?>
    220217
     218      <varlistentry id="corepack">
     219        <term><command>corepack</command></term>
     220        <listitem>
     221          <para>
     222            is an experimental tool to help with managing versions of package
     223            managers.
     224          </para>
     225          <indexterm zone="nodejs corepack">
     226            <primary sortas="b-corepack">corepack</primary>
     227          </indexterm>
     228        </listitem>
     229      </varlistentry>
     230
    221231      <varlistentry id="node">
    222232        <term><command>node</command></term>
Note: See TracChangeset for help on using the changeset viewer.