Changeset 2dd3436a


Ignore:
Timestamp:
12/03/2013 08:58:30 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8e6de809
Parents:
27d688d9
Message:

update to mc-4.8.11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12331 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r27d688d9 r2dd3436a  
    334334<!ENTITY ibus-version                 "1.5.4">    <!-- stable lt .90 micro version -->
    335335<!ENTITY lm_sensors-version           "3.3.4">
    336 <!ENTITY mc-version                   "4.8.10">
     336<!ENTITY mc-version                   "4.8.11">
    337337<!ENTITY obex-data-server-version     "0.4.6">
    338338<!ENTITY pciutils-version             "3.2.1">
  • general/sysutils/mc.xml

    r27d688d9 r2dd3436a  
    55  %general-entities;
    66
    7   <!ENTITY mc-download-http "&sources-anduin-http;/m/mc-&mc-version;.tar.xz">
     7  <!ENTITY mc-download-http "http://ftp.midnight-commander.org/mc-&mc-version;.tar.xz">
    88  <!ENTITY mc-download-ftp  "ftp://ftp.osuosl.org/pub/midnightcommander/mc-&mc-version;.tar.xz">
    9   <!ENTITY mc-md5sum        "3d9c3777bb5c6e656792c1ef30f483b4">
    10   <!ENTITY mc-size          "2.1 MB">
    11   <!ENTITY mc-buildsize     "169 MB">
    12   <!ENTITY mc-time          "0.7 SBU">
     9  <!ENTITY mc-md5sum        "1a2d74b75ddbff0b0d6cdc04bf4a7d31">
     10  <!ENTITY mc-size          "2.2 MB">
     11  <!ENTITY mc-buildsize     "93 MB">
     12  <!ENTITY mc-time          "1.0 SBU">
    1313]>
    1414
     
    7171    </para>
    7272
     73    <bridgehead renderas="sect4">Recommended</bridgehead>
     74    <para role="recommended">
     75      <xref linkend="slang"/>,
     76    </para>
     77
    7378    <bridgehead renderas="sect4">Optional</bridgehead>
    7479    <para role="optional">
     
    7681      <xref linkend="gpm"/>,
    7782      <xref linkend="samba"/>,
    78       <xref linkend="slang"/>,
    7983      <xref linkend="unzip"/>,
    8084      <xref linkend="x-window-system"/>, and
     
    9397    running the following commands:</para>
    9498
    95 <screen><userinput>./configure --prefix=/usr     \
    96             --enable-charset  \
    97             --disable-static  \
     99<screen><userinput>./configure --prefix=/usr \
    98100            --sysconfdir=/etc \
    99             --with-screen=ncurses &amp;&amp;
     101            --enable-charset &amp;&amp;
    100102make</userinput></screen>
    101103
     
    112114    <title>Command Explanations</title>
    113115
    114     <para><parameter>--enable-charset</parameter>: This option adds support
     116    <para><parameter>--sysconfdir=/etc</parameter>: This switch places the
     117    global configureation directory in <filename
     118    class="directory">/etc</filename>.</para>
     119
     120    <para><parameter>--enable-charset</parameter>: This switch adds support
    115121    to <command>mcedit</command> for editing files in encodings different
    116122    from the one implied by the current locale.</para>
    117 
    118     <para><parameter>--sysconfdir=/etc</parameter>: This option places the
    119     global configureation directory in <filename
    120     class="directory">/etc</filename>.</para>
    121 
    122     <para><parameter>--with-screen=ncurses</parameter>: This option is only
    123     required if the optional <xref linkend="slang"/> package is not installed.
    124     </para>
    125 
    126     <para><parameter>--with-screen=(slang|ncurses)</parameter>: This
    127     parameter selects the screen library used by <application>MC</application>.
    128     <xref linkend="slang"/> is the default if found.</para>
    129 
     123<!-- currently broken
     124    <para><parameter>- -with-screen=ncurses</parameter>: This switch
     125    selects the screen library used by <application>MC</application>. It is only
     126    required if the optional <xref linkend="slang"/> package is not installed
     127    which is the default if found.</para>
     128-->
    130129  </sect2>
    131130
     
    172171        <seg>mc, mcdiff, mcedit, and mcview</seg>
    173172        <seg>None</seg>
    174         <seg>/etc/mc, /usr/libexec/mc, /usr/share/mc, ~/.config/mc</seg>
     173        <seg>/etc/mc, /usr/lib/mc, and /usr/share/mc</seg>
    175174      </seglistitem>
    176175    </segmentedlist>
  • introduction/welcome/changelog.xml

    r27d688d9 r2dd3436a  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[igor] - Update to mc-4.8.11. Fixes
     51          <ulink url="&blfs-ticket-root;4399">#4399</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to xterm-299. Fixes
    5155          <ulink url="&blfs-ticket-root;4398">#4398</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.