Ignore:
Timestamp:
03/05/2008 05:19:23 PM (16 years ago)
Author:
Ag Hatzimanikas <ag@…>
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:
a8e9d06
Parents:
65a2cdc
Message:

Updated to zsh-4.3.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh.xml

    r65a2cdc rfcf4b970  
    77  <!ENTITY zsh-download-http "http://downloads.sourceforge.net/zsh/zsh-&zsh-version;.tar.bz2">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "2cefebf742c190cbc611baded825db64">
    10   <!ENTITY zsh-size          "2.0 MB">
    11   <!ENTITY zsh-buildsize     "41 MB (includes installing all documentation)">
    12   <!ENTITY zsh-time          "0.5 SBU">
    13 
    14   <!ENTITY zsh-doc-md5sum    "3ca3b7c199db6eb942f2a296e3fad270">
     9  <!ENTITY zsh-md5sum        "db0d4b71da8e5877fa1e29d4cea38b8c">
     10  <!ENTITY zsh-size          "2.5 MB">
     11  <!ENTITY zsh-buildsize     "49 MB (includes installing all documentation)">
     12  <!ENTITY zsh-time          "0.6 SBU">
     13
     14  <!ENTITY zsh-doc-md5sum    "2edea09b823ffa7528dbd447485630c9">
    1515]>
    1616
     
    3838    <application>KSH</application> but includes many enhancements.</para>
    3939
    40     <warning>
    41       <para>This version of <application>ZSH</application> does not work
    42       properly with multibyte locales (e.g., UTF-8). A development version
    43       is available that addresses many, but not all, locale related issues.
    44       You can download the development version from the <ulink
    45       url="http://sourceforge.net/project/showfiles.php?group_id=4068">
    46       ZSH Sourceforge Download Page</ulink> and use the following BLFS
    47       instructions to build and install.</para>
    48     </warning>
     40    <note>
     41      <para>This version of <application>ZSH</application> is a development
     42      release.  The BLFS staff has determined that it provides a stable
     43      program which works properly with multibyte locales (e.g., UTF-8).
     44      To find the current stable release refer to the
     45      <ulink url="http://www.zsh.org/">ZSH home page</ulink> and compile
     46      <application>ZSH</application> with the same instructions.</para>
     47    </note>
    4948
    5049    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8483
    8584    <bridgehead renderas="sect4">Optional</bridgehead>
    86     <para role="optional"><xref linkend="pcre"/></para>
     85    <para role="optional"><xref linkend="pcre"/> and
     86    <ulink url="http://packages.debian.org/stable/source/libcap">libcap</ulink>
     87    </para>
    8788
    8889    <para condition="html" role="usernotes">User Notes:
     
    103104
    104105<screen><userinput>./configure --prefix=/usr \
     106            --bindir=/bin \
    105107            --sysconfdir=/etc/zsh \
    106108            --enable-etcdir=/etc/zsh &amp;&amp;
    107109make</userinput></screen>
    108110
    109     <para>If you downloaded the optional documentation, and you have
    110     <xref linkend="tetex"/> installed, you can build additional formats of the
    111     documentation by issuing any or all of the following commands:</para>
     111    <para>If you have <xref linkend="tetex"/> installed, you can build
     112    additional formats of the documentation by issuing any or all of 
     113    the following commands:</para>
    112114
    113115<screen><userinput>texi2pdf  Doc/zsh.texi -o Doc/zsh.pdf &amp;&amp;
     
    129131
    130132<screen role="root"><userinput>make htmldir=/usr/share/doc/zsh-&zsh-version;/html install.html &amp;&amp;
    131 install -v -m644 Doc/*.{ps,dvi} /usr/share/doc/zsh-&zsh-version;</userinput></screen>
     133install -v -m644 Doc/zsh.dvi /usr/share/doc/zsh-&zsh-version;</userinput></screen>
    132134
    133135    <para>If you built any additional formats of the documentation, install
     
    150152    compatibility by having all the files located in the
    151153    <filename class='directory'>/etc</filename> directory.</para>
     154   
     155    <para><parameter>--bindir=/bin</parameter>: This parameter places the
     156    <command>zsh</command> binaries into the root filesystem.</para>
     157
     158    <para><parameter>--enable-cap</parameter>: This parameter enables
     159    POSIX capabilities.</para>
     160
     161    <para><parameter>--enable-pcre</parameter>: This parameter allows to use
     162    the <application>PCRE</application> regular expression library in shell
     163    builtins. Note: Linking <application>ZSH</application> dynamically against
     164    <application>PCRE</application>, produces a runtime dependency on
     165    <filename class='libraryfile'>libpcre.so</filename>. If
     166    <filename class='directory'>/usr</filename> is a separate mount point and
     167    <command>zsh</command> needs to be available at boot time, either you
     168    have statically link <application>ZSH</application> against
     169    <application>PCRE</application> (you can examine the
     170    <filename>config.modules</filename> file on how to link statically the
     171    module), or move the library to <filename class='directory'>/lib</filename>
     172    as follows:</para>
     173
     174<screen role="root"><userinput>mv -v /usr/lib/libpcre.so.* /lib/ &amp;&amp;
     175ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
    152176
    153177  </sect2>
     
    199223
    200224<screen role="root"><userinput>cat &gt;&gt; /etc/shells &lt;&lt; "EOF"
    201 <literal>/usr/bin/zsh
    202 /usr/bin/zsh-&zsh-version;</literal>
     225<literal>/bin/zsh
     226/bin/zsh-&zsh-version;</literal>
    203227EOF</userinput></screen>
    204228
Note: See TracChangeset for help on using the changeset viewer.