Changeset 89a8d9a for general


Ignore:
Timestamp:
12/12/2022 10:34:38 PM (19 months ago)
Author:
Ken Moffat <ken@…>
Branches:
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/llvm18, xry111/xf86-video-removal
Children:
ab3ae35a
Parents:
cf905e0 (diff), bdf8481 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

Location:
general
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr-util.xml

    rcf905e0 r89a8d9a  
    3131      consistent interface to underlying client library interfaces. This
    3232      application programming interface assures predictable if not identical
    33       behaviour regardless of which libraries are available on a given platform.
     33      behavior regardless of which libraries are available on a given platform.
    3434    </para>
    3535
  • general/genlib/glib2.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "06745709784eddb4a3860e1814f795e8">
     9  <!ENTITY glib2-md5sum        "fb204b89b0004110911dede3441597a1">
    1010  <!ENTITY glib2-size          "4.9 MB">
    11   <!ENTITY glib2-buildsize     "119 MB (add 7 MB for tests)">
    12   <!ENTITY glib2-time          "0.4 SBU (add 0.5 SBU for tests; both using parallelism=4)">
     11  <!ENTITY glib2-buildsize     "140 MB (add 8 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.6 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    8989    <bridgehead renderas="sect4">Optional</bridgehead>
    9090    <para role="optional">
    91       <xref linkend="dbus"/> and
     91      <xref linkend="dbus"/> (for some tests),
     92      <xref linkend="fuse3"/> and
    9293      <ulink url="https://bindfs.org/">bindfs</ulink>
    93         (both may be used in some tests),
     94        (both needed for one test),
    9495      <xref linkend="gdb"/> (for bindings),
    9596      <xref linkend="DocBook"/>,
     
    124125  <sect2 role="installation">
    125126    <title>Installation of GLib</title>
    126     <!-- Remove the next para and screen for glib-2.72.3 or above
    127     <para>
    128       First, fix an issue in MIME file content lookup, which may prevent
    129       displaying <command>file://</command> URL's in webkitgtk based browsers.
    130     </para>
    131 
    132 <screen><userinput>patch -Np1 -i ../glib-&glib2-version;-fix_xdgmime-1.patch</userinput></screen>
    133 -->
     127
    134128    <para>
    135129      If desired, apply the optional patch. In many cases, applications that
     
    237231
    238232      NOTE: systemd implements this as a hard requirement.  -->
    239       <!-- with 2.60.4 on systemd, all tests pass. -->
     233      <!-- one test, g-file-info-filesystem-readonly.c, needs both
     234      bindfs and fusermount. With fuse3, you need to either create
     235      a fusermount->fusermount3 symlink or alter the source of the
     236      test so that fusermount3 is seeked and used. bindfs can be
     237      built against fuse3. The test is skipped if the dependencies
     238      are not found, and reported to pass.-->
    240239      <!-- with 2.64.1 on sysV, all tests pass. -->
    241240      <!-- with 2.70.1 on sysV, all tests pass. -->
     
    243242      <!-- with 2.72.3 on sysV, all tests pass. [pierre, July 2022] -->
    244243      <!-- with 2.74.0 on sysV, all tests pass. [bdubbs, Sep 2022] -->
    245     </para>
    246 
     244      <!-- with 2.74.3 on sysV, all tests pass. [pierre, Dec 2022] -->
     245    </para>
     246<!-- 2.64 is two years old
    247247    <para>
    248248      Finally, if this is a reinstall from glib2-2.64.x or earlier, remove
     
    252252
    253253<screen role="nodump"><userinput>rm -f /usr/include/glib-2.0/glib/gurifuncs.h</userinput></screen>
    254 
     254-->
    255255  </sect2>
    256256
  • general/genlib/pcre2.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY pcre2-download-http "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-&pcre2-version;/pcre2-&pcre2-version;.tar.bz2">
    88  <!ENTITY pcre2-download-ftp  " ">
    9   <!ENTITY pcre2-md5sum        "a5cc4e276129c177d4fffb40601019a4">
     9  <!ENTITY pcre2-md5sum        "5ee8e1d11557b677e1b159657e2aaf3c">
    1010  <!ENTITY pcre2-size          "1.7 MB">
    11   <!ENTITY pcre2-buildsize     "18 MB (with tests)">
     11  <!ENTITY pcre2-buildsize     "19 MB (with tests)">
    1212  <!ENTITY pcre2-time          "0.4 SBU (with tests)">
    1313]>
  • general/genlib/uchardet.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY uchardet-download-http "https://www.freedesktop.org/software/uchardet/releases/uchardet-&uchardet-version;.tar.xz">
    88  <!ENTITY uchardet-download-ftp  " ">
    9   <!ENTITY uchardet-md5sum        "623406dac5c5ad89e40eedd7f279efae">
    10   <!ENTITY uchardet-size          "212 KB">
    11   <!ENTITY uchardet-buildsize     "4.2 MB">
    12   <!ENTITY uchardet-time          "less than 0.1 SBU">
     9  <!ENTITY uchardet-md5sum        "9e267be7aee81417e5875086dd9d44fd">
     10  <!ENTITY uchardet-size          "217 KB">
     11  <!ENTITY uchardet-buildsize     "4.6 MB (with test)">
     12  <!ENTITY uchardet-time          "less than 0.1 SBU (with test)">
    1313
    1414]>
     
    144144      <?dbhtml list-presentation="table"?>
    145145
    146       <!-- If the program or library name conflicts (is the same) as the
    147       package name, add -prog or -lib to the varlistentry entity id
    148       and the 2nd entry of the indexterm zone entity -->
    149 
    150146      <varlistentry id="uchardet-prog">
    151147        <term><command>uchardet</command></term>
  • general/genutils/graphviz.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY graphviz-download-http "https://gitlab.com/graphviz/graphviz/-/archive/&graphviz-version;/graphviz-&graphviz-version;.tar.bz2">
    88  <!ENTITY graphviz-download-ftp  " ">
    9   <!ENTITY graphviz-md5sum        "7f241a7ee09294accc6c75643a7cd9be">
     9  <!ENTITY graphviz-md5sum        "75189b0b56b7795a7d665c420a4af99f">
    1010  <!ENTITY graphviz-size          "26 MB">
    1111  <!ENTITY graphviz-buildsize     "211 MB">
  • general/graphlib/poppler.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "4a7adb52dcf9a37f9655a240d1e2cc97">
     9  <!ENTITY poppler-md5sum        "39b6a69eceba6adb8afbcee8d47385fd">
    1010  <!ENTITY poppler-size          "1.8 MB">
    1111  <!ENTITY poppler-buildsize     "88 MB (with Qt5 library and tests)">
  • general/prog/cmake.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "a9d079eaf3f91ed9898834afb24e2b17">
     9  <!ENTITY cmake-md5sum        "521a03b1c36412463eda0348bebf4765">
    1010  <!ENTITY cmake-size          "10 MB">
    1111  <!ENTITY cmake-buildsize     "432 MB (add 1.1 GB for tests)">
  • general/prog/gitserver.xml

    rcf905e0 r89a8d9a  
    4949
    5050    <sect3>
    51       <title>1. Setup Users, Groups, and Permissions</title>
     51      <title>1. Set Up Users, Groups, and Permissions</title>
    5252
    5353      <para>
     
    162162
    163163      <para>
    164         On the developer's machine, setup some files to be pushed
     164        On the developer's machine, set up some files to be pushed
    165165        to the repository as the initial content:
    166166      </para>
  • general/prog/ojdk-conf.xml

    rcf905e0 r89a8d9a  
    9898      on the <xref linkend="make-ca"/> page previously created the file
    9999      located in <filename class="directory">/etc/ssl/java</filename>.
    100       Setup a symlink in the default location as the
     100      Set up a symlink in the default location as the
    101101      <systemitem class="username">root</systemitem> user:
    102102    </para>
  • general/prog/perl-modules/perl-text-bibtex.xml

    rcf905e0 r89a8d9a  
    101101            <para>
    102102              parses a series of BibTeX files with command line options to
    103               control the string post-processing behaviour
     103              control the string post-processing behavior
    104104            </para>
    105105            <indexterm zone="perl-text-bibtex bibparse-prog">
  • general/prog/php.xml

    rcf905e0 r89a8d9a  
    609609        Additionally, it may be useful to add an entry for
    610610        <filename>index.php</filename> to the DirectoryIndex directive of the
    611         <filename>httpd.conf</filename> file. Lastly, adding a line to setup the
     611        <filename>httpd.conf</filename> file. Lastly, adding a line to set up the
    612612        <filename class='extension'>.phps</filename> extension to show
    613613        highlighted <application>PHP</application> source may be
  • general/prog/svnserver.xml

    rcf905e0 r89a8d9a  
    4747
    4848    <sect3>
    49       <title>1. Setup Users, Groups, and Permissions</title>
     49      <title>1. Set Uup Users, Groups, and Permissions</title>
    5050
    5151      <para>
     
    129129        layout set up exactly as you want your repository to look. For
    130130        example, here is a sample BLFS layout setup with a root of
    131         <filename>svntest/</filename>. You'll need to setup a directory
     131        <filename>svntest/</filename>. You'll need to set up a directory
    132132        tree similar to the following:
    133133      </para>
  • general/prog/swig.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY swig-download-http "&sourceforge-dl;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "baac03a66f3194e5399d4c71d34df1e2">
     9  <!ENTITY swig-md5sum        "c7d55a1bca26752f3846c85b43c1a69c">
    1010  <!ENTITY swig-size          "8.2 MB">
    1111  <!ENTITY swig-buildsize     "82 MB (2.1 GB with tests)">
  • general/sysutils/fcron.xml

    rcf905e0 r89a8d9a  
    295295
    296296      <para>
    297         If you would like to setup a periodic hierarchy for the root user,
     297        If you would like to set up a periodic hierarchy for the root user,
    298298        first issue the following commands (as the
    299299        <systemitem class="username">root</systemitem> user) to create the
  • general/sysutils/usbutils.xml

    rcf905e0 r89a8d9a  
    8282    <bridgehead renderas="sect4">Required</bridgehead>
    8383    <para role="required">
    84       <xref linkend="libusb"/> and
     84      <xref linkend="libusb"/>
     85    </para>
     86
     87    <bridgehead renderas="sect4">Recommended</bridgehead>
     88    <para role="recommended">
     89<!-- git is required by autogen.sh. If using the tarball on kernel.org,
     90     autogen.sh does not need to be run. If using the github source,
     91     autogen.sh needs to be run, and git is used to pull the usbhid-dump
     92     submodule. -->
     93      <xref linkend="git"/> and
    8594      <xref linkend="wget"/>
    86       <!-- In the systemd book, a unit/timer is installed to update the
    87       usb.ids file automatically.
    88 
    89       wget is used in the instructions below.
    90       -->
    91     </para>
    92 
    93 <!-- lsusb.py has been ported to Python 3, and it is the only Python user
    94     <bridgehead renderas="sect4">Required Runtime</bridgehead>
    95     <para role="required">
    96       <xref role="runtime" linkend="python2"/>
    97     </para>
    98 -->
     95<!-- In the systemd book, a unit/timer is installed to update the
     96     usb.ids file automatically. wget is used in the instructions below. -->
     97    </para>
     98
    9999    <para condition="html" role="usernotes">User Notes:
    100100      <ulink url="&blfs-wiki;/usbutils"/>
Note: See TracChangeset for help on using the changeset viewer.