Changeset d7b3aab
- Timestamp:
- 05/03/2021 05:43:05 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- cde911d
- Parents:
- 569d4128
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/boost.xml
r569d4128 rd7b3aab 7 7 <!ENTITY boost-download-http "https://dl.bintray.com/boostorg/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2"> 8 8 <!ENTITY boost-download-ftp " "> 9 <!ENTITY boost-md5sum " ea217ed7c4414e93d44106c316966ae1">10 <!ENTITY boost-size "1 16MB">11 <!ENTITY boost-buildsize "1. 1 GB (175MB installed)">12 <!ENTITY boost-time "1. 3SBU (Using parallelism=4; add 1.3 SBU for tests)">9 <!ENTITY boost-md5sum "33334dd7f862e8ac9fe1cc7c6584fb6d"> 10 <!ENTITY boost-size "105 MB"> 11 <!ENTITY boost-buildsize "1.0 GB (180 MB installed)"> 12 <!ENTITY boost-time "1.4 SBU (Using parallelism=4; add 1.3 SBU for tests)"> 13 13 ]> 14 14 … … 103 103 <sect2 role="installation"> 104 104 <title>Installation of Boost</title> 105 <!-- 106 <para> 107 First, apply a patch wwhich allows to build libreoffice with GCC 10 108 and later: 109 </para> 110 111 <screen><userinput>patch -Np1 -i ../boost-&boost-version;-gcc_10-1.patch</userinput></screen> 112 --> 105 113 106 <para> 114 107 This package can be built with several jobs running in parallel. In … … 123 116 124 117 <para> 125 To run the Boost.Build's regression test, 126 issue <command>pushd tools/build/test; 127 python3 test_all.py; popd</command>. 128 All 153 tests should pass. 118 To run the Boost.Build's regression test, issue 119 <command>pushd tools/build/test; python3 test_all.py; popd</command>. 120 All 154 tests should pass. 129 121 </para> 130 122 … … 143 135 <!-- dev note: ./b2 - -prefix=<DESTDIR>/usr install threading=multi link=shared --> 144 136 145 <screen role="root"><userinput>./b2 install threading=multi link=shared 137 <screen role="root"><userinput>./b2 install threading=multi link=shared <!-- && 146 138 ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp--></userinput></screen> 147 139 -
introduction/welcome/changelog.xml
r569d4128 rd7b3aab 45 45 <itemizedlist> 46 46 <listitem> 47 <para>[bdubbs] - Upgrade libhandy-1.2.2. Fixes 47 <para>[bdubbs] - Upgrade to boost_1_76_0. Fixes 48 <ulink url="&blfs-ticket-root;14918">#14918</ulink>.</para> 49 </listitem> 50 <listitem> 51 <para>[bdubbs] - Upgrade to gtk-vnc-1.2.0. Fixes 52 <ulink url="&blfs-ticket-root;14908">#14908</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[bdubbs] - Upgrade to libhandy-1.2.2. Fixes 48 56 <ulink url="&blfs-ticket-root;14906">#14906</ulink>.</para> 49 57 </listitem> 50 58 <listitem> 51 <para>[bdubbs] - Upgrade unrar-6.0.5. Fixes59 <para>[bdubbs] - Upgrade to unrar-6.0.5. Fixes 52 60 <ulink url="&blfs-ticket-root;14903">#14903</ulink>.</para> 53 61 </listitem> 54 62 <listitem> 55 <para>[timtas] - Upgrade openldap-2.5.4. Fixes63 <para>[timtas] - Upgrade to openldap-2.5.4. Fixes 56 64 <ulink url="&blfs-ticket-root;14959">#14959</ulink>.</para> 57 65 </listitem> … … 62 70 <itemizedlist> 63 71 <listitem> 64 <para>[thomas] - Upgrade t idy-html-5.7.27. Fixes72 <para>[thomas] - Upgrade to tidy-html-5.7.27. Fixes 65 73 <ulink url="&blfs-ticket-root;14944">#14944</ulink>.</para> 66 74 </listitem> 67 75 <listitem> 68 <para>[thomas] - Upgrade gdb-10.2. Fixes76 <para>[thomas] - Upgrade to gdb-10.2. Fixes 69 77 <ulink url="&blfs-ticket-root;14944">#14944</ulink>.</para> 70 78 </listitem> -
packages.ent
r569d4128 rd7b3aab 84 84 85 85 <!ENTITY boost-major "1"> 86 <!ENTITY boost-minor "7 5">86 <!ENTITY boost-minor "76"> 87 87 <!ENTITY boost-patch "0"> 88 88 <!ENTITY boost-version "&boost-major;.&boost-minor;.&boost-patch;"> … … 751 751 <!ENTITY gtksourceview4-version "4.8.1"> 752 752 <!ENTITY gtksourceview5-version "5.0.0"> 753 <!ENTITY gtk-vnc-version "1. 0.0">753 <!ENTITY gtk-vnc-version "1.2.0"> 754 754 <!ENTITY imlib2-version "1.7.1"> 755 755 <!ENTITY keybinder2-version "0.3.1">
Note:
See TracChangeset
for help on using the changeset viewer.