Ignore:
Timestamp:
10/29/2021 04:00:18 AM (2 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
51ba03e
Parents:
2dffe71
Message:

Package Updates:

c-ares-1.18.1,
node.js-16.13.0

This version of c-ares removes the need for the sed in node.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r2dffe71 rccec040c  
    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        "b8452ba11063ff7d9d70044778ec0e2f">
    10   <!ENTITY nodejs-size          "33 MB">
    11   <!ENTITY nodejs-buildsize     "748 MB (add 27 MB for tests)">
    12   <!ENTITY nodejs-time          "11 SBU (add 3.1 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
     9  <!ENTITY nodejs-md5sum        "aeeb772ea8b14a52fd8f709d774f8fcd">
     10  <!ENTITY nodejs-size          "32 MB">
     11  <!ENTITY nodejs-buildsize     "798 MB (add 26 MB for tests)">
     12  <!ENTITY nodejs-time          "18 SBU (add 2.9 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
    1313]>
    1414
     
    136136    </para>
    137137
    138 <screen><userinput>sed -i 's|ares_nameser.h|arpa/nameser.h|' src/cares_wrap.h &amp;&amp;
    139 ./configure --prefix=/usr                  \
    140             --shared-cares                 \
    141             --shared-libuv                 \
    142             --shared-openssl               \
    143             --shared-nghttp2               \
    144             --shared-zlib                  \
    145             --with-intl=system-icu         &amp;&amp;
     138<screen><userinput>
     139./configure --prefix=/usr          \
     140            --shared-cares         \
     141            --shared-libuv         \
     142            --shared-openssl       \
     143            --shared-nghttp2       \
     144            --shared-zlib          \
     145            --with-intl=system-icu &amp;&amp;
    146146make</userinput></screen>
    147147
    148148    <para>
    149149      To test the results, issue: <command>make test-only</command>.
    150       One test in test/parallel/test-uv-errno.js is known to fail with
    151       libuv-1.42.0.
    152150    </para>
    153151
     
    162160  <sect2 role="commands">
    163161    <title>Command Explanations</title>
    164 
    165     <para>
    166       <parameter>sed -i 's%ares_\(nameser.h\)%arpa/\1%' ...</parameter>:
    167       This fixes building with the system version of c-ares.
    168     </para>
    169162
    170163    <para>
Note: See TracChangeset for help on using the changeset viewer.