Changeset d30b7e7
- Timestamp:
- 10/14/2018 07:36:46 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f326e42
- Parents:
- 0b35eeb
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/subversion.xml
r0b35eeb rd30b7e7 7 7 <!ENTITY subversion-download-http "https://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2"> 8 8 <!ENTITY subversion-download-ftp " "> 9 <!ENTITY subversion-md5sum " e05fb3b25b1599b395ecc36d5ef1a145">9 <!ENTITY subversion-md5sum "34b493f22988956af2e2e8fdb2ad0151"> 10 10 <!ENTITY subversion-size "8.0 MB"> 11 11 <!-- for 1.10.0 12 12 make javahl: 0.3 SBU 22 MB; 13 13 swig-pl swig-py and swig-rb: 1.2 SBU 95 MB --> 14 <!ENTITY subversion-buildsize "1 67MB (add 117 MB for bindings, 24 MB for docs, 1.0 GB for tests)">15 <!ENTITY subversion-time "0. 4 SBU (Using parallelism=4; add 1.5 SBU for bindings, 22SBU for tests)">14 <!ENTITY subversion-buildsize "172 MB (add 117 MB for bindings, 24 MB for docs, 1.0 GB for tests)"> 15 <!ENTITY subversion-time "0.5 SBU (Using parallelism=4; add 1.5 SBU for bindings, 5.5 SBU for tests)"> 16 16 ]> 17 17 -
general/prog/valgrind.xml
r0b35eeb rd30b7e7 7 7 <!ENTITY valgrind-download-http "https://sourceware.org/ftp/valgrind/valgrind-&valgrind-version;.tar.bz2"> 8 8 <!ENTITY valgrind-download-ftp "ftp://sourceware.org/pub/valgrind/valgrind-&valgrind-version;.tar.bz2"> 9 <!ENTITY valgrind-md5sum " 817dd08f1e8a66336b9ff206400a5369">10 <!ENTITY valgrind-size "1 4MB">11 <!ENTITY valgrind-buildsize " 347 MB (additional 228MB for tests)">12 <!ENTITY valgrind-time " 1.1 SBU (additional 5.1 SBU for tests)">9 <!ENTITY valgrind-md5sum "74175426afa280184b62591b58c671b3"> 10 <!ENTITY valgrind-size "16 MB"> 11 <!ENTITY valgrind-buildsize "414 MB (add 70 MB for tests)"> 12 <!ENTITY valgrind-time "0.5 SBU (Using parallelism=4; add 11 SBU for tests)"> 13 13 ]> 14 14 … … 100 100 <title>Installation of Valgrind</title> 101 101 102 <!-- Fix applied upstream, remove in valgrind 1.14-->103 <para>104 First, fix a bug, which has been exposed by glibc-2.26:105 </para>106 107 <screen><userinput>sed -i '1904s/4/5/' coregrind/m_syswrap/syswrap-linux.c</userinput></screen>108 109 102 <para> 110 103 Install <application>Valgrind</application> by running the following … … 127 120 </para> 128 121 129 <!-- For valgrind-3.12.0, the pth_cond_destroy_busy test hangs forever because130 of some change in glibc-2.25. Should be fixed in next versions of131 valgrind.-->132 122 <screen><userinput>sed -e 's@prereq:.*@prereq: false@' \ 133 123 -i {helgrind,drd}/tests/pth_cond_destroy_busy.vgtest</userinput></screen> … … 163 153 <command>sed -i ... docs/Makefile.in </command>: This sed provides for 164 154 installing the documentation in a versioned directory. 155 </para> 156 157 <para> 158 <option>--enable-lto=yes</option>: This option allows building Valgrind 159 with LTO (link time optimization). This produces a smaller/faster 160 Valgrind (up to 10%), but build time increases to about 5.5 SBU. 165 161 </para> 166 162 -
introduction/welcome/changelog.xml
r0b35eeb rd30b7e7 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to valgrind-3.14.0. Fixes 49 <ulink url="&blfs-ticket-root;11234">#11234</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to subversion-1.10.3. Fixes 53 <ulink url="&blfs-ticket-root;11233">#11233</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 59 <para>October 13th, 2018</para> 60 <itemizedlist> 61 <listitem> 48 62 <para>[bdubbs] - Update to Mako-1.0.7 (Python Module). Fixes 49 63 <ulink url="&blfs-ticket-root;11243">#11243</ulink>.</para> -
packages.ent
r0b35eeb rd30b7e7 340 340 <!ENTITY scons-version "3.0.0"> 341 341 <!ENTITY slang-version "2.3.2"> 342 <!ENTITY subversion-version "1.10. 2">342 <!ENTITY subversion-version "1.10.3"> 343 343 <!ENTITY swig-version "3.0.12"> 344 344 <!ENTITY tcl-version "8.6.8"> … … 346 346 <!ENTITY vala-major-version "0.42"> <!-- even minors only --> 347 347 <!ENTITY vala-version "&vala-major-version;.2"> 348 <!ENTITY valgrind-version "3.1 3.0">348 <!ENTITY valgrind-version "3.14.0"> 349 349 <!ENTITY yasm-version "1.3.0"> 350 350
Note:
See TracChangeset
for help on using the changeset viewer.