Эх сурвалжийг харах

upgraded to ncurses-5.2-2.patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 жил өмнө
parent
commit
43f167cdab

+ 5 - 0
chapter01/changelog.xml

@@ -18,6 +18,7 @@
 <listitem><para>gettext-0.11.2</para></listitem>
 <listitem><para>MAKEDEV-1.5</para></listitem>
 <listitem><para>modutils-2.4.16</para></listitem>
+<listitem><para>ncurses-5.2-2.patch</para></listitem>
 <listitem><para>psmisc-21</para></listitem>
 <listitem><para>texinfo-4.2</para></listitem>
 <listitem><para>util-linux-2.11r</para></listitem>
@@ -39,6 +40,10 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>May 27th, 2002 [gerard]: Upgraded to
+ncurses-5.2-2.patch (this patch is smaller than the previously used
+one).</para></listitem>
+
 <listitem><para>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

+ 1 - 1
chapter06/ncurses-inst.xml

@@ -3,7 +3,7 @@
 
 <para>Install Ncurses by running the following commands:</para>
 
-<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-patch &amp;&amp;
+<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-patch-version;.patch &amp;&amp;
 ./configure --prefix=/usr --libdir=/lib \
 &nbsp;&nbsp;&nbsp;&nbsp;--with-shared --disable-termcap &amp;&amp;
 make &amp;&amp;

+ 1 - 0
entities/ncurses.ent

@@ -14,6 +14,7 @@
 <!ENTITY ncurses-depversion "5.2">
 <!ENTITY ncurses-contversion "5.2">
 <!ENTITY ncurses-size "1,308 KB">
+<!ENTITY ncurses-patch-version "5.2-2">
 <!ENTITY ncurses-patch-size "1 KB">
 <!ENTITY ncurses-dir "ncurses-&ncurses-version;">
 <!ENTITY ncurses-package "ncurses-&ncurses-version;.tar.bz2">

+ 1 - 1
index.xml

@@ -13,7 +13,7 @@
 <!ENTITY http "http://ftp.linuxfromscratch.org/lfs-packages/cvs">
 <!ENTITY hints-root "http://hints.linuxfromscratch.org/hints/">
 
-<!ENTITY all-version "cvs-20020526-2002">
+<!ENTITY all-version "cvs-20020527-0509">
 <!ENTITY all-size-kb "97,940 KB">
 <!ENTITY all-size-mb "95.64 MB">