Changeset 77ba659


Ignore:
Timestamp:
06/01/2024 04:21:32 PM (4 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
06632cb
Parents:
b5db82fe (diff), fd7ff40 (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:

Fix xml

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    rb5db82fe r77ba659  
    99  <!ENTITY llvm-download-http "&llvm-url;/llvm-&llvm-version;.src.tar.xz">
    1010  <!ENTITY llvm-download-ftp  " ">
    11   <!ENTITY llvm-md5sum        "5d9201e7c9a494ce8325cf365b6529a2">
     11  <!ENTITY llvm-md5sum        "9086fae9e8691e99843e56f27893e8d9">
    1212  <!ENTITY llvm-size          "60 MB">
    1313  <!ENTITY llvm-buildsize     "4.2 GB (964 MB installed; add 20 GB for tests and 308 MB for documentation)">
     
    1515
    1616  <!ENTITY clang-download-http "&llvm-url;/clang-&llvm-version;.src.tar.xz">
    17   <!ENTITY clang-md5sum        "4b3713a71f1442097ba2e881d74b679f">
     17  <!ENTITY clang-md5sum        "a2dff138421b969cdfa4c13c1d74a037">
    1818  <!ENTITY clang-size          "22 MB">
    1919
    2020  <!ENTITY compiler-rt-download-http "&llvm-url;/compiler-rt-&llvm-version;.src.tar.xz">
    21   <!ENTITY compiler-rt-md5sum        "616ffb64d92162f1e5fdc7016bb1012e">
     21  <!ENTITY compiler-rt-md5sum        "4b356be774640e5275d940b845276ecc">
    2222  <!ENTITY compiler-rt-size          "2.4 MB">
    2323
     
    209209      <xref linkend="psutil"/> (for tests),
    210210      <xref linkend="pygments"/>,
     211      <xref linkend="PyYAML"/> (for tests),
    211212      <xref linkend="rsync"/> (for tests),
    212213      <xref linkend="recommonmark"/> (for building documentation),
     214      <phrase revision="systemd"><xref linkend="systemd"/>
     215      (rebuilt with PAM, for tests),</phrase>
    213216      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
    214217      <xref linkend="valgrind"/>,
     
    371374      if <option>CONFIG_USER_NS</option> is not enabled in kernel
    372375      configuration.
    373       <!-- 18.1.2: 71626 Passed, 27447 Unsupported, 339 Skipped,
     376      <!-- 18.1.6: 71637 Passed, 27461 Unsupported, 339 Skipped,
    374377                   133 Expectedly Failed -->
    375378
  • general/prog/python-dependencies/markdown.xml

    rb5db82fe r77ba659  
    9191
    9292    <para>
    93       Assuming <xref linkend="pytest"/> is installed and the other optional
    94       dependencies are not, the installation can be tested with:
     93      Assuming <xref linkend="pytest"/> and <xref linkend='PyYAML'/> are
     94      installed and the other optional dependency is not, the installation
     95      can be tested with:
    9596    </para>
    9697
  • introduction/welcome/changelog.xml

    rb5db82fe r77ba659  
    5858          <para>[bdubbs] - Update to git-2.45.2. Fixes
    5959          <ulink url="&blfs-ticket-root;19875">#19875</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[xry111] - Update to LLVM-18.1.6.  Fixes
     63          <ulink url="&blfs-ticket-root;19438">#19438</ulink>.</para>
    6064        </listitem>
    6165      </itemizedlist>
  • networking/textweb/lynx.xml

    rb5db82fe r77ba659  
    100100    </para>
    101101
     102    <!-- note that chgrp needed if building as a non-root user and then
     103         install via sudo or su -->
    102104    <para>
    103105      Now, as the <systemitem class="username">root</systemitem> user:
    104106    </para>
    105107
    106 <screen role='root'><userinput>make install-full</userinput></screen>
     108<screen role='root'><userinput>make install-full
     109chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_doc</userinput></screen>
    107110
    108111  </sect2>
  • packages.ent

    rb5db82fe r77ba659  
    347347<!ENTITY librep-version               "0.92.7">
    348348<!ENTITY llvm-maj-version             "18">
    349 <!ENTITY llvm-point-version           "2">
     349<!ENTITY llvm-point-version           "6">
    350350<!ENTITY llvm-version                 "&llvm-maj-version;.1.&llvm-point-version;">
    351351<!ENTITY lua-version                  "5.4.6">
  • xsoft/graphweb/firefox.xml

    rb5db82fe r77ba659  
    280280
    281281# Sandboxing works well on x86_64 but might cause issues on other
    282 # platforms. If not on x86_64, e.g. i686, it is recommended to
    283 # uncomment the following switch.
    284 if [ $(uname -m) != x86_64 ] &amp;&amp; ac_add_options --disable-sandbox
     282# platforms, e.g. i686.
     283[ $(uname -m) != x86_64 ] &amp;&amp; ac_add_options --disable-sandbox
    285284
    286285# Using sandboxed wasm libraries has been moved to all builds instead
Note: See TracChangeset for help on using the changeset viewer.