Преглед на файлове

Removed unnecessary Ncurses Vsscanf Patch. Closes Bug 704.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer преди 22 години
родител
ревизия
6eb73f0a9c
променени са 6 файла, в които са добавени 11 реда и са изтрити 22 реда
  1. 1 3
      appendixa/ncurses-down.xml
  2. 4 0
      chapter01/changelog.xml
  3. 0 3
      chapter04/chapter04.xml
  4. 3 7
      chapter05/ncurses.xml
  5. 3 7
      chapter06/ncurses.xml
  6. 0 2
      entities/ncurses.ent

+ 1 - 3
appendixa/ncurses-down.xml

@@ -5,8 +5,6 @@
 <ulink url="ftp://ftp.gnu.org/gnu/ncurses/"/>
 
 Ncurses Etip Patch:
-<ulink url="&patches-root;&ncurses-etip-patch;"/>
+<ulink url="&patches-root;&ncurses-etip-patch;"/></literallayout>
 
-Ncurses Vsscanf Patch:
-<ulink url="&patches-root;&ncurses-vsscanf-patch;"/></literallayout>
 </sect2>

+ 4 - 0
chapter01/changelog.xml

@@ -30,10 +30,14 @@
 <listitem><para>Removed:</para>
 <itemizedlist>
 <listitem><para>gcc-3.3.1-no_fixincludes-2.patch</para></listitem>
+<listitem><para>ncurses-5.3-vsscanf.patch</para></listitem>
 <listitem><para>procps-3.1.11-locale-fix.patch</para></listitem>
 </itemizedlist>
 </listitem>
 
+<listitem><para>November 14th, 2003 [greg]: Removed unnecessary Ncurses
+Vsscanf Patch. Closes Bug 704.</para></listitem>
+
 <listitem><para>November 14th, 2003 [gerard]: Adjusted libexecdir location
 for these packages: Glibc - /usr/bin to /usr/lib, Findutils - /usr/bin to 
 /usr/lib/locate, Gawk - /usr/bin to /usr/lib/gawk, Tar - /usr/bin to

+ 0 - 3
chapter04/chapter04.xml

@@ -317,9 +317,6 @@ Man Pager Patch - &man-pager-patch-size;:
 Ncurses Etip Patch - &ncurses-etip-patch-size;:
 <ulink url="&patches-root;&ncurses-etip-patch;"/>
 
-Ncurses Vsscanf Patch - &ncurses-vsscanf-patch-size;:
-<ulink url="&patches-root;&ncurses-vsscanf-patch;"/>
-
 Net-tools Mii-Tool-Gcc33 Patch - &net-tools-mii-patch-size;:
 <ulink url="&patches-root;&net-tools-mii-patch;"/>
 

+ 3 - 7
chapter05/ncurses.xml

@@ -13,14 +13,10 @@ Estimated required disk space:  &ncurses-compsize-tools;</screen>
 <sect2>
 <title>Installation of Ncurses</title>
 
-<para>Fix two minor things:</para>
+<para>Fix a minor problem related to the <filename>etip.h</filename> header
+file:</para>
 
-<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;
-patch -Np1 -i ../&ncurses-vsscanf-patch;</userinput></screen>
-
-<para>The first patch corrects the <filename>etip.h</filename> header file, and
-the second patch prevents some compiler warnings being issued on the use of
-deprecated headers.</para>
+<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen>
 
 <para>Now prepare Ncurses for compilation:</para>
 

+ 3 - 7
chapter06/ncurses.xml

@@ -13,14 +13,10 @@ Estimated required disk space:  &ncurses-compsize;</screen>
 <sect2>
 <title>Installation of Ncurses</title>
 
-<para>First fix two tiny bugs:</para>
+<para>Fix a minor problem related to the <filename>etip.h</filename> header
+file:</para>
 
-<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;
-patch -Np1 -i ../&ncurses-vsscanf-patch;</userinput></screen>
-
-<para>The first patch corrects the <filename>etip.h</filename> header file, and
-the second patch prevents some compiler warnings on the use of deprecated
-headers.</para>
+<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen>
 
 <para>Now prepare Ncurses for compilation:</para>
 

+ 0 - 2
entities/ncurses.ent

@@ -17,8 +17,6 @@
 
 <!ENTITY ncurses-etip-patch "ncurses-&ncurses-version;-etip-2.patch">
 <!ENTITY ncurses-etip-patch-size "1 KB">
-<!ENTITY ncurses-vsscanf-patch "ncurses-&ncurses-version;-vsscanf.patch">
-<!ENTITY ncurses-vsscanf-patch-size "1 KB">
 
 <!ENTITY ncurses-compsize-tools "26 MB">
 <!ENTITY ncurses-time-tools "0.7 SBU">