Ignore:
Timestamp:
04/13/2021 09:31:15 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
kde5-14269
Parents:
1ec0251
git-author:
Krejzi <krejzi@…> (09/13/2014 05:36:06 PM)
git-committer:
Xi Ruoyao <xry111@…> (04/13/2021 09:31:15 PM)
Message:

Begin manually (while modifying stuff) merging trunk and systemd branches since revision 14087.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@14270 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/nmap.xml

    r1ec0251 r64135787  
    88<!--  <!ENTITY nmap-download-ftp  "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">-->
    99  <!ENTITY nmap-download-ftp  " ">
    10   <!ENTITY nmap-md5sum        "5a36ad3a63d5b7ea5514f745a397436a">
    11   <!ENTITY nmap-size          "7.6 MB">
    12   <!ENTITY nmap-buildsize     "105 MB (additional 1 MB for the tests)">
    13   <!ENTITY nmap-time          "0.7 SBU (additional 4.3 SBU for the tests)">
     10  <!ENTITY nmap-md5sum        "edfe81f6763223c0a29bfa15a8526e2a">
     11  <!ENTITY nmap-size          "7.5 MB">
     12  <!ENTITY nmap-buildsize     "133 MB (additional 1 MB for the tests)">
     13  <!ENTITY nmap-time          "1.3 SBU (additional 0.1 SBU for the tests)">
    1414]>
    1515
     
    5656      <listitem>
    5757        <para>Estimated build time: &nmap-time;</para>
    58       </listitem>
    59     </itemizedlist>
    60 
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>
    65           Optional patch:
    66           <ulink url="&patch-root;/nmap-&nmap-version;-fix_tests-1.patch"/>
    67         </para>
    6858      </listitem>
    6959    </itemizedlist>
     
    112102    </note>
    113103
    114     <para>If you wish to run the test suite, run the following command:</para>
    115 
    116 <screen><userinput>patch -Np1 -i ../nmap-&nmap-version;-fix_tests-1.patch</userinput></screen>
    117 
    118104    <para>Install <application>Nmap</application> by running the following
    119105    commands:</para>
     
    121107<screen><userinput>./configure --prefix=/usr &amp;&amp;
    122108make -j1</userinput></screen>
     109
     110    <para>If you wish to run the test suite, run the following command:</para>
     111
     112<screen><userinput>sed -i 's/lib./lib/' zenmap/test/run_tests.py</userinput></screen>
    123113
    124114    <para>To test the results, issue: <command>make check</command> as the
Note: See TracChangeset for help on using the changeset viewer.