Changeset 15fb148
- Timestamp:
- 12/09/2018 09:28:42 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:
- 4019070
- Parents:
- db6385b
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/ruby.xml
rdb6385b r15fb148 7 7 <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz"> 8 8 <!ENTITY ruby-download-ftp " "> 9 <!ENTITY ruby-md5sum " b7d48b39fd09933e232f172384d03b94">9 <!ENTITY ruby-md5sum "7eeae640892f1dc89403edcfbb901223"> 10 10 <!ENTITY ruby-size "11 MB"> 11 <!ENTITY ruby-buildsize "36 4 MB, with checks (add 206MB for C API docs)">12 <!ENTITY ruby-time "1. 1 SBU (using parallelism=4; add 3.4SBU for tests; add 0.4 SBU for C API docs)">11 <!ENTITY ruby-buildsize "366 MB, with checks (add 202 MB for C API docs)"> 12 <!ENTITY ruby-time "1.2 SBU (using parallelism=4; add 3.0 SBU for tests; add 0.4 SBU for C API docs)"> 13 13 ]> 14 14 … … 111 111 <para> 112 112 To test the results, issue: <command>make check</command>. There 113 are 173 88 tests. A few (about 11) fail and one test may hang, but114 the test process can continue with ctrl-C.If the tests are113 are 17393 tests. A few (two) fail. 114 If the tests are 115 115 run in a directory that has a world writable component (e.g. /tmp) 116 then several additional tests fail and the tests terminate after116 then several additional tests may fail and the tests terminate after 117 117 25 failures. 118 118 </para> -
general/prog/subversion.xml
rdb6385b r15fb148 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 " 34b493f22988956af2e2e8fdb2ad0151">10 <!ENTITY subversion-size "8. 0MB">11 <!-- for 1.1 0.012 make javahl: 0. 3 SBU 22MB;13 swig-pl swig-py and swig-rb: 1. 2 SBU 95MB -->14 <!ENTITY subversion-buildsize "17 2 MB (add 117MB for bindings, 24 MB for docs, 1.0 GB for tests)">15 <!ENTITY subversion-time "0.5 SBU (Using parallelism=4; add 1.5SBU for bindings, 5.5 SBU for tests)">9 <!ENTITY subversion-md5sum "b0401a17fe9f4a769e36fcfcfad93461"> 10 <!ENTITY subversion-size "8.1 MB"> 11 <!-- for 1.11.0 12 make javahl: 0.4 SBU 26 MB; 13 swig-pl swig-py and swig-rb: 1.6 SBU 90 MB --> 14 <!ENTITY subversion-buildsize "174 MB (add 116 MB for bindings, 24 MB for docs, 1.0 GB for tests)"> 15 <!ENTITY subversion-time "0.5 SBU (Using parallelism=4; add 2.0 SBU for bindings, 5.5 SBU for tests)"> 16 16 ]> 17 17 -
introduction/welcome/changelog.xml
rdb6385b r15fb148 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to subversion-1.11.0. Fixes 49 <ulink url="&blfs-ticket-root;11301">#11301</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to ruby-2.5.3. Fixes 53 <ulink url="&blfs-ticket-root;11264">#11264</ulink>.</para> 54 </listitem> 55 <listitem> 48 56 <para>[bdubbs] - Update to cups-filters-1.21.5. Fixes 49 57 <ulink url="&blfs-ticket-root;11419">#11419</ulink>.</para> -
packages.ent
rdb6385b r15fb148 339 339 <!ENTITY python3-version "3.7.1"> 340 340 <!ENTITY ruby-minor-version "2.5"> 341 <!ENTITY ruby-patch-version " 1">341 <!ENTITY ruby-patch-version "3"> 342 342 <!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;"> 343 343 <!ENTITY rust-version "1.29.2"> 344 344 <!ENTITY scons-version "3.0.0"> 345 345 <!ENTITY slang-version "2.3.2"> 346 <!ENTITY subversion-version "1.1 0.3">346 <!ENTITY subversion-version "1.11.0"> 347 347 <!ENTITY swig-version "3.0.12"> 348 348 <!ENTITY tcl-version "8.6.9">
Note:
See TracChangeset
for help on using the changeset viewer.