From 43f167cdab16ab4c04a7f1c3bf2ed86a23bcf89c Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 27 May 2002 12:14:01 +0000 Subject: upgraded to ncurses-5.2-2.patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/ncurses-inst.xml | 2 +- entities/ncurses.ent | 1 + index.xml | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a2330b008..6b782a2f5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -18,6 +18,7 @@ gettext-0.11.2 MAKEDEV-1.5 modutils-2.4.16 +ncurses-5.2-2.patch psmisc-21 texinfo-4.2 util-linux-2.11r @@ -39,6 +40,10 @@ +May 27th, 2002 [gerard]: Upgraded to +ncurses-5.2-2.patch (this patch is smaller than the previously used +one). + May 26th, 2002 [gerard]: Upgraded to: automake-1.6.1, bin86-0.16.3, file-3.38, gawk-3.1.1, gcc-3.1, gettext-0.11.2, modutils-2.4.16, psmisc-21 and util-linux-2.11r. Added gcc-3.1 compile fix diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 226d0392a..2d532ba72 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -3,7 +3,7 @@ Install Ncurses by running the following commands: -patch -Np1 -i ../ncurses-&ncurses-version;-patch && +patch -Np1 -i ../ncurses-&ncurses-patch-version;.patch && ./configure --prefix=/usr --libdir=/lib \     --with-shared --disable-termcap && make && diff --git a/entities/ncurses.ent b/entities/ncurses.ent index 995ad24bc..53a65c4aa 100644 --- a/entities/ncurses.ent +++ b/entities/ncurses.ent @@ -14,6 +14,7 @@ + diff --git a/index.xml b/index.xml index 1be0310d4..d3d5b8748 100644 --- a/index.xml +++ b/index.xml @@ -13,7 +13,7 @@ - + -- cgit v1.2.3-54-g00ecf