From 2c75e3ced6f73948fedc2cae3bbe8df8abe71a40 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 11 Dec 2005 21:53:46 +0000 Subject: 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 --- chapter01/changelog.xml | 6 +++++- chapter05/bash.xml | 5 ----- chapter06/bash.xml | 10 ---------- chapter06/readline.xml | 8 +------- general.ent | 2 +- patches.ent | 5 ----- 6 files changed, 7 insertions(+), 29 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 33cae6b81..b7a0d6305 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -68,7 +68,7 @@ First a summary, then a detailed log. Perl &perl-version; Procps &procps-version; Psmisc &psmisc-version; - +Readline &readline-version; Shadow &shadow-version; @@ -114,6 +114,10 @@ First a summary, then a detailed log. +December 11, 2005 [jhuntwork]: Upgrade to readline-5.1. Also bash removed bash-3.0 +and readline-5.0 specific patches. + + December 11, 2005 [jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to work with the new bash version. Thanks to Alexander Patrakov and ultimately, Greg Schafer for the fix. diff --git a/chapter05/bash.xml b/chapter05/bash.xml index a7f42de9c..c8b72eae0 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -28,11 +28,6 @@ Installation of Bash -Bash has a problem when compiled against newer versions of Glibc, causing -it to hang inappropriately. This patch fixes the problem: - -patch -Np1 -i ../&bash-avoid_WCONTINUED-patch; - Prepare Bash for compilation: ./configure --prefix=/tools --without-bash-malloc diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 0f49320c6..3010805b7 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -35,16 +35,6 @@ documentation, issue the following commands: sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ Makefile.in -The following patch fixes various issues, including a problem where Bash -will sometimes only show 33 characters on a line, then wrap to the next: - -patch -Np1 -i ../&bash-fixes-patch; - -Bash also has issues when compiled against newer versions of Glibc. The -following patch resolves this problem: - -patch -Np1 -i ../&bash-avoid_WCONTINUED-patch; - Prepare Bash for compilation: ./configure --prefix=/usr --bindir=/bin \ diff --git a/chapter06/readline.xml b/chapter06/readline.xml index f5a899c89..5d4e08c29 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -29,19 +29,13 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed Installation of Readline -The following patch includes a fix for a problem where Readline sometimes -only shows 33 characters on a line and then wraps to the next line. It also -includes other fixes recommended by the Readline author. - -patch -Np1 -i ../&readline-fixes-patch; - Prepare Readline for compilation: ./configure --prefix=/usr --libdir=/lib Compile the package: -make SHLIB_XLDFLAGS=-lncurses +make SHLIB_LIBS=-lncurses The meaning of the make option: diff --git a/general.ent b/general.ent index cd92bb045..36251f79e 100644 --- a/general.ent +++ b/general.ent @@ -72,7 +72,7 @@ - + diff --git a/patches.ent b/patches.ent index 70788e454..b423a6989 100644 --- a/patches.ent +++ b/patches.ent @@ -1,9 +1,6 @@ - - - @@ -29,8 +26,6 @@ - - -- cgit v1.2.3-54-g00ecf