Changeset f60ecce
- Timestamp:
- 08/11/2017 01:09:05 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- a20c505f
- Parents:
- a02109f
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/git.xml
ra02109f rf60ecce 9 9 <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz"> 10 10 <!ENTITY git-download-ftp " "> 11 <!ENTITY git-md5sum " 8422cbf87b85e1a5e8e2cbca49333f84">11 <!ENTITY git-md5sum "a55bc6a2164d3ef1c3e5fc2f0c1d0d52"> 12 12 <!ENTITY git-size "4.6 MB"> 13 13 <!-- space measured on 2.14.0 with gcc-7.1, glibc-2.25+git, all deps except dblatex. 14 The build gets up to 529MB , but the separate docs add 15 MB -->15 <!ENTITY git-buildsize "54 4MB (with optional dependencies and documentation, add 24MB if building the docs)">16 <!ENTITY git-time "0.3 SBU (with parallelism=4, add 2.1 SBU if building documentation, add 1. 5SBU for tests with parallelism=4)">14 The build gets up to 529MB (527 in 2.14.1), but the separate docs add 15 MB --> 15 <!ENTITY git-buildsize "542 MB (with optional dependencies and documentation, add 24MB if building the docs)"> 16 <!ENTITY git-time "0.3 SBU (with parallelism=4, add 2.1 SBU if building documentation, add 1.4 SBU for tests with parallelism=4)"> 17 17 ]> 18 18 -
general/prog/mercurial.xml
ra02109f rf60ecce 7 7 <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz"> 8 8 <!ENTITY mercurial-download-ftp " "> 9 <!ENTITY mercurial-md5sum " 357718336be62c23597115040c0d2ded">10 <!ENTITY mercurial-size "5. 1MB">11 <!ENTITY mercurial-buildsize " 46 MB (add 371MB for tests)">12 <!ENTITY mercurial-time "0. 1 SBU (add 4.4SBU for tests using -j4)">9 <!ENTITY mercurial-md5sum "c319686de0a9076a2fcbcb215fc5baec"> 10 <!ENTITY mercurial-size "5.3 MB"> 11 <!ENTITY mercurial-buildsize "68 MB (add 337 MB for tests)"> 12 <!ENTITY mercurial-time "0.2 SBU (add 7.2 SBU for tests using -j4)"> 13 13 ]> 14 14 … … 123 123 <para>where <replaceable><N></replaceable> is an integer between one 124 124 and the number of ( processor X threads ), inclusive. One test, 125 test-gpg.t, fails if <xref linkend="gnupg2"/> is not installed. <!--In order to126 investigate theapparently failing tests, you may use the125 test-gpg.t, fails if <xref linkend="gnupg2"/> is not installed. In order to 126 investigate any other apparently failing tests, you may use the 127 127 <command>run-tests.py</command> script. To see the almost forty switches, 128 128 some of them very useful, issue <command>tests/run-tests.py - -help</command>. 129 129 Running the following commands, you will execute only the tests that failed 130 before: --></para>131 <!-- 130 before:</para> 131 132 132 <screen><userinput>pushd tests && 133 133 rm -rf tmp && … … 148 148 used with <command>make check</command>, including them in the 149 149 <envar>TESTFLAGS</envar> environment variable.</para> 150 --> 150 151 151 <para>Install <application>Mercurial</application> by running the following 152 152 command (as <systemitem class="username">root</systemitem>):</para> -
general/prog/subversion.xml
ra02109f rf60ecce 8 8 "http://www.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2"> 9 9 <!ENTITY subversion-download-ftp " "> 10 <!ENTITY subversion-md5sum "f27e00338d4a9f7f9aec9d4a3f8b418b"> 11 <!ENTITY subversion-size "7.5 MB"> 12 <!ENTITY subversion-buildsize "171 MB (add 173 MB for bindings, 24 MB for docs, 1 GB for tests)"> 13 <!ENTITY subversion-time "1.2 SBU (add 1.4 SBU for bindings, 72 SBU for tests)"> 10 <!ENTITY subversion-md5sum "05b0c677681073920f938c1f322e0be2"> 11 <!ENTITY subversion-size "7.6 MB"> 12 <!-- for 1.9.7 with only perl and python, tests are less than 6 SBU --> 13 <!ENTITY subversion-buildsize "198 MB (add 173 MB for bindings, 24 MB for docs, 1 GB for tests)"> 14 <!ENTITY subversion-time "1.2 SBU (add 1.4 SBU for bindings, 6.0 SBU for tests)"> 14 15 ]> 15 16 -
introduction/welcome/changelog.xml
ra02109f rf60ecce 46 46 <para>August 10th, 2017</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[ken] - Update to mercurial-4.3. Fixes 50 <ulink url="&blfs-ticket-root;9600">#9600</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[ken] - Update to subversion-1.9.7. Fixes 54 <ulink url="&blfs-ticket-root;9599">#9599</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[ken] - Update to git-2.14.1. Fixes 58 <ulink url="&blfs-ticket-root;9598">#9598</ulink>.</para> 59 </listitem> 48 60 <listitem> 49 61 <para>[pierre] - Update to mesa-17.1.6. Fixes -
packages.ent
ra02109f rf60ecce 308 308 <!ENTITY gc-version "7.6.0"> 309 309 <!ENTITY gdb-version "8.0"> 310 <!ENTITY git-version "2.14. 0">310 <!ENTITY git-version "2.14.1"> 311 311 <!ENTITY guile-version "2.2.2"> 312 312 <!ENTITY librep-version "0.92.6"> … … 314 314 <!ENTITY llvm-old-version "3.9.1"> 315 315 <!ENTITY lua-version "5.3.4"> 316 <!ENTITY mercurial-version "4. 2.2">316 <!ENTITY mercurial-version "4.3"> 317 317 <!ENTITY nasm-version "2.13.01"> 318 318 <!ENTITY ninja-version "1.7.2"> … … 327 327 <!ENTITY scons-version "2.5.1"> 328 328 <!ENTITY slang-version "2.3.1"> 329 <!ENTITY subversion-version "1.9. 6">329 <!ENTITY subversion-version "1.9.7"> 330 330 <!ENTITY swig-version "3.0.12"> 331 331 <!ENTITY tcl-version "8.6.6">
Note:
See TracChangeset
for help on using the changeset viewer.