Changeset e137dc2 for networking


Ignore:
Timestamp:
01/15/2024 03:31:59 AM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
ce402041
Parents:
d0690bb
Message:

Update to ncftp-3.2.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/ncftp.xml

    rd0690bb re137dc2  
    77  <!ENTITY ncftp-download-http "https://www.ncftp.com/downloads/ncftp/ncftp-&ncftp-version;-src.tar.xz">
    88  <!ENTITY ncftp-download-ftp  " ">
    9   <!ENTITY ncftp-md5sum        "42d0f896d69a4d603ec097546444245f">
    10   <!ENTITY ncftp-size          "412 KB">
    11   <!ENTITY ncftp-buildsize     "6.6 MB">
     9  <!ENTITY ncftp-md5sum        "bbcb048d2412f4d62bc798818e703680">
     10  <!ENTITY ncftp-size          "416 KB">
     11  <!ENTITY ncftp-buildsize     "6.9 MB">
    1212  <!ENTITY ncftp-time          "0.2 SBU">
    1313]>
     
    6868      </listitem>
    6969    </itemizedlist>
    70 
     70<!--
    7171    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7272    <itemizedlist spacing="compact">
     
    8585      <xref linkend="llvm"/> (with Clang, used by default if installed)
    8686    </para>
    87 
     87-->
    8888  </sect2>
    8989
     
    106106      license.
    107107    </para>
    108 
     108<!--
    109109    <para>
    110110      First, fix an issue caused by a change in behavior in GCC-10:
     
    119119<screen><userinput remap="pre">patch -Np1 -i ../ncftp-&ncftp-version;-configure_fixes-1.patch &amp;&amp;
    120120autoreconf -fiv -I autoconf_local</userinput></screen>
    121 
     121-->
    122122    <para>
    123123      To install <application>NcFTP</application> using the
     
    125125    </para>
    126126
    127 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     127<screen><userinput>CC=/usr/bin/gcc \
     128./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    128129make -C libncftp shared &amp;&amp;
    129130make</userinput></screen>
     
    163164  <sect2 role="commands">
    164165    <title>Command Explanations</title>
     166
     167    <para>
     168      <envar>CC=/usr/bin/gcc</envar>. This environment variable ensures
     169      that <command>gcc</command> is used if <xref linkend="llvm"/> is
     170      installed.  The build procedure is broken if <command>gcc</command>
     171      is not used.
     172    </para>
    165173
    166174    <para>
Note: See TracChangeset for help on using the changeset viewer.