Ver código fonte

Upgrade to Gettext-0.18.1.1. Fixes #2686.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9307 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 anos atrás
pai
commit
d5099eac6a
6 arquivos alterados com 7 adições e 24 exclusões
  1. 4 0
      chapter01/changelog.xml
  2. 0 4
      chapter01/whatsnew.xml
  3. 0 8
      chapter03/patches.xml
  4. 0 4
      chapter06/gettext.xml
  5. 3 3
      packages.ent
  6. 0 5
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>2010-06-21</para>
       <itemizedlist>
+         <listitem>
+           <para>[matthew] - Upgrade to Gettext-0.18.1.1.  Fixes
+           <ulink url="&lfs-ticket-root;2686">#2686</ulink>.</para>
+         </listitem>
          <listitem>
            <para>[matthew] - Upgrade to Libtool-2.2.10.  Fixes
            <ulink url="&lfs-ticket-root;2690">#2690</ulink>.</para>

+ 0 - 4
chapter01/whatsnew.xml

@@ -228,10 +228,6 @@
       <para>expect-&expect-version;-no_tk-1.patch</para>
     </listitem>
 
-    <listitem>
-      <para>gettext-0.18-skip_test-1.patch</para>
-    </listitem>
-
     <listitem>
       <para>MPC-&mpc-version;</para>
     </listitem>

+ 0 - 8
chapter03/patches.xml

@@ -98,14 +98,6 @@
       </listitem>
     </varlistentry>
 
-    <varlistentry>
-      <term>Gettext Skip Test Patch - <token>&gettext-skip_test-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink url="&patches-root;&gettext-skip_test-patch;"/></para>
-        <para>MD5 sum: <literal>&gettext-skip_test-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
     <varlistentry>
       <term>Glibc GCC Build Fix Patch - <token>&glibc-gcc_fix-patch-size;</token>:</term>
       <listitem>

+ 0 - 4
chapter06/gettext.xml

@@ -43,10 +43,6 @@
   <sect2 role="installation">
     <title>Installation of Gettext</title>
 
-    <para>Apply a patch that skips a test that otherwise fails due to the absence of an XML parsing library:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&gettext-skip_test-patch;</userinput></screen>
-
     <para>Prepare Gettext for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr \

+ 3 - 3
packages.ent

@@ -182,10 +182,10 @@
 <!ENTITY gdbm-ch6-du "2.7 MB">
 <!ENTITY gdbm-ch6-sbu "0.1 SBU">
 
-<!ENTITY gettext-version "0.18">
-<!ENTITY gettext-size "11,730 KB">
+<!ENTITY gettext-version "0.18.1.1">
+<!ENTITY gettext-size "14,785 KB">
 <!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.gz">
-<!ENTITY gettext-md5 "d52a3e061032a1ed13856d42fc86f0fd">
+<!ENTITY gettext-md5 "3dd55b952826d2b32f51308f2f91aa89">
 <!ENTITY gettext-home "&gnu-software;gettext/">
 <!ENTITY gettext-ch5-du "82 MB">
 <!ENTITY gettext-ch5-sbu "0.8 SBU">

+ 0 - 5
patches.ent

@@ -54,11 +54,6 @@
 <!ENTITY gcc-startfiles-patch-size "1.5 KB">
 
 
-<!ENTITY gettext-skip_test-patch "gettext-&gettext-version;-skip_test-1.patch">
-<!ENTITY gettext-skip_test-patch-md5 "9cec8b957ff96a3028897b2910a0d3e8">
-<!ENTITY gettext-skip_test-patch-size "1.2 KB">
-
-
 <!ENTITY glibc-gcc_fix-patch "glibc-&glibc-version;-gcc_fix-1.patch">
 <!ENTITY glibc-gcc_fix-patch-md5 "d1f28cb98acb9417fe52596908bbb9fd">
 <!ENTITY glibc-gcc_fix-patch-size "2.5 KB">