Author: igor Date: Tue Dec 3 00:58:30 2013 New Revision: 12331 Log: update to mc-4.8.11
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/mc.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Tue Dec 3 00:03:26 2013 (r12330) +++ trunk/BOOK/general.ent Tue Dec 3 00:58:30 2013 (r12331) @@ -333,7 +333,7 @@ <!ENTITY hdparm-version "9.43"> <!ENTITY ibus-version "1.5.4"> <!-- stable lt .90 micro version --> <!ENTITY lm_sensors-version "3.3.4"> -<!ENTITY mc-version "4.8.10"> +<!ENTITY mc-version "4.8.11"> <!ENTITY obex-data-server-version "0.4.6"> <!ENTITY pciutils-version "3.2.1"> <!ENTITY pm-utils-version "1.4.1"> Modified: trunk/BOOK/general/sysutils/mc.xml ============================================================================== --- trunk/BOOK/general/sysutils/mc.xml Tue Dec 3 00:03:26 2013 (r12330) +++ trunk/BOOK/general/sysutils/mc.xml Tue Dec 3 00:58:30 2013 (r12331) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY mc-download-http "&sources-anduin-http;/m/mc-&mc-version;.tar.xz"> + <!ENTITY mc-download-http "http://ftp.midnight-commander.org/mc-&mc-version;.tar.xz"> <!ENTITY mc-download-ftp "ftp://ftp.osuosl.org/pub/midnightcommander/mc-&mc-version;.tar.xz"> - <!ENTITY mc-md5sum "3d9c3777bb5c6e656792c1ef30f483b4"> - <!ENTITY mc-size "2.1 MB"> - <!ENTITY mc-buildsize "169 MB"> - <!ENTITY mc-time "0.7 SBU"> + <!ENTITY mc-md5sum "1a2d74b75ddbff0b0d6cdc04bf4a7d31"> + <!ENTITY mc-size "2.2 MB"> + <!ENTITY mc-buildsize "93 MB"> + <!ENTITY mc-time "1.0 SBU"> ]> <sect1 id="mc" xreflabel="MC-&mc-version;"> @@ -70,12 +70,16 @@ <xref linkend="pcre"/> </para> + <bridgehead renderas="sect4">Recommended</bridgehead> + <para role="recommended"> + <xref linkend="slang"/>, + </para> + <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"> <xref linkend="doxygen"/>, <xref linkend="gpm"/>, <xref linkend="samba"/>, - <xref linkend="slang"/>, <xref linkend="unzip"/>, <xref linkend="x-window-system"/>, and <xref linkend="zip"/> @@ -92,11 +96,9 @@ <para>Install <application>MC</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr \ - --enable-charset \ - --disable-static \ +<screen><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ - --with-screen=ncurses && + --enable-charset && make</userinput></screen> <para>To test the results, issue: <command>make check</command>.</para> @@ -111,22 +113,19 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><parameter>--enable-charset</parameter>: This option adds support - to <command>mcedit</command> for editing files in encodings different - from the one implied by the current locale.</para> - - <para><parameter>--sysconfdir=/etc</parameter>: This option places the + <para><parameter>--sysconfdir=/etc</parameter>: This switch places the global configureation directory in <filename class="directory">/etc</filename>.</para> - <para><parameter>--with-screen=ncurses</parameter>: This option is only - required if the optional <xref linkend="slang"/> package is not installed. - </para> - - <para><parameter>--with-screen=(slang|ncurses)</parameter>: This - parameter selects the screen library used by <application>MC</application>. - <xref linkend="slang"/> is the default if found.</para> - + <para><parameter>--enable-charset</parameter>: This switch adds support + to <command>mcedit</command> for editing files in encodings different + from the one implied by the current locale.</para> +<!-- currently broken + <para><parameter>- -with-screen=ncurses</parameter>: This switch + selects the screen library used by <application>MC</application>. It is only + required if the optional <xref linkend="slang"/> package is not installed + which is the default if found.</para> +--> </sect2> <sect2 role="configuration"> @@ -171,7 +170,7 @@ <seglistitem> <seg>mc, mcdiff, mcedit, and mcview</seg> <seg>None</seg> - <seg>/etc/mc, /usr/libexec/mc, /usr/share/mc, ~/.config/mc</seg> + <seg>/etc/mc, /usr/lib/mc, and /usr/share/mc</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Tue Dec 3 00:03:26 2013 (r12330) +++ trunk/BOOK/introduction/welcome/changelog.xml Tue Dec 3 00:58:30 2013 (r12331) @@ -47,6 +47,10 @@ <para>December 3rd, 2013</para> <itemizedlist> <listitem> + <para>[igor] - Update to mc-4.8.11. Fixes + <ulink url="&blfs-ticket-root;4399">#4399</ulink>.</para> + </listitem> + <listitem> <para>[igor] - Update to xterm-299. Fixes <ulink url="&blfs-ticket-root;4398">#4398</ulink>.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
