Ignore:
Timestamp:
01/07/2022 07:47:51 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
e15d48d7
Parents:
daae8a01
Message:

Package updates and some text changes.
Update to Pygments-2.11.2.
Update to nss-3.74.
Update to sqlite-autoconf-3370200 (3.37.2).

Add a note to Boost to remove old cmake files.
Change pax to http from https..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    rdaae8a01 rfe83f5c  
    128128      speed them up.
    129129    </para>
     130
     131    <note>
     132      <para>
     133        Boost installs many versioned directories in /usr/lib/cmake.
     134        If a new version of <application>Boost</application> over a
     135        previous version, the oldere cmake directories need to be
     136        explicitly removed.  To do this, run as the
     137        <systemitem class="username">root</systemitem> user:
     138      </para>
     139
     140<screen role="root"><userinput>rm -rf /usr/lib/cmake/[Bb]oost*</userinput></screen>
     141
     142      <para>
     143        before installing the new version.
     144      </para>
     145    </note>
    130146
    131147    <para>
Note: See TracChangeset for help on using the changeset viewer.