Author: randy
Date: 2007-07-12 09:26:55 -0600 (Thu, 12 Jul 2007)
New Revision: 6882
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/shells/tcsh.xml
Log:
Updated to Tcsh-6.15.00
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-07-11 17:15:17 UTC (rev 6881)
+++ trunk/BOOK/general.ent 2007-07-12 15:26:55 UTC (rev 6882)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "11"> <!-- Always 2 digits -->
+<!ENTITY day "12"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
@@ -87,7 +87,7 @@
<!ENTITY bluefish-version "1.0.5">
<!-- Chapter 7 -->
-<!ENTITY tcsh-version "6.14.00">
+<!ENTITY tcsh-version "6.15.00">
<!ENTITY zsh-version "4.2.6">
<!ENTITY dash-version "0.5.3">
<!ENTITY ksh-version "2007-03-28">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-11 17:15:17 UTC
(rev 6881)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-12 15:26:55 UTC
(rev 6882)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>July 12th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated to Tcsh-6.15.00.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 11th, 2007</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/shells/tcsh.xml
===================================================================
--- trunk/BOOK/postlfs/shells/tcsh.xml 2007-07-11 17:15:17 UTC (rev 6881)
+++ trunk/BOOK/postlfs/shells/tcsh.xml 2007-07-12 15:26:55 UTC (rev 6882)
@@ -6,9 +6,9 @@
<!ENTITY tcsh-download-http
"http://gd.tuwien.ac.at/utils/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
<!ENTITY tcsh-download-ftp
"ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
- <!ENTITY tcsh-md5sum "353d1bb7d2741bf8de602c7b6f0efd79">
- <!ENTITY tcsh-size "859 KB">
- <!ENTITY tcsh-buildsize "9 MB">
+ <!ENTITY tcsh-md5sum "67a0611620b080bd0eb032b1774382b6">
+ <!ENTITY tcsh-size "870 KB">
+ <!ENTITY tcsh-buildsize "10 MB">
<!ENTITY tcsh-time "0.2 SBU">
]>
@@ -36,12 +36,12 @@
and also because some programs require the C shell in order to perform
installation tasks.</para>
- <caution>
+ <!-- <caution>
<para><application>Tcsh</application> has problems with command line
editing in multibyte locales. The issue is discussed in more detail
in the <xref linkend="locale-wrong-multibyte-characters"/> section
of the <xref linkend="locale-issues"/> page.</para>
- </caution>
+ </caution> -->
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -65,14 +65,14 @@
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch for use with Coreutils-&lfs-coreutils-version;:
<ulink url="&patch-root;/tcsh-&tcsh-version;-colorls_compat-1.patch"/>
</para>
</listitem>
- </itemizedlist>
+ </itemizedlist> -->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/tcsh"/></para>
@@ -85,12 +85,11 @@
<para>Install <application>Tcsh</application> by running the following
commands:</para>
-<screen><userinput>patch -Np1 -i ../tcsh-&tcsh-version;-colorls_compat-1.patch
&&
-./configure --prefix=/usr --bindir=/bin &&
+<screen><userinput>./configure --prefix=/usr --bindir=/bin &&
make &&
sh ./tcsh.man2html</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page