mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to nano-2.3.5.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13401 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b3cc6d31d6
commit
90c160c448
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "13"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2014">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "July 12th, &year;">
|
||||
<!ENTITY releasedate "July 13th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
@ -187,7 +187,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY ed-version "1.10">
|
||||
<!ENTITY emacs-version "24.3">
|
||||
<!ENTITY joe-version "3.7">
|
||||
<!ENTITY nano-version "2.3.4">
|
||||
<!ENTITY nano-version "2.3.5">
|
||||
<!ENTITY vim-version "7.4">
|
||||
|
||||
<!-- Chapter 7 -->
|
||||
|
@ -44,6 +44,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>July 13th, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to nano-2.3.5. Fixes
|
||||
<ulink url="&blfs-ticket-root;5260">#5260</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>July 12th, 2014</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY nano-download-http "http://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
|
||||
<!ENTITY nano-download-ftp "ftp://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
|
||||
<!ENTITY nano-md5sum "9cd0a974c7edfdf0f4cb92d1f79d6510">
|
||||
<!ENTITY nano-md5sum "a771f6283ac1edee8e5486209910c829">
|
||||
<!ENTITY nano-size "1.8 MB">
|
||||
<!ENTITY nano-buildsize "11 MB">
|
||||
<!ENTITY nano-time "less than 0.1 SBU">
|
||||
@ -89,7 +89,9 @@
|
||||
<para>Install <application>Nano</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
<screen><userinput>sed -i '/dnl Silence/,+3d' configure.ac &&<!-- already commited upstream, remove it and the entry in Command Explanations, in next update-->
|
||||
autoreconf -fiv &&
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-utf8 \
|
||||
--docdir=/usr/share/doc/nano-&nano-version; &&
|
||||
@ -113,13 +115,19 @@ install -v -m644 doc/texinfo/nano.html /usr/share/doc/nano-&nano-version;</useri
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<option>--enable-utf8</option>: This switch enables unicode support
|
||||
<command>sed -i '/dnl Silence/,+3d' configure.ac</command>: Fixes the
|
||||
directory <filename class="directory">locale</filename> to be placed under
|
||||
<filename class="directory">/usr/share</filename>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--enable-utf8</parameter>: This switch enables unicode support
|
||||
in <application>Nano</application>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--with-slang</parameter>: This forces
|
||||
<application>Nano</application> to use <application>S-Lang</application>.
|
||||
<option>--with-slang</option>: This forces <application>Nano</application>
|
||||
to use <application>S-Lang</application>.
|
||||
Use this if installed.
|
||||
</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user