Changeset 27ccef2d
- Timestamp:
- 11/09/2022 12:29:07 AM (2 years ago)
- Branches:
- 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
- Children:
- 5e0cd08
- Parents:
- 1ff37b54 (diff), fce78fd (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. - Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/nodejs.xml
r1ff37b54 r27ccef2d 7 7 <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz"> 8 8 <!ENTITY nodejs-download-ftp " "> 9 <!ENTITY nodejs-md5sum " d47153d56d60f00ffcb33d63eacc2663">10 <!ENTITY nodejs-size "3 4MB">11 <!ENTITY nodejs-buildsize " 772MB (add 29 MB for tests)">12 <!ENTITY nodejs-time "1 3 SBU (add 4.4SBU 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)"> 13 13 ]> 14 14 … … 82 82 </itemizedlist> 83 83 --> 84 85 <!--<note>86 <para>87 This tarball was created using a BSD version of88 <application>tar</application> and extracting it with a linux™89 version will produce harmless warnings about unknown extended header90 keywords.91 </para>92 </note>-->93 84 94 85 <bridgehead renderas="sect3">Node.js Dependencies</bridgehead> … … 130 121 <screen><userinput>patch -Np1 -i ../node-v&nodejs-version;-icu_69-1.patch</userinput></screen> 131 122 --> 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 (do not apply if you still have Python-3.10): 127 </para> 128 129 <screen><userinput>sed -i s/10/11/g configure</userinput></screen> 132 130 133 131 <para> … … 170 168 171 169 <para> 172 <!-- FIXME : reinstate nghttp2 in this if build is fixed173 FIXME cont: Seems to be fixed in 12.18.1 -renodr174 <parameter>\-\-shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>: -->175 170 <parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>: 176 171 use the system installed libraries instead of local copies. … … 200 195 <seglistitem> 201 196 <seg> 202 node, npm, and npx197 corepack, node, npm, and npx 203 198 </seg> 204 199 <seg> … … 219 214 <?dbhtml list-presentation="table"?> 220 215 216 <varlistentry id="corepack"> 217 <term><command>corepack</command></term> 218 <listitem> 219 <para> 220 is an experimental tool to help with managing versions of package 221 managers. 222 </para> 223 <indexterm zone="nodejs corepack"> 224 <primary sortas="b-corepack">corepack</primary> 225 </indexterm> 226 </listitem> 227 </varlistentry> 228 221 229 <varlistentry id="node"> 222 230 <term><command>node</command></term> -
introduction/welcome/changelog.xml
r1ff37b54 r27ccef2d 58 58 </listitem> 59 59 <listitem> 60 <para>[pierre] - Update to node.js-18.12.1. Fixes 61 <ulink url="&blfs-ticket-root;17228">#17228</ulink>.</para> 62 </listitem> 63 <listitem> 60 64 <para>[bdubbs] - Update to sudo-1.9.12p1. Fixes 61 65 <ulink url="&blfs-ticket-root;17270">#17270</ulink>.</para> -
packages.ent
r1ff37b54 r27ccef2d 167 167 <!ENTITY lzo-version "2.10"> 168 168 <!ENTITY mtdev-version "1.1.6"> 169 <!ENTITY nodejs-version "1 6.18.0">169 <!ENTITY nodejs-version "18.12.1"> 170 170 <!ENTITY npth-version "1.6"> 171 171 <!ENTITY nspr-version "4.35"> -
xsoft/graphweb/firefox.xml
r1ff37b54 r27ccef2d 365 365 366 366 <para> 367 Then fix an issue with regular expressions in python-3.11: 368 </para> 369 370 <screen><userinput>sed -e 's/?s)\./?s:.)/' \ 371 -e '/?m)/{s/?m)/?m:/;s/\$"/$)"/}' \ 372 -e '/?s)%/{s/?s)/?s:/;s/?"/?)"/}' \ 373 -i xpcom/idl-parser/xpidl/xpidl.py</userinput></screen> 374 375 <para> 367 376 Now invoke the Python <command>mach</command> script to compile the package. 368 377 </para> 369 378 370 379 <screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none && 371 export MOZBUILD_STATE_PATH=${PWD}/mozbuild 372 ./mach configure 380 export MOZBUILD_STATE_PATH=${PWD}/mozbuild && 381 ./mach configure && 373 382 ./mach build</userinput></screen> 374 383
Note:
See TracChangeset
for help on using the changeset viewer.