Ignore:
Timestamp:
11/20/2023 07:34:30 PM (7 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
9ccad19
Parents:
4de66bc7
Message:

Update to lsof-4.99.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/lsof.xml

    r4de66bc7 ra957507  
    66
    77
    8 <!ENTITY lsof-download-http  "https://github.com/lsof-org/lsof/releases/download/&lsof-version;/lsof_&lsof-version;.linux.tar.bz2">
     8<!ENTITY lsof-download-http "https://github.com/lsof-org/lsof/releases/download/&lsof-version;/lsof-&lsof-version;.tar.gz">
    99<!ENTITY lsof-download-ftp  " ">
    10 <!ENTITY lsof-md5sum        "670010707104b1b1fc4cabae974465a6">
    11 <!ENTITY lsof-size          "512 KB">
    12 <!ENTITY lsof-buildsize     "3.3 MB (add 700 KB for tests)">
    13 <!ENTITY lsof-time          "less than 0.1 SBU (add 0.5 SBU for tests)">
     10<!ENTITY lsof-md5sum        "8c858675f6d6e137df9b4e26ad6c46e8">
     11<!ENTITY lsof-size          "1.1 MB">
     12<!ENTITY lsof-buildsize     "14 MB (with tests)">
     13<!ENTITY lsof-time          "0.1 SBU (with tests)">
    1414]>
    1515
     
    109109    </para>
    110110
    111 <screen><userinput>./Configure -n linux &amp;&amp;
     111<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    112112make</userinput></screen>
    113113
     
    123123        remap="test"><userinput>make check</userinput></screen>
    124124
     125<!--
    125126    <para>
    126127      One test, case-20-ux-socket-endpoint, is known to fail.
    127128      Other test may fail if the tests are run in a script.
    128129    </para>
     130-->
    129131
    130132    <para>
     
    132134    </para>
    133135
    134 <screen role="root"><userinput>install -v -m4755 -o root -g root lsof /usr/bin &amp;&amp;
    135 install -v lsof.8 /usr/share/man/man8</userinput></screen>
     136<screen role="root"><userinput>make install</userinput></screen>
    136137
    137138  </sect2>
     
    140141    <title>Command Explanations</title>
    141142
     143<!--
    142144    <para>
    143145      <command>./Configure -n linux</command>: Avoid AFS, customization, and
     
    151153      and use <command>sudo</command> to run the program.
    152154    </para>
     155-->
     156
     157    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     158      href="../../xincludes/static-libraries.xml"/>
    153159
    154160  </sect2>
     
    164170      <seglistitem>
    165171        <seg>lsof</seg>
    166         <seg>None</seg>
     172        <seg>liblsof.so</seg>
    167173        <seg>None</seg>
    168174      </seglistitem>
     
    186192      </varlistentry>
    187193
     194      <varlistentry id="liblsof">
     195        <term><filename class="libraryfile">liblsof.so</filename></term>
     196        <listitem>
     197          <para>
     198            contains an interface for applications to list open files
     199          </para>
     200          <indexterm zone="lsof liblsof">
     201            <primary sortas="c-liblsof">liblsof.so</primary>
     202          </indexterm>
     203        </listitem>
     204      </varlistentry>
     205
    188206    </variablelist>
    189207
Note: See TracChangeset for help on using the changeset viewer.