Changeset 78d8214e


Ignore:
Timestamp:
11/28/2022 08:48:31 PM (17 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
01e9d327
Parents:
edfcf34d
Message:

Update to tcsh-6.24.02.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    redfcf34d r78d8214e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to tcsh-6.24.02. Fixes
     49          <ulink url="&blfs-ticket-root;17345">#17345</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[thomas] - Update to ruby-3.1.3. Fixes
    4953          <ulink url="&blfs-ticket-root;17349">#17349</ulink>.</para>
  • packages.ent

    redfcf34d r78d8214e  
    7272<!-- Chapter 7 -->
    7373<!ENTITY dash-version                 "0.5.11.5">
    74 <!ENTITY tcsh-version                 "6.24.01">
     74<!ENTITY tcsh-version                 "6.24.02">
    7575<!ENTITY zsh-version                  "5.9">
    7676
  • postlfs/shells/tcsh.xml

    redfcf34d r78d8214e  
    88  <!ENTITY tcsh-download-http "https://astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz">
    99  <!ENTITY tcsh-download-ftp  "ftp://ftp.astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz">
    10   <!ENTITY tcsh-md5sum        "cc7a973c305884646ece4c6929ffdd10">
    11   <!ENTITY tcsh-size          "928 KB">
    12   <!ENTITY tcsh-buildsize     "11 MB (with tests)">
     10  <!ENTITY tcsh-md5sum        "2188e2518070e5b4c075cc11ec64c0d0">
     11  <!ENTITY tcsh-size          "924 KB">
     12  <!ENTITY tcsh-buildsize     "10 MB (with tests)">
    1313  <!ENTITY tcsh-time          "0.2 SBU (with tests)">
    1414]>
     
    1616<sect1 id="tcsh" xreflabel="Tcsh-&tcsh-version;">
    1717  <?dbhtml filename="tcsh.html"?>
    18 
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2218
    2319  <title>Tcsh-&tcsh-version;</title>
     
    8278  <sect2 role="installation">
    8379    <title>Installation of Tcsh</title>
    84 <!--
    85     <para>
    86       First, fix the package for tool chain changes:
    87     </para>
    88 
    89 <screen><userinput>sed -i 's|SVID_SOURCE|DEFAULT_SOURCE|g' config/linux  &amp;&amp;
    90 sed -i 's|BSD_SOURCE|DEFAULT_SOURCE|g'  config/linux</userinput></screen>
    91 -->
     80
    9281    <para>
    9382      Install <application>Tcsh</application> by running the following
     
    9786<screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
    9887
    99 make &amp;&amp;
    100 sh ./tcsh.man2html</userinput></screen>
     88make</userinput></screen>
    10189
    10290    <para>
     
    11199
    112100ln -v -sf tcsh   /bin/csh &amp;&amp;
    113 ln -v -sf tcsh.1 /usr/share/man/man1/csh.1 &amp;&amp;
    114 
     101ln -v -sf tcsh.1 /usr/share/man/man1/csh.1</userinput></screen>
     102<!--
    115103install -v -m755 -d          /usr/share/doc/tcsh-&tcsh-version;/html &amp;&amp;
    116104install -v -m644 tcsh.html/* /usr/share/doc/tcsh-&tcsh-version;/html &amp;&amp;
    117105install -v -m644 FAQ         /usr/share/doc/tcsh-&tcsh-version;</userinput></screen>
    118 
     106-->
    119107  </sect2>
    120108
     
    128116      class='directory'>/usr/bin</filename>.
    129117    </para>
    130 
     118<!-- No longer there
    131119    <para>
    132120      <command>sh ./tcsh.man2html</command>: This creates HTML documentation
    133121      from the formatted man page.
    134122    </para>
    135 
     123-->
    136124    <para>
    137125      <command>ln -v -sf tcsh /bin/csh</command>: The FHS states that if
     
    204192      <para>
    205193        Update <filename>/etc/shells</filename> to include the C shell
    206         program names (as the <systemitem class="username">root</systemitem>
    207         user):
     194        program names (as the &root; user):
    208195      </para>
    209196
     
    216203        The following <filename>~/.cshrc</filename> provides two alternative
    217204        colour prompts and coloured <command>ls</command> output. If you prefer
    218         a global modification, issue the command as the <systemitem
    219         class="username">root</systemitem> user, replacing
     205        a global modification, issue the command as the &root; user, replacing
    220206        <filename>~/.cshrc</filename> by <filename>/etc/csh.cshrc</filename>.
    221207      </para>
     
    270256        <seg>tcsh</seg>
    271257        <seg>None</seg>
    272         <seg>/usr/share/doc/tcsh-&tcsh-version;</seg>
     258        <seg>None <!--/usr/share/doc/tcsh-&tcsh-version;--></seg>
    273259      </seglistitem>
    274260    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.