Ignore:
Timestamp:
09/14/2014 05:25:33 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, 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:
b62ac136
Parents:
a92d962
Message:

Update to valgrind-3.9.0.
Update to lxmenu-data-0.1.4.
Update to lxde-icon-theme-0.5.1.
More tags -- most of lxde

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    ra92d962 rb5102a2d  
    77  <!ENTITY valgrind-download-http "http://valgrind.org/downloads/valgrind-&valgrind-version;.tar.bz2">
    88  <!ENTITY valgrind-download-ftp  " ">
    9   <!ENTITY valgrind-md5sum        "0947de8112f946b9ce64764af7be6df2">
    10   <!ENTITY valgrind-size          "9.6 MB">
    11   <!ENTITY valgrind-buildsize     "439 MB">
    12   <!ENTITY valgrind-time          "1.2 SBU and iand additional 4.7 SBU for tests">
     9  <!ENTITY valgrind-md5sum        "7c311a72a20388aceced1aa5573ce970">
     10  <!ENTITY valgrind-size          "10.4 MB">
     11  <!ENTITY valgrind-buildsize     "672 MB">
     12  <!ENTITY valgrind-time          "1.3 SBU and an additional 4.5 SBU for tests">
    1313]>
    1414
     
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979    <para role="optional">
    8080      <xref linkend="boost"/>,
    81       <xref linkend="llvm"/> (with Clang), and
     81      <xref linkend="llvm"/> (with Clang),
     82      <xref linkend="gdb"/> (for tests), and
    8283      <ulink url="http://www.openmp.org">OpenMP</ulink>
    8384    </para>
     
    100101    commands:</para>
    101102
    102 <screen><userinput>sed -i 's|2.18|2.19|'      configure        &amp;&amp;
    103 sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
     103<screen><userinput>sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    104104
    105105./configure --prefix=/usr \
     
    129129  <sect2 role="commands">
    130130    <title>Command Explanations</title>
    131 
    132     <para>
    133       <command>sed s|2.18|2.19| ... </command>: This sed allows the program to build
    134       with glibc-2.19.
    135     </para>
    136131
    137132    <para>
Note: See TracChangeset for help on using the changeset viewer.