Changeset 2c75e3c


Ignore:
Timestamp:
12/11/2005 09:53:46 PM (18 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3baded47
Parents:
2475534
Message:

Upgrade to readline-5.1. Also bash removed bash-3.0 and readline-5.0 specific patches.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2475534 r2c75e3c  
    6969<listitem><para>Procps &procps-version;</para></listitem>
    7070<listitem><para>Psmisc &psmisc-version;</para></listitem>
    71 <!-- <listitem><para>Readline &readline-version;</para></listitem> -->
     71<listitem><para>Readline &readline-version;</para></listitem>
    7272<!-- <listitem><para>Sed &sed-version;</para></listitem> -->
    7373<listitem><para>Shadow &shadow-version;</para></listitem>
     
    115115</listitem>
    116116
     117<listitem><para>December 11, 2005 [jhuntwork]: Upgrade to readline-5.1. Also bash removed bash-3.0
     118and readline-5.0 specific patches.</para>
     119</listitem>
     120 
    117121<listitem><para>December 11, 2005 [jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to
    118122work with the new bash version. Thanks to Alexander Patrakov and ultimately, Greg Schafer
  • chapter05/bash.xml

    r2475534 r2c75e3c  
    2929
    3030<!-- Edit Me -->
    31 <para>Bash has a problem when compiled against newer versions of Glibc, causing
    32 it to hang inappropriately.  This patch fixes the problem:</para>
    33 
    34 <screen><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>
    35 
    3631<para>Prepare Bash for compilation:</para>
    3732
  • chapter06/bash.xml

    r2475534 r2c75e3c  
    3535sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
    3636    Makefile.in</userinput></screen>
    37 
    38 <para>The following patch fixes various issues, including a problem where Bash
    39 will sometimes only show 33 characters on a line, then wrap to the next:</para>
    40 
    41 <screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    42 
    43 <para>Bash also has issues when compiled against newer versions of Glibc.  The
    44 following patch resolves this problem:</para>
    45 
    46 <screen><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>
    4737
    4838<para>Prepare Bash for compilation:</para>
  • chapter06/readline.xml

    r2475534 r2c75e3c  
    3030<title>Installation of Readline</title>
    3131
    32 <para>The following patch includes a fix for a problem where Readline sometimes
    33 only shows 33 characters on a line and then wraps to the next line. It also
    34 includes other fixes recommended by the Readline author.</para>
    35 
    36 <screen><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
    37 
    3832<para>Prepare Readline for compilation:</para>
    3933
     
    4236<para>Compile the package:</para>
    4337
    44 <screen><userinput>make SHLIB_XLDFLAGS=-lncurses</userinput></screen>
     38<screen><userinput>make SHLIB_LIBS=-lncurses</userinput></screen>
    4539
    4640<para>The meaning of the make option:</para>
  • general.ent

    r2475534 r2c75e3c  
    7373<!ENTITY procps-version "3.2.6">
    7474<!ENTITY psmisc-version "21.8">
    75 <!ENTITY readline-version "5.0">
     75<!ENTITY readline-version "5.1">
    7676<!ENTITY sed-version "4.1.4">
    7777<!ENTITY shadow-version "4.0.13">
  • patches.ent

    r2475534 r2c75e3c  
    22
    33<!-- Start of Common Patches -->
    4 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
    5 <!ENTITY bash-avoid_WCONTINUED-patch "bash-&bash-version;-avoid_WCONTINUED-1.patch">
    6 
    74<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
    85<!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
     
    3027<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
    3128
    32 <!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
    33 
    3429<!ENTITY shadow-configure-patch "shadow-&shadow-version;-configure_fix-1.patch">
    3530
Note: See TracChangeset for help on using the changeset viewer.