Changeset 7961b4e for postlfs/shells


Ignore:
Timestamp:
07/12/2007 03:26:55 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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:
dc66411
Parents:
156b4f7
Message:

Updated to Tcsh-6.15.00

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/tcsh.xml

    r156b4f7 r7961b4e  
    77  <!ENTITY tcsh-download-http "http://gd.tuwien.ac.at/utils/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
    88  <!ENTITY tcsh-download-ftp  "ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
    9   <!ENTITY tcsh-md5sum        "353d1bb7d2741bf8de602c7b6f0efd79">
    10   <!ENTITY tcsh-size          "859 KB">
    11   <!ENTITY tcsh-buildsize     "9 MB">
     9  <!ENTITY tcsh-md5sum        "67a0611620b080bd0eb032b1774382b6">
     10  <!ENTITY tcsh-size          "870 KB">
     11  <!ENTITY tcsh-buildsize     "10 MB">
    1212  <!ENTITY tcsh-time          "0.2 SBU">
    1313]>
     
    3737    installation tasks.</para>
    3838   
    39     <caution>
     39    <!-- <caution>
    4040      <para><application>Tcsh</application> has problems with command line
    4141      editing in multibyte locales. The issue is discussed in more detail
    4242      in the <xref linkend="locale-wrong-multibyte-characters"/> section
    4343      of the <xref linkend="locale-issues"/> page.</para>
    44     </caution>
     44    </caution> -->
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6666    </itemizedlist>
    6767
    68     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     68    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6969    <itemizedlist spacing='compact'>
    7070      <listitem>
     
    7373        </para>
    7474      </listitem>
    75     </itemizedlist>
     75    </itemizedlist> -->
    7676
    7777    <para condition="html" role="usernotes">User Notes:
     
    8686    commands:</para>
    8787
    88 <screen><userinput>patch -Np1 -i ../tcsh-&tcsh-version;-colorls_compat-1.patch &amp;&amp;
    89 ./configure --prefix=/usr --bindir=/bin &amp;&amp;
     88<screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
    9089make &amp;&amp;
    9190sh ./tcsh.man2html</userinput></screen>
    9291
    93     <para>This package does not come with a test suite.</para>
     92    <para>To test the results, issue: <command>make check</command>.</para>
    9493
    9594    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.