Changeset 62b7b47 in clfs-sysroot


Ignore:
Timestamp:
Nov 5, 2006, 3:16:34 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
f386fcc
Parents:
bcc3c76
Message:

Removed the bash ncurses patch and added the bash fixes-1.patch

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/console.xml

    rbcc3c76 r62b7b47  
    2929  several countries was installed with the CLFS-Bootscripts package, so the
    3030  relevant section can be uncommented if the country is supported. If still
    31   in doubt, look in the <filename class="directory">/usr/share/kbd</filename>
     31  in doubt, look in the <filename class="directory">/lib/kbd</filename>
    3232  directory for valid keymaps and screen fonts. Read
    3333  <filename>loadkeys(1)</filename> and <filename>setfont(8)</filename> to
  • BOOK/final-system/common/ncurses.xml

    rbcc3c76 r62b7b47  
    2525  <sect2 role="installation">
    2626    <title>Installation of Ncurses</title>
    27 
    28     <para os="p1">This patch addresses build issues with Bash &bash-version;:
    29     </para>
    30 
    31 <screen os="p2"><userinput>patch -Np1 -i ../&ncurses-bash-patch;</userinput></screen>
    3227
    3328    <para os="a">Prepare Ncurses for compilation:</para>
  • BOOK/general.ent

    rbcc3c76 r62b7b47  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY month "10"> <!-- Use two digits -->
    4 <!ENTITY month_name "October">
    5 <!ENTITY day "15"> <!-- Use two digits -->
     3<!ENTITY month "11"> <!-- Use two digits -->
     4<!ENTITY month_name "November">
     5<!ENTITY day "5"> <!-- Use two digits -->
    66<!ENTITY year "2006"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    rbcc3c76 r62b7b47  
    3838
    3939    <listitem>
     40      <para>November 5, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated Bash 3.2 with some unofficial upstream fixes. Thank you Chet Ramey.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>October 14, 2006</para>
    4150      <itemizedlist>
  • BOOK/materials/common/patches.xml

    rbcc3c76 r62b7b47  
    2020
    2121    <varlistentry>
     22      <term>Bash 3.2 Fixes - <token>&bash-fixes-patch-size;</token>:</term>
     23      <listitem>
     24        <para>Download: <ulink
     25        url="&patches-root;&bash-fixes-patch;"/></para>
     26        <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
     27      </listitem>
     28    </varlistentry>
     29
     30    <varlistentry>
    2231      <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term>
    2332      <listitem>
     
    196205        url="&patches-root;&mktemp-tempfile-patch;"/></para>
    197206        <para>MD5 sum: <literal>&mktemp-tempfile-patch-md5;</literal></para>
    198       </listitem>
    199     </varlistentry>
    200 
    201     <varlistentry>
    202       <term>Ncurses Bash Fixes Patch - <token>&ncurses-bash-patch-size;</token>:</term>
    203       <listitem>
    204         <para>Download: <ulink
    205         url="&patches-root;&ncurses-bash-patch;"/></para>
    206         <para>MD5 sum: <literal>&ncurses-bash-patch-md5;</literal></para>
    207207      </listitem>
    208208    </varlistentry>
  • BOOK/patches.ent

    rbcc3c76 r62b7b47  
    55
    66<!-- Start of Common Patches -->
     7
     8<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch">
     9<!ENTITY bash-fixes-patch-md5 "51dcdc97fa978199329f12d382056d91">
     10<!ENTITY bash-fixes-patch-size "4 KB">
    711
    812<!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch">
     
    8690<!ENTITY mktemp-tempfile-patch-size "3.6 KB">
    8791
    88 <!ENTITY ncurses-bash-patch "ncurses-&ncurses-version;-bash32_update-1.patch">
    89 <!ENTITY ncurses-bash-patch-md5 "fca13124063dc74925bbdaec364f14dd">
    90 <!ENTITY ncurses-bash-patch-size "4 KB">
    91 
    9292<!ENTITY perl-cross_compile-patch "perl-&perl-version;-cross_compile-2.patch">
    9393<!ENTITY perl-cross_compile-patch-md5 "bd9f94c8629e674f4472604b77cea42d">
Note: See TracChangeset for help on using the changeset viewer.