Changeset b4ecd79c


Ignore:
Timestamp:
09/14/2014 06:38:57 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
86eabd5a
Parents:
ded672e
Message:

Merged Valgrind update from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14278 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    rded672e rb4ecd79c  
    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
     
    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.20|'      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.20| ... </command>: This sed allows the program to build
    134       with glibc-2.20.
    135     </para>
    136131
    137132    <para>
  • introduction/welcome/changelog.xml

    rded672e rb4ecd79c  
    4444
    4545-->
     46    <listitem>
     47      <para>September 14th, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to valgrind-3.10.0. Fixes
     51          <ulink url="&blfs-ticket-root;5506">#5506</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>September 12th, 2014</para>
  • packages.ent

    rded672e rb4ecd79c  
    273273<!ENTITY vala-major-version           "0.24">  <!-- even minors only -->
    274274<!ENTITY vala-version                 "&vala-major-version;.0">
    275 <!ENTITY valgrind-version             "3.9.0">
     275<!ENTITY valgrind-version             "3.10.0">
    276276<!ENTITY yasm-version                 "1.3.0">
    277277
Note: See TracChangeset for help on using the changeset viewer.