Upgrade ncurses to 5.4

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2004-02-15 10:48:22 +00:00
parent c3dc67cdcf
commit 21308e271c
7 changed files with 9 additions and 24 deletions

View File

@ -1,4 +1,2 @@
<literallayout>Official download location for Ncurses (&ncurses-version;): <literallayout>Official download location for Ncurses (&ncurses-version;):
<ulink url="ftp://ftp.gnu.org/gnu/ncurses/"/> <ulink url="ftp://ftp.gnu.org/gnu/ncurses/"/></literallayout>
And for the patch:
<ulink url="&patches-root;&ncurses-etip-patch;"/></literallayout>

View File

@ -6,6 +6,9 @@
<itemizedlist> <itemizedlist>
<listitem><para>February 14th, 2004 [jeremy]: Chapters 5 & 6 - Upgraded
ncurses to version 5.4</para></listitem>
<listitem><para>February 12th, 2004 [jeremy]: Chapter 6 - Removed explicit <listitem><para>February 12th, 2004 [jeremy]: Chapter 6 - Removed explicit
paths from the pwconv and grpconv commands, since /usr/sbin is part of paths from the pwconv and grpconv commands, since /usr/sbin is part of
the default path</para></listitem> the default path</para></listitem>

View File

@ -313,9 +313,6 @@ Kbd More-Programs Patch - &kbd-patch-size;:
Man 80-Columns Patch - &man-80cols-patch-size;: Man 80-Columns Patch - &man-80cols-patch-size;:
<ulink url="&patches-root;&man-80cols-patch;"/> <ulink url="&patches-root;&man-80cols-patch;"/>
Ncurses Etip Patch - &ncurses-etip-patch-size;:
<ulink url="&patches-root;&ncurses-etip-patch;"/>
Net-tools Mii-Tool-Gcc33 Patch - &net-tools-mii-patch-size;: Net-tools Mii-Tool-Gcc33 Patch - &net-tools-mii-patch-size;:
<ulink url="&patches-root;&net-tools-mii-patch;"/> <ulink url="&patches-root;&net-tools-mii-patch;"/>

View File

@ -13,12 +13,7 @@
<sect2> <sect2>
<title>Installation of Ncurses</title> <title>Installation of Ncurses</title>
<para>Fix a minor problem related to the <filename>etip.h</filename> header <para>Prepare Ncurses for compilation:</para>
file:</para>
<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen>
<para>Now prepare Ncurses for compilation:</para>
<screen><userinput>./configure --prefix=/tools --with-shared \ <screen><userinput>./configure --prefix=/tools --with-shared \
&nbsp;&nbsp;&nbsp;&nbsp;--without-debug --without-ada --enable-overwrite</userinput></screen> &nbsp;&nbsp;&nbsp;&nbsp;--without-debug --without-ada --enable-overwrite</userinput></screen>

View File

@ -16,12 +16,7 @@ handling of character screens.</para>
<sect2> <sect2>
<title>Installation of Ncurses</title> <title>Installation of Ncurses</title>
<para>Fix a minor problem related to the <filename>etip.h</filename> header <para>Prepare Ncurses for compilation:</para>
file:</para>
<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen>
<para>Now prepare Ncurses for compilation:</para>
<screen><userinput>./configure --prefix=/usr --with-shared --without-debug</userinput></screen> <screen><userinput>./configure --prefix=/usr --with-shared --without-debug</userinput></screen>

View File

@ -7,16 +7,13 @@
<!ENTITY aa-ncurses-dep SYSTEM "../appendixa/ncurses-dep.xml"> <!ENTITY aa-ncurses-dep SYSTEM "../appendixa/ncurses-dep.xml">
<!ENTITY aa-ncurses-down SYSTEM "../appendixa/ncurses-down.xml"> <!ENTITY aa-ncurses-down SYSTEM "../appendixa/ncurses-down.xml">
<!ENTITY ncurses-version "5.3"> <!ENTITY ncurses-version "5.4">
<!ENTITY ncurses-depversion "5.2"> <!ENTITY ncurses-depversion "5.2">
<!ENTITY ncurses-contversion "5.3"> <!ENTITY ncurses-contversion "5.3">
<!ENTITY ncurses-dir "ncurses-&ncurses-version;"> <!ENTITY ncurses-dir "ncurses-&ncurses-version;">
<!ENTITY ncurses-package "ncurses-&ncurses-version;.tar.gz"> <!ENTITY ncurses-package "ncurses-&ncurses-version;.tar.gz">
<!ENTITY ncurses-size "2,019 KB"> <!ENTITY ncurses-size "2,019 KB">
<!ENTITY ncurses-etip-patch "ncurses-&ncurses-version;-etip-2.patch">
<!ENTITY ncurses-etip-patch-size "1 KB">
<!ENTITY ncurses-compsize-tools "26 MB"> <!ENTITY ncurses-compsize-tools "26 MB">
<!ENTITY ncurses-time-tools "0.7 SBU"> <!ENTITY ncurses-time-tools "0.7 SBU">

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [ "/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "CVS-2004-02-12"> <!ENTITY version "CVS-2004-02-14">
<!ENTITY releasedate "February 12th, 2004"> <!ENTITY releasedate "February 14th, 2004">
<!ENTITY milestone "5.2"> <!ENTITY milestone "5.2">
<!ENTITY nbsp " "> <!ENTITY nbsp " ">