Changeset 2808033 for postlfs/shells


Ignore:
Timestamp:
07/14/2013 04:22:11 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
75aa5438
Parents:
591858f
Message:

Merge trunk and systemd branch, part 4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11409 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/shells
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/dash.xml

    r591858f r2808033  
    3838    a script is completely compatible with POSIX syntax.</para>
    3939
    40     &lfs72_checked;
     40    &lfs73_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/shells/tcsh.xml

    r591858f r2808033  
    3737    installation tasks.</para>
    3838
    39     &lfs72_checked;
     39    &lfs73_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/shells/zsh.xml

    r591858f r2808033  
    77  <!ENTITY zsh-download-http "&sourceforge-repo;/zsh/zsh-&zsh-version;.tar.bz2">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "e8484468925cec8d9a84b8b04797e764">
     9  <!ENTITY zsh-md5sum        "b8f2ad691acf58b3252225746480dcad">
    1010  <!ENTITY zsh-size          "2.9 MB">
    11   <!ENTITY zsh-buildsize     "61 MB (includes installing all documentation)">
    12   <!ENTITY zsh-time          "0.7 SBU">
    13 
    14   <!ENTITY zsh-doc-md5sum    "b3a026cf02471b66454a2b241a4d92a4">
     11  <!ENTITY zsh-buildsize     "65 MB (includes installing documentation)">
     12  <!ENTITY zsh-time          "1.1 SBU">
     13
     14  <!ENTITY zsh-doc-md5sum    "b6818cbbea635b2f70883bb913d0a04a">
    1515]>
    1616
     
    3838    <application>ksh</application> but includes many enhancements.</para>
    3939
    40     &lfs72_checked;
     40    &lfs73_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6565    <itemizedlist spacing="compact">
    6666      <listitem>
     67         <para>Required patch: <ulink
     68         url="&patch-root;/zsh-&zsh-version;-makeinfo-1.patch"/></para>
     69      </listitem>
     70      <listitem>
    6771        <para>Optional Documentation: <ulink
    6872        url="&sourceforge-repo;/zsh/zsh-&zsh-version;-doc.tar.bz2"/></para>
    6973      </listitem>
    7074      <listitem>
    71         <para>MD5 sum: &zsh-doc-md5sum;</para>
     75        <para>Documentation MD5 sum: &zsh-doc-md5sum;</para>
    7276      </listitem>
    7377    </itemizedlist>
     
    7680
    7781    <bridgehead renderas="sect4">Optional</bridgehead>
    78     <para role="optional"><xref linkend="pcre"/>
     82    <para role="optional">
     83      <xref linkend="pcre"/>
    7984    </para>
    8085
     
    95100    commands:</para>
    96101
    97 <screen><userinput>./configure --prefix=/usr \
    98             --bindir=/bin \
     102<screen><userinput>patch -Np1 -i ../zsh-&zsh-version;-makeinfo-1.patch &amp;&amp;
     103
     104./configure --prefix=/usr         \
     105            --bindir=/bin         \
    99106            --sysconfdir=/etc/zsh \
    100             --enable-etcdir=/etc/zsh &amp;&amp;
    101 make &amp;&amp;
    102 
    103 makeinfo  Doc/zsh.texi --html      -o Doc/html             &amp;&amp;
    104 makeinfo  Doc/zsh.texi --html --no-split --no-headers      \
    105                                    -o Doc/zsh.html &amp;&amp;
     107            --enable-etcdir=/etc/zsh                  &amp;&amp;
     108make                                                  &amp;&amp;
     109
     110makeinfo  Doc/zsh.texi --html      -o Doc/html        &amp;&amp;
     111makeinfo  Doc/zsh.texi --html --no-split --no-headers \
     112                                   -o Doc/zsh.html    &amp;&amp;
    106113makeinfo  Doc/zsh.texi --plaintext -o Doc/zsh.txt</userinput></screen>
    107114
Note: See TracChangeset for help on using the changeset viewer.