Changeset ee09899c


Ignore:
Timestamp:
Feb 16, 2007, 8:34:59 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5db7fca
Parents:
c3fe50a
Message:

Remove ncurses patch from final-system

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/ncurses.xml

    rc3fe50a ree09899c  
    2525  <sect2 role="installation">
    2626    <title>Installation of Ncurses</title>
    27 
    28     <para os="p1">This patch fixes an issue with some bash versions. This patch corrects the
    29     issue:</para>
    30 
    31 <screen os="p2"><userinput>patch -Np1 -i ../&ncurses-bashfix-patch;</userinput></screen>
    3227
    3328    <para os="a">Prepare Ncurses for compilation:</para>
  • BOOK/final-system/multilib/ncurses-64bit.xml

    rc3fe50a ree09899c  
    2121  <sect2 role="installation">
    2222    <title>Installation of Ncurses</title>
    23 
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="ncurses.xml"
    26     xpointer="xpointer(//*[@os='p1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="ncurses.xml"
    30     xpointer="xpointer(//*[@os='p2'])"/>
    3123
    3224    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/ncurses-n32.xml

    rc3fe50a ree09899c  
    2222  <sect2 role="installation">
    2323    <title>Installation of Ncurses</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="ncurses.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="ncurses.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/ncurses.xml

    rc3fe50a ree09899c  
    2222  <sect2 role="installation">
    2323    <title>Installation of Ncurses</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../common/ncurses.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/ncurses.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    rc3fe50a ree09899c  
    4545          <para>[Chris] - Added command to Udev installation to remove Udev
    4646          rules it installs.</para>
     47          <para>[Chris] - Removed Ncurses patch for buggy versions of Bash from
     48          from the final-system build (it's still in the temp-system).</para>
    4749        </listitem>
    4850      </itemizedlist>
  • BOOK/temp-system/common/ncurses.xml

    rc3fe50a ree09899c  
    2323    <title>Installation of Ncurses</title>
    2424
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../../final-system/common/ncurses.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
     25    <para os="p1">The following patch fixes an issue with some Bash versions:</para>
    2826
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/common/ncurses.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
     27<screen os="p2"><userinput>patch -Np1 -i ../&ncurses-bashfix-patch;</userinput></screen>
    3228
    3329    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.