Changeset fe83f5c for general


Ignore:
Timestamp:
01/07/2022 07:47:51 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, 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..

Location:
general
Files:
3 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>
  • general/prog/pygments.xml

    rdaae8a01 rfe83f5c  
    88           "https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-&pygments-version;.tar.gz">
    99  <!ENTITY pygments-download-ftp " ">
    10   <!ENTITY pygments-md5sum        "2cc7dd5f14ea032d905c7ae1bdebbc92">
     10  <!ENTITY pygments-md5sum        "217b4355612df4b61dc570df4b0148ba">
    1111  <!ENTITY pygments-size          "4.0 MB">
    1212  <!ENTITY pygments-buildsize     "50 MB">
  • general/sysutils/pax.xml

    rdaae8a01 rfe83f5c  
    55  %general-entities;
    66
    7   <!ENTITY pax-download-http "https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-&pax-version;.tgz">
     7  <!ENTITY pax-download-http "http://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-&pax-version;.tgz">
    88  <!ENTITY pax-download-ftp  " ">
    99  <!ENTITY pax-md5sum        "87a0a3870ec437c41eb1b406334fe2c5">
Note: See TracChangeset for help on using the changeset viewer.