Changeset 8f1fc267 for postlfs


Ignore:
Timestamp:
08/30/2014 12:18:58 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 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, krejzi/svn, 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:
cffeac53
Parents:
e248af7
Message:

Update to gstreamer-1.4.1 and plugins.
Update to zsh-5.0.6.
Update to elfutils-0.160.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh.xml

    re248af7 r8f1fc267  
    77  <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "6156dc2f19b0a067bdbc0fb7f81e2017">
    10   <!ENTITY zsh-size          "3.0 MB">
    11   <!ENTITY zsh-buildsize     "61 MB (includes installing documentation -
    12                               additional 2 MB for PDF documentation)">
    13   <!ENTITY zsh-time          "0.8 SBU (additional 2 SBU for tests)">
    14 
    15   <!ENTITY zsh-doc-md5sum    "1eea70e7401a7a2116fa8de6ee5e8d32">
     9  <!ENTITY zsh-md5sum        "7150a6abc2aa1a79d81ed9a282594225">
     10  <!ENTITY zsh-size          "3.1 MB">
     11  <!ENTITY zsh-buildsize     "64 MB (includes installing documentation - additional 2 MB for PDF documentation)">
     12  <!ENTITY zsh-time          "0.9 SBU (additional less than 0.1 SBU for PDF documentation and additional 0.2 SBU for the tests)">
     13
     14  <!ENTITY zsh-doc-md5sum    "3333759b5ae9710ceed11b02645a0049">
    1615  <!ENTITY zsh-doc-size      "2.9 MB">
    1716]>
     
    8281    <bridgehead renderas="sect4">Optional</bridgehead>
    8382    <para role="optional">
    84       <ulink url="ftp://ftp.gnu.org/gnu/gdbm/">gdbm</ulink>,
     83      <xref linkend="libcap-pam"/>,
    8584      <xref linkend="pcre"/>, and
    86       <xref linkend="libcap-pam"/>
     85      <xref linkend="valgrind"/>,
    8786    </para>
    8887
     
    10099<screen><userinput>tar --strip-components=1 -xvf ../zsh-&zsh-version;-doc.tar.bz2</userinput></screen>
    101100
    102     <note>
     101<!--    <note>
    103102      <para>
    104103        Using a script to build with "su -c script" may produce a funny
    105104        configure error message: "no controlling tty". If this happens, add
    106         the switch --with-tcsetpgrp to configure.
     105        the switch -\-with-tcsetpgrp to configure.
    107106      </para>
    108107    </note>
    109 
     108-->
    110109    <para>Install <application>zsh</application> by running the following
    111110    commands:</para>
Note: See TracChangeset for help on using the changeset viewer.