Removed unnecessary Ncurses Vsscanf Patch. Closes Bug 704.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-11-15 03:38:52 +00:00
parent bfbadb4c1a
commit 6eb73f0a9c
6 changed files with 11 additions and 22 deletions

View File

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

View File

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

View File

@ -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;"/>

View File

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

View File

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

View File

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