Parcourir la source

ncurses patch removed

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@976 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers il y a 24 ans
Parent
commit
28271660f2

+ 0 - 4
Attic/appendixc/ncurses-patch.xml

@@ -1,4 +0,0 @@
-Ncurses Patch (&ncurses-version;):
-<ulink url="&ftp;/">&ftp;/</ulink>
-<ulink url="&http;/">&http;/</ulink>
-

+ 0 - 1
Attic/appendixc/packages.xml

@@ -34,7 +34,6 @@ package quicker.</para>
 &ac-manpages-patch;
 &ac-findutils-patch;
 &ac-ncurses;
-&ac-ncurses-patch;
 &ac-vim;
 &ac-bison;
 &ac-less;

+ 3 - 1
chapter01/changelog.xml

@@ -14,7 +14,6 @@
 <listitem><para>e2fsprogs-1.22</para></listitem>
 <listitem><para>file-3.36</para></listitem>
 <listitem><para>groff-1.17.2</para></listitem>
-<listitem><para>new ncurses patch-20010721</para></listitem>
 <listitem><para>linux-2.4.8</para></listitem>
 <listitem><para>sysvinit-2.81</para></listitem>
 <listitem><para>autoconf-2.52</para></listitem>
@@ -27,6 +26,9 @@
 
 </para></listitem>
 
+<listitem><para>Chapter 6: ncurses patch totally
+removed.</para></listitem>
+
 <listitem><para>Chapter 5: sed command for bzip2 static compile has been
 replaced with a simpler flag to gcc.</para></listitem>
 

+ 0 - 6
chapter04/ncurses-patch.xml

@@ -1,6 +0,0 @@
-Ncurses Patch (&ncurses-version;) - &ncurses-patch-size;:
-<ulink
-url="&ftp;/ncurses-&ncurses-version;-&ncurses-patch-version;.patch.bz2">&ftp;/ncurses-&ncurses-version;-&ncurses-patch-version;.patch.bz2</ulink>
-<ulink
-url="&http;/ncurses-&ncurses-version;-&ncurses-patch-version;.patch.bz2">&http;/ncurses-&ncurses-version;-&ncurses-patch-version;.patch.bz2</ulink>
-

+ 0 - 1
chapter04/packages.xml

@@ -35,7 +35,6 @@
 &c3-findutils;
 &c3-findutils-patch;
 &c3-ncurses;
-&c3-ncurses-patch;
 &c3-vim;
 &c3-bison;
 &c3-less;

+ 0 - 4
chapter06/ncurses-exp.xml

@@ -1,10 +1,6 @@
 <sect2>
 <title>Command explanations</title>
 
-<para><userinput>patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch:</userinput> 
-Regular updates to the ncurses package are provided as patch files so this is 
-to make the source tree up to date.</para>
-
 <para><userinput>--with-shared:</userinput> This enables the build of the
 shared ncurses library files.</para>
 

+ 2 - 3
chapter06/ncurses-inst.xml

@@ -1,10 +1,9 @@
 <sect2>
 <title>Installation of Ncurses</title>
 
-<para>Before Ncurses is installed, the patch file needs to be unzipped.  Install Ncurses by running the following commands:</para>
+<para>Install Ncurses by running the following commands:</para>
 
-<para><screen><userinput>patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch &amp;&amp;</userinput>
-<userinput>./configure --prefix=/usr --libdir=/lib \</userinput>
+<para><screen><userinput>./configure --prefix=/usr --libdir=/lib \</userinput>
 <userinput>&nbsp;&nbsp;&nbsp;--with-shared --disable-termcap &amp;&amp;</userinput>
 <userinput>make &amp;&amp;</userinput>
 <userinput>make install</userinput></screen></para>

+ 3 - 7
index.xml

@@ -99,7 +99,6 @@
 <!ENTITY c3-findutils SYSTEM "chapter3/findutils.xml">
 <!ENTITY c3-findutils-patch SYSTEM "chapter3/findutils-patch.xml">
 <!ENTITY c3-ncurses SYSTEM "chapter3/ncurses.xml">
-<!ENTITY c3-ncurses-patch SYSTEM "chapter3/ncurses-patch.xml">
 <!ENTITY c3-vim SYSTEM "chapter3/vim.xml">
 <!ENTITY c3-bison SYSTEM "chapter3/bison.xml">
 <!ENTITY c3-less SYSTEM "chapter3/less.xml">
@@ -493,7 +492,6 @@
 <!ENTITY ac-findutils SYSTEM "appendixc/findutils.xml">
 <!ENTITY ac-findutils-patch SYSTEM "appendixc/findutils-patch.xml">
 <!ENTITY ac-ncurses SYSTEM "appendixc/ncurses.xml">
-<!ENTITY ac-ncurses-patch SYSTEM "appendixc/ncurses-patch.xml">
 <!ENTITY ac-vim SYSTEM "appendixc/vim.xml">
 <!ENTITY ac-bison SYSTEM "appendixc/bison.xml">
 <!ENTITY ac-less SYSTEM "appendixc/less.xml">
@@ -521,9 +519,9 @@
 <!ENTITY ac-netkitbase SYSTEM "appendixc/netkitbase.xml">
 <!ENTITY ac-nettools SYSTEM "appendixc/nettools.xml">
 
-<!ENTITY all-version "cvs-20010811-1330">
-<!ENTITY all-size-kb "77,250 KB">
-<!ENTITY all-size-mb "75.44 MB">
+<!ENTITY all-version "cvs-20010815-1410">
+<!ENTITY all-size-kb "76,770 KB">
+<!ENTITY all-size-mb "74.97 MB">
 
 <!ENTITY bootscripts-version "lfs-bootscripts-cvs-20010806-0420">
 
@@ -686,9 +684,7 @@
 <!ENTITY findutils-time "1 minute">
 
 <!ENTITY ncurses-version "5.2">
-<!ENTITY ncurses-patch-version "20010721">
 <!ENTITY ncurses-size "1,308 KB">
-<!ENTITY ncurses-patch-size "481 KB">
 <!ENTITY ncurses-compsize "29 MB">
 <!ENTITY ncurses-time "6 minutes">