ncurses patch removed

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@976 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Mark Hymers 2001-08-15 21:10:12 +00:00
parent 492516d701
commit 28271660f2
8 changed files with 8 additions and 27 deletions

View File

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

View File

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

View File

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

View File

@ -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>

View File

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

View File

@ -1,10 +1,6 @@
<sect2> <sect2>
<title>Command explanations</title> <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 <para><userinput>--with-shared:</userinput> This enables the build of the
shared ncurses library files.</para> shared ncurses library files.</para>

View File

@ -1,10 +1,9 @@
<sect2> <sect2>
<title>Installation of Ncurses</title> <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> <para><screen><userinput>./configure --prefix=/usr --libdir=/lib \</userinput>
<userinput>./configure --prefix=/usr --libdir=/lib \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--with-shared --disable-termcap &amp;&amp;</userinput> <userinput>&nbsp;&nbsp;&nbsp;--with-shared --disable-termcap &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput> <userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para> <userinput>make install</userinput></screen></para>

View File

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