From 28271660f2fa68c1d0ea1d2af8904c34c6a69946 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 15 Aug 2001 21:10:12 +0000 Subject: ncurses patch removed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@976 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- Attic/appendixc/ncurses-patch.xml | 4 ---- Attic/appendixc/packages.xml | 1 - chapter01/changelog.xml | 4 +++- chapter04/ncurses-patch.xml | 6 ------ chapter04/packages.xml | 1 - chapter06/ncurses-exp.xml | 4 ---- chapter06/ncurses-inst.xml | 5 ++--- index.xml | 10 +++------- 8 files changed, 8 insertions(+), 27 deletions(-) delete mode 100644 Attic/appendixc/ncurses-patch.xml delete mode 100644 chapter04/ncurses-patch.xml diff --git a/Attic/appendixc/ncurses-patch.xml b/Attic/appendixc/ncurses-patch.xml deleted file mode 100644 index 38aa67518..000000000 --- a/Attic/appendixc/ncurses-patch.xml +++ /dev/null @@ -1,4 +0,0 @@ -Ncurses Patch (&ncurses-version;): -&ftp;/ -&http;/ - diff --git a/Attic/appendixc/packages.xml b/Attic/appendixc/packages.xml index dbd84c874..eefbe5fe5 100644 --- a/Attic/appendixc/packages.xml +++ b/Attic/appendixc/packages.xml @@ -34,7 +34,6 @@ package quicker. &ac-manpages-patch; &ac-findutils-patch; &ac-ncurses; -&ac-ncurses-patch; &ac-vim; &ac-bison; &ac-less; diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 138479341..5ca06ddd0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -14,7 +14,6 @@ e2fsprogs-1.22 file-3.36 groff-1.17.2 -new ncurses patch-20010721 linux-2.4.8 sysvinit-2.81 autoconf-2.52 @@ -27,6 +26,9 @@ +Chapter 6: ncurses patch totally +removed. + Chapter 5: sed command for bzip2 static compile has been replaced with a simpler flag to gcc. diff --git a/chapter04/ncurses-patch.xml b/chapter04/ncurses-patch.xml deleted file mode 100644 index 3f0b65b1e..000000000 --- a/chapter04/ncurses-patch.xml +++ /dev/null @@ -1,6 +0,0 @@ -Ncurses Patch (&ncurses-version;) - &ncurses-patch-size;: -&ftp;/ncurses-&ncurses-version;-&ncurses-patch-version;.patch.bz2 -&http;/ncurses-&ncurses-version;-&ncurses-patch-version;.patch.bz2 - diff --git a/chapter04/packages.xml b/chapter04/packages.xml index 64fd0b65b..e532c22fb 100644 --- a/chapter04/packages.xml +++ b/chapter04/packages.xml @@ -35,7 +35,6 @@ &c3-findutils; &c3-findutils-patch; &c3-ncurses; -&c3-ncurses-patch; &c3-vim; &c3-bison; &c3-less; diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index 968ec9fbe..4a988d279 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -1,10 +1,6 @@ Command explanations -patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch: -Regular updates to the ncurses package are provided as patch files so this is -to make the source tree up to date. - --with-shared: This enables the build of the shared ncurses library files. diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index d2d53812c..f870c55fb 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -1,10 +1,9 @@ Installation of Ncurses -Before Ncurses is installed, the patch file needs to be unzipped. Install Ncurses by running the following commands: +Install Ncurses by running the following commands: -patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch && -./configure --prefix=/usr --libdir=/lib \ +./configure --prefix=/usr --libdir=/lib \    --with-shared --disable-termcap && make && make install diff --git a/index.xml b/index.xml index 47a04b11c..6f09a4e6f 100644 --- a/index.xml +++ b/index.xml @@ -99,7 +99,6 @@ - @@ -493,7 +492,6 @@ - @@ -521,9 +519,9 @@ - - - + + + @@ -686,9 +684,7 @@ - - -- cgit v1.2.3-54-g00ecf