Changeset 9afd5bbe


Ignore:
Timestamp:
07/11/2024 05:45:29 PM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
d04d212
Parents:
4ce7f473
Message:

Update to SCons-4.8.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/scons.xml

    r4ce7f473 r9afd5bbe  
    77  <!ENTITY scons-download-http "&sourceforge-dl;/scons/SCons-&scons-version;.tar.gz">
    88  <!ENTITY scons-download-ftp  " ">
    9   <!ENTITY scons-md5sum        "f931948234687b507e2c8ae6ec18fb1c">
     9  <!ENTITY scons-md5sum        "68a13ef0d3515044544f8bd0949befa2">
    1010  <!ENTITY scons-size          "3.1 MB">
    1111  <!ENTITY scons-buildsize     "50 MB">
     
    3030      (and other files) implemented in <application>Python</application>.
    3131    </para>
     32
     33    <note>
     34      <para>
     35        When expanding the tarball the package expands to scons-4.8.0, not
     36        the expected SCons-4.8.0.
     37      </para>
     38    </note>
    3239
    3340    &lfs121_checked;
     
    6673      </listitem>
    6774    </itemizedlist>
    68 
     75<!--
     76    The man pages are included in the tarball.
    6977    <bridgehead renderas="sect3">SCons Dependencies</bridgehead>
    7078
     
    7482      <xref role="runtime" linkend="libxslt"/>
    7583    </para>
    76 
     84-->
    7785  </sect2>
    7886
    7987  <sect2 role="installation">
    8088    <title>Installation of SCons</title>
    81 
    82     <!-- Commented out because I don't think it's still needed.  If
    83          something bad happens please uncomment.
    84     <screen><userinput>sed -i 's/env python/&amp;3/' SCons/Utilities/*.py &amp;&amp;</userinput></screen> -->
    85 
    86     <para>
    87       Fix the install location of the man pages:
    88     </para>
    89 
    90     <screen><userinput>sed -i '/scons.1/s@^.@share/man/man1@' -i setup.cfg</userinput></screen>
    9189
    9290    <para>
     
    10098    </para>
    10199
    102     <screen role='root'><userinput>&install-wheel; SCons</userinput></screen>
     100    <screen role='root'><userinput>&install-wheel; SCons &amp;&amp;
     101install -v -m664 *.1 /usr/share/man/man1</userinput></screen>
    103102  </sect2>
    104103
     
    167166      </varlistentry>
    168167
    169  <!-- Removed in 4.0.0
    170       <varlistentry id="scons-time">
    171         <term><command>scons-time</command></term>
    172         <listitem>
    173           <para>
    174             generates and displays <application>SCons</application>
    175             timing information.
    176           </para>
    177           <indexterm zone="scons scons-time">
    178             <primary sortas="b-scons-time">scons-time</primary>
    179           </indexterm>
    180         </listitem>
    181      </varlistentry>
    182 -->
    183168    </variablelist>
    184169
  • introduction/welcome/changelog.xml

    r4ce7f473 r9afd5bbe  
    3939    </listitem>
    4040    -->
     41    <listitem>
     42      <para>July 11th, 2024</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to SCons-4.8.0. Fixes
     46          <ulink url="&blfs-ticket-root;20055">#20055</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
    4151    <listitem>
    4252      <para>July 8th, 2024</para>
  • packages.ent

    r4ce7f473 r9afd5bbe  
    379379<!ENTITY rust-version                 "1.79.0">
    380380<!ENTITY rust-bindgen-version         "0.69.4">
    381 <!ENTITY scons-version                "4.7.0">
     381<!ENTITY scons-version                "4.8.0">
    382382<!ENTITY slang-version                "2.3.3">
    383383<!ENTITY subversion-version           "1.14.3">
Note: See TracChangeset for help on using the changeset viewer.