Changeset d4e87a67
- Timestamp:
- 05/06/2017 06:29:54 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 299a107
- Parents:
- 6cbc25e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r6cbc25e rd4e87a67 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 5"> <!-- Always 2 digits -->3 <!ENTITY day "06"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 5th &year;">9 <!ENTITY releasedate "May 6th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/nodejs.xml
r6cbc25e rd4e87a67 7 7 <!ENTITY nodejs-download-http "https://github.com/nodejs/node/archive/v&nodejs-version;.tar.gz"> 8 8 <!ENTITY nodejs-download-ftp " "> 9 <!ENTITY nodejs-md5sum " cef1dc78e5e4bdeb875fce58baa10a7d">9 <!ENTITY nodejs-md5sum "24bfdd2f3d96818608a508482c1e3cd8"> 10 10 <!ENTITY nodejs-size "45 MB"> 11 <!ENTITY nodejs-buildsize "4 83MB">12 <!ENTITY nodejs-time " 10.5SBU">11 <!ENTITY nodejs-buildsize "432 MB"> 12 <!ENTITY nodejs-time "9.3 SBU"> 13 13 ]> 14 14 … … 87 87 </note> 88 88 89 <bridgehead renderas="sect3">Additonal Downloads</bridgehead> 90 <itemizedlist spacing="compact"> 91 <listitem> 92 <para> 93 Required patch for use with ICU >= 59: 94 <ulink url="&patch-root;/node-&nodejs-version;-icu59-1.patch"/> 95 </para> 96 </listitem> 97 </itemizedlist> 98 89 99 <bridgehead renderas="sect3">Node.js Dependencies</bridgehead> 90 100 … … 96 106 <bridgehead renderas="sect4">Recommended</bridgehead> 97 107 <para role="recommended"> 98 <xref linkend="c-ares"/>, and99 < !-- <xref linkend="icu"/>, and -->108 <xref linkend="c-ares"/>, 109 <xref linkend="icu"/>, and 100 110 <xref linkend="openssl"/> 101 111 </para> … … 103 113 <bridgehead renderas="sect4">Optional</bridgehead> 104 114 <para role="optional"> 105 <xref linkend="icu"/> (currently broken),106 115 <ulink url="https://github.com/nodejs/http-parser">http-parser</ulink>, 107 116 <ulink url="https://github.com/libuv/libuv">libuv</ulink>, and … … 120 129 121 130 <para> 131 First, fix a build issue with <application>icu</application> >= 59: 132 </para> 133 134 <screen><userinput>patch -Np1 -i ../node-&nodejs-version;-icu59-1.patch</userinput></screen> 135 136 <para> 122 137 Build <application>Node.js</application> by running the following 123 138 commands: … … 128 143 --shared-openssl \ 129 144 --shared-zlib \ 130 --with-intl=s mall-icu&&145 --with-intl=system-icu && 131 146 make</userinput></screen> 132 147 … … 144 159 <title>Command Explanations</title> 145 160 146 <para><parameter>--with-intl=s mall-icu</parameter>: build a local, but147 small copyof <application>icu</application>. Other values are148 <option>full-icu</option> (to build a full <application>icu</application>149 library) and <option>system-icu</option> (to use the system150 <application>icu</application>).</para>161 <para><parameter>--with-intl=system-icu</parameter>: use the system version 162 of <application>icu</application>. Other values are 163 <option>full-icu</option> (to build a local, full 164 <application>icu</application> library) and <option>small-icu</option> (to 165 to build a local, minimal <application>icu</application> library).</para> 151 166 152 167 <para><parameter>--shared-{cares,openssl,zlib}</parameter>: use the system -
introduction/welcome/changelog.xml
r6cbc25e rd4e87a67 43 43 --> 44 44 <listitem> 45 <para>May 6th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Update to Node.js-7.10.0. Fixes 49 <ulink url="&blfs-ticket-root;9191">#9191</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>May 5th, 2017</para> 46 56 <itemizedlist> -
packages.ent
r6cbc25e rd4e87a67 158 158 <!ENTITY lzo-version "2.10"> 159 159 <!ENTITY mtdev-version "1.1.5"> 160 <!ENTITY nodejs-version "7. 9.0">160 <!ENTITY nodejs-version "7.10.0"> 161 161 <!ENTITY npth-version "1.3"> 162 162 <!ENTITY nspr-version "4.14">
Note:
See TracChangeset
for help on using the changeset viewer.