diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-28 10:25:35 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-28 10:25:35 +0000 |
commit | 27562803648485d55616f498f08401707a04fe4b (patch) | |
tree | f3ad567b8943dad299a43361e9a18694324a7e82 | |
parent | bb543c2f66bd2f11cbdfb2a4312adc455f57183b (diff) |
Upgrade to Gettext-0.18.2. Fixes #3263.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter05/gettext.xml | 4 | ||||
-rw-r--r-- | chapter06/gettext.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
5 files changed, 9 insertions, 13 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0170a7bc9..dad97efd3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2012-12-28</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Gettext-0.18.2. Fixes + <ulink url="&lfs-ticket-root;3263">#3263</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Gawk-4.0.2. Fixes <ulink url="&lfs-ticket-root;3262">#3262</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index f4b6f25b9..e7072f79a 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -82,9 +82,9 @@ <!--<listitem> <para>GDBM &gdbm-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Gettext &gettext-version;</para> - </listitem>--> + </listitem> <listitem> <para>Glibc &glibc-version;</para> </listitem> diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index acaeb28bd..a8b59ea1e 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -46,10 +46,6 @@ <para>For our temporary set of tools, we only need to build and install one binary from Gettext.</para> - <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para> - -<screen><userinput remap="pre">sed -i -e '/gets is a/d' gettext-*/*/stdio.in.h</userinput></screen> - <para>Prepare Gettext for compilation:</para> <screen><userinput remap="configure">cd gettext-tools diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 0fc5cb286..684cd3060 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -43,10 +43,6 @@ <sect2 role="installation"> <title>Installation of Gettext</title> - <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para> - -<screen><userinput remap="pre">sed -i -e '/gets is a/d' gettext-*/*/stdio.in.h</userinput></screen> - <para>Prepare Gettext for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ diff --git a/packages.ent b/packages.ent index 4eec750b3..0c3905ffd 100644 --- a/packages.ent +++ b/packages.ent @@ -188,10 +188,10 @@ <!ENTITY gdbm-ch6-du "8.5 MB"> <!ENTITY gdbm-ch6-sbu "0.1 SBU"> -<!ENTITY gettext-version "0.18.1.1"> -<!ENTITY gettext-size "14,785 KB"> +<!ENTITY gettext-version "0.18.2"> +<!ENTITY gettext-size "15,330 KB"> <!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.gz"> -<!ENTITY gettext-md5 "3dd55b952826d2b32f51308f2f91aa89"> +<!ENTITY gettext-md5 "0c86e5af70c195ab8bd651d17d783928"> <!ENTITY gettext-home "&gnu-software;gettext/"> <!ENTITY gettext-ch5-du "101 MB"> <!ENTITY gettext-ch5-sbu "0.6 SBU"> |