Changeset 9d92eb7a for postlfs/shells


Ignore:
Timestamp:
11/26/2016 02:45:47 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
038b4c75
Parents:
4307e1e
Message:

Update to libinput-1.5.2.
Update to tcsh-6.20.00.
Update to gtksourceview-3.22.1.
Update to gtk+-3.22.4.
Update to vala-0.34.3.
Update to gparted-0.27.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/tcsh.xml

    r4307e1e r9d92eb7a  
    1010  <!ENTITY tcsh-download-http "http://fossies.org/linux/misc/tcsh-&tcsh-version;.tar.gz">
    1111  <!ENTITY tcsh-download-ftp  "ftp://ftp.astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz">
    12   <!ENTITY tcsh-md5sum        "f5f854833578647795bc906dd4bcb5d5">
    13   <!ENTITY tcsh-size          "928 KB">
    14   <!ENTITY tcsh-buildsize     "15 MB (with tests)">
     12  <!ENTITY tcsh-md5sum        "59d40ef40a68e790d95e182069431834">
     13  <!ENTITY tcsh-size          "980 KB">
     14  <!ENTITY tcsh-buildsize     "12.3 MB (with tests)">
    1515  <!ENTITY tcsh-time          "0.2 SBU (with tests)">
    1616]>
     
    7676    </para>
    7777
    78 <screen><userinput>sed -e 's/ i)/ k)/' \
    79     -e '/ k)/  i \    k = i;' \
    80     -e '/\*cp/ a \    volatile size_t k;' \
    81     -i tc.alloc.c  &amp;&amp;
    82 
     78<screen><userinput>
    8379    sed -i 's|SVID_SOURCE|DEFAULT_SOURCE|g' config/linux  &amp;&amp;
    84     sed -i 's|BSD_SOURCE|DEFAULT_SOURCE|g'  config/linux  &amp;&amp;
    85     sed -i 's|^    union wait|int|' sh.proc.c</userinput></screen>
     80    sed -i 's|BSD_SOURCE|DEFAULT_SOURCE|g'  config/linux</userinput></screen>
    8681
    8782    <para>Install <application>Tcsh</application> by running the following
    8883    commands:</para>
    8984
    90 <screen><userinput>sed -i 's|fR/g|&amp;m|' tcsh.man2html       &amp;&amp;
    91 ./configure --prefix=/usr --bindir=/bin &amp;&amp;
     85<screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
    9286
    9387make &amp;&amp;
     
    111105  <sect2 role="commands">
    112106    <title>Command Explanations</title>
    113 
    114     <para><command>sed -i 's|fR/g|&amp;m|' tcsh.man2html</command>:
    115     This updates some deprecated Perl code.</para>
    116107
    117108    <para><parameter>--bindir=/bin</parameter>: This installs the
Note: See TracChangeset for help on using the changeset viewer.