Changeset 568e425
- Timestamp:
- 04/30/2019 07:04:02 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, 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:
- 3b9bfde
- Parents:
- 7baaf2a
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libbytesize.xml
r7baaf2a r568e425 7 7 <!ENTITY libbytesize-download-http "https://github.com/storaged-project/libbytesize/releases/download/&libbytesize-version;/libbytesize-&libbytesize-version;.tar.gz"> 8 8 <!ENTITY libbytesize-download-ftp " "> 9 <!ENTITY libbytesize-md5sum " aa9bd5a04546873714da2adbaaa9f283">10 <!ENTITY libbytesize-size "4 04KB">11 <!ENTITY libbytesize-buildsize "4. 6MB">9 <!ENTITY libbytesize-md5sum "d47369556cd92aad4d8bc8ba10aebbed"> 10 <!ENTITY libbytesize-size "432 KB"> 11 <!ENTITY libbytesize-buildsize "4.2 MB"> 12 12 <!ENTITY libbytesize-time "less than 0.1 SBU"> 13 13 ]> … … 75 75 <bridgehead renderas="sect4">Required</bridgehead> 76 76 <para role="required"> 77 <xref linkend="pcre "/>77 <xref linkend="pcre2"/> 78 78 </para> 79 79 … … 81 81 <para role="optional"> 82 82 <xref linkend="gtk-doc"/>, 83 <xref linkend="python2"/>,84 83 <xref linkend="six"/> (needed for tests and python bindings), 85 84 <ulink url="https://github.com/rhinstaller/pocketlint/releases">pocketlint</ulink> (python module for one test), and … … 106 105 <para> 107 106 If you have the optional python modules installed, the regression 108 tests can be run with: <command>make check</command>. If only 109 <application>Python 3</application> is installed, one test has to be 110 fixed with <command> 111 sed -i 's/python/&3/' tests/lbs_py_override_unittest.py</command>. 112 <phrase revision='sysv'>Another test needs to be fixed if systemd 113 is not installed, with:<command> 114 sed -i '/busctl/s/=.*$/=lfs/' tests/canary_tests.sh</command>.</phrase> 107 tests can be run with: <command>make check</command>. 115 108 </para> 116 109 … … 122 115 123 116 </sect2> 124 117 <!-- 125 118 <sect2 role="commands"> 126 119 <title>Command Explanations</title> 127 120 128 121 <para> 129 <option>- -without-python2</option>: If122 <option>-i -without-python2</option>: If 130 123 <application>Python 2</application> is installed, use this switch to 131 124 prevent the use of <application>Python 2</application>. This may be … … 134 127 </para> 135 128 </sect2> 136 129 --> 137 130 <sect2 role="content"> 138 131 <title>Contents</title> -
general/prog/cbindgen.xml
r7baaf2a r568e425 7 7 <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz"> 8 8 <!ENTITY cbindgen-download-ftp " "> 9 <!ENTITY cbindgen-md5sum " 5979b20f17714297f62cfb322d0f60cf">10 <!ENTITY cbindgen-size "1 08KB">11 <!ENTITY cbindgen-buildsize "8 6 MB (add 337MB for tests) ">12 <!ENTITY cbindgen-time "0.9 SBU (Using paralleism=4; add 0. 3SBU tests)">9 <!ENTITY cbindgen-md5sum "6d2ac26276c684dbb4afa7d3078c8eb6"> 10 <!ENTITY cbindgen-size "112 KB"> 11 <!ENTITY cbindgen-buildsize "89 MB (add 475 MB for tests) "> 12 <!ENTITY cbindgen-time "0.9 SBU (Using paralleism=4; add 0.4 SBU tests)"> 13 13 ]> 14 14 … … 117 117 <para> 118 118 To test the results, issue: <command>cargo test</command>. 119 Four tests, test_expand*, are known to fail. 119 120 </para> 120 121 -
general/prog/perl-modules/perl-text-bibtex.xml
r7baaf2a r568e425 6 6 7 7 <!ENTITY my-download-http "&perl_authors;/id/A/AM/AMBS/Text-BibTeX-&Text-BibTeX-version;.tar.gz"> 8 <!ENTITY my-md5sum " 9564b9943f97ffaff8537366f79d2999">8 <!ENTITY my-md5sum "361aad5cf400764e35d1ade3b609bb60"> 9 9 10 10 ]> -
general/sysutils/unrar.xml
r7baaf2a r568e425 7 7 <!ENTITY unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz"> 8 8 <!ENTITY unrar-download-ftp " "> 9 <!ENTITY unrar-md5sum " 7b6a2bebe2a0c096f353008c40644be7">9 <!ENTITY unrar-md5sum "d9cfc39dab7f65a53f097e3846323aef"> 10 10 <!ENTITY unrar-size "224 KB"> 11 <!ENTITY unrar-buildsize "2. 1MB">11 <!ENTITY unrar-buildsize "2.4 MB"> 12 12 <!ENTITY unrar-time "0.1 SBU"> 13 13 ]> -
introduction/welcome/changelog.xml
r7baaf2a r568e425 46 46 <para>April 30th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to cbindgen-0.8.4. Fixes 50 <ulink url="&blfs-ticket-root;12003">#12003</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to Text-BibTeX-0.88 (Perl Module). Fixes 54 <ulink url="&blfs-ticket-root;12002">#12002</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to unrar-5.7.5. Fixes 58 <ulink url="&blfs-ticket-root;12001">#12001</ulink>.</para> 59 </listitem> 60 <listitem> 61 <para>[bdubbs] - Update to libbytesize-2.0. Fixes 62 <ulink url="&blfs-ticket-root;12000">#12000</ulink>.</para> 63 </listitem> 48 64 <listitem> 49 65 <para>[renodr] - Update to baobab-3.32.0. Part of -
packages.ent
r7baaf2a r568e425 127 127 <!ENTITY libatomic_ops-version "7.6.10"> 128 128 <!ENTITY libblockdev-version "2.21"> 129 <!ENTITY libbytesize-version " 1.4">129 <!ENTITY libbytesize-version "2.0"> 130 130 <!ENTITY libcroco-version "0.6.13"> 131 131 <!ENTITY libdaemon-version "0.14"> … … 296 296 <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> 297 297 <!ENTITY udisks2-version "2.8.2"> <!-- stable lt .90 micro version --> 298 <!ENTITY unrar-version "5.7. 4">298 <!ENTITY unrar-version "5.7.5"> 299 299 <!ENTITY unzip-version "6.0"> 300 300 <!ENTITY upower-version "0.99.10"> … … 307 307 <!ENTITY autoconf213-version "2.13"> 308 308 <!ENTITY bazaar-version "2.5.1"> 309 <!ENTITY cbindgen-version "0.8. 3">309 <!ENTITY cbindgen-version "0.8.4"> 310 310 <!ENTITY check-version "0.12.0"> 311 311 <!ENTITY clisp-version "2.49"> … … 401 401 <!ENTITY Test-Command-version "0.11"> 402 402 <!ENTITY Test-Differences-version "0.67"> 403 <!ENTITY Text-BibTeX-version "0.8 7">403 <!ENTITY Text-BibTeX-version "0.88"> 404 404 <!ENTITY Text-CSV-version "1.99"> 405 405 <!ENTITY Text-Roman-version "3.5">
Note:
See TracChangeset
for help on using the changeset viewer.