Author: ag
Date: 2007-07-31 13:21:02 -0600 (Tue, 31 Jul 2007)
New Revision: 6993
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/shells/dash.xml
Log:
Updated to Dash-0.5.4
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-07-31 06:53:39 UTC (rev 6992)
+++ trunk/BOOK/general.ent 2007-07-31 19:21:02 UTC (rev 6993)
@@ -91,7 +91,7 @@
<!-- Chapter 7 -->
<!ENTITY tcsh-version "6.15.00">
<!ENTITY zsh-version "4.2.6">
-<!ENTITY dash-version "0.5.3">
+<!ENTITY dash-version "0.5.4">
<!ENTITY ksh-version "2007-06-28">
<!-- Obsolete
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-31 06:53:39 UTC
(rev 6992)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-31 19:21:02 UTC
(rev 6993)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>July 31th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ag] - Updated to Dash-0.5.4. Fixes Trac ticket #2366.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 30th, 2007</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/shells/dash.xml
===================================================================
--- trunk/BOOK/postlfs/shells/dash.xml 2007-07-31 06:53:39 UTC (rev 6992)
+++ trunk/BOOK/postlfs/shells/dash.xml 2007-07-31 19:21:02 UTC (rev 6993)
@@ -5,8 +5,8 @@
%general-entities;
<!ENTITY dash-download-http
"http://gondor.apana.org.au/~herbert/dash/files/dash-&dash-version;.tar.gz">
- <!ENTITY dash-download-ftp
"ftp://ftp.debian.org/debian/pool/main/d/dash/dash_&dash-version;.orig.tar.gz">
- <!ENTITY dash-md5sum "1a3cd6669459be4344ec55ec9d4914f8">
+ <!ENTITY dash-download-ftp "">
+ <!ENTITY dash-md5sum "bc457e490a589d2f87f2333616b67931">
<!ENTITY dash-size "200 KB">
<!ENTITY dash-buildsize "1.8 MB">
<!ENTITY dash-time "0.1 SBU">
@@ -45,9 +45,6 @@
<para>Download (HTTP): <ulink url="&dash-download-http;"/></para>
</listitem>
<listitem>
- <para>Download (FTP): <ulink url="&dash-download-ftp;"/></para>
- </listitem>
- <listitem>
<para>Download MD5 sum: &dash-md5sum;</para>
</listitem>
<listitem>
@@ -61,14 +58,12 @@
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
- <itemizedlist spacing='compact'>
- <listitem>
- <para>Required Patch containing bug fixes from upstream: <ulink
- url="&patch-root;/dash-&dash-version;-fixes-1.patch"/></para>
- </listitem>
- </itemizedlist>
+ <bridgehead renderas="sect3">Dash Dependencies</bridgehead>
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional"><ulink
url="http://www.thrysoee.dk/editline/">libedit</ulink>
+ (command line editor library)</para>
+
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/dash"/></para>
@@ -80,9 +75,8 @@
<para>Install <application>Dash</application> by running the following
commands:</para>
-<screen><userinput>patch -Np1 -i ../dash-&dash-version;-fixes-1.patch
&&
-./configure --bindir=/bin --mandir=/usr/share/man &&
-LC_ALL=C make</userinput></screen>
+<screen><userinput>./configure --bindir=/bin --mandir=/usr/share/man &&
+make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -104,9 +98,8 @@
<para><parameter>--bindir=/bin</parameter>: This parameter places the
<command>dash</command> binary into the root filesystem.</para>
- <para><command>LC_ALL=C make</command>: This ensures that the
- <command>sort</command> command executed during the build process returns
- the expected results.</para>
+ <para><option>--with-libedit</option>: To compile
<application>Dash</application>
+ with libedit support.</para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page