Changeset 1b6c879 for general


Ignore:
Timestamp:
03/06/2019 09:51:16 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
365a829
Parents:
cd94015
Message:

Add a sed to fix postfix with linux5.
Update node.js-10.15.3.
Update cbindgen-0.8.2.
Update to totem-pl-parser-3.26.3.

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    rcd94015 r1b6c879  
    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        "6ccd6eea7c1c090b970f6aaf184dc821">
     9  <!ENTITY nodejs-md5sum        "d76210a6ae1ea73d10254947684836fb">
    1010  <!ENTITY nodejs-size          "19 MB">
    11   <!ENTITY nodejs-buildsize     "371 MB (add 51 MB for tests)">
    12   <!ENTITY nodejs-time          "5.1 SBU (using parallelism=4; add about 10 minutes for tests)">
     11  <!ENTITY nodejs-buildsize     "372 MB (add 32 MB for tests)">
     12  <!ENTITY nodejs-time          "5.1 SBU (using parallelism=4; add 1.3 SBU for tests)">
    1313]>
    1414
     
    128128
    129129    <para>To test the results, issue: <command>make check</command>.
    130     There are several timeouts increasing test time.</para>
     130    The test-tls-server-verify test is known to fail.</para>
    131131
    132132    <para>
  • general/graphlib/librsvg.xml

    rcd94015 r1b6c879  
    122122
    123123<screen role="root"><userinput>make install</userinput></screen>
     124
     125    <note>
     126      <para>
     127        If you installed the package on to your system using a
     128        <quote>DESTDIR</quote> method, an important file was not installed and
     129        should be copied and/or generated. Generate it using the following
     130        command as the <systemitem class="username">root</systemitem> user:
     131      </para>
     132
     133<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
     134    </note>
     135
     136
    124137  </sect2>
    125138
  • general/prog/cbindgen.xml

    rcd94015 r1b6c879  
    77  <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
    88  <!ENTITY cbindgen-download-ftp  " ">
    9   <!ENTITY cbindgen-md5sum        "b9339d099f0bda4b4db85e9a7f77a267">
    10   <!ENTITY cbindgen-size          "96 KB">
    11   <!ENTITY cbindgen-buildsize     "64 MB (add 303 MB for tests) ">
    12   <!ENTITY cbindgen-time          "1.2 SBU (on a 4 core machine; add 0.3 SBU tests)">
     9  <!ENTITY cbindgen-md5sum        "36470763bcb11c16a255eea6ab07ad54">
     10  <!ENTITY cbindgen-size          "104 KB">
     11  <!ENTITY cbindgen-buildsize     "86 MB (add 3042 MB for tests) ">
     12  <!ENTITY cbindgen-time          "1.1 SBU (Using paralleism=4; add 0.3 SBU tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.