mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Upgrade to Gettext-0.18. Fixes #2660.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9291 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3179cd695f
commit
217a91bd74
@ -36,6 +36,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>2010-05-29</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to Gettext-0.18. Fixes
|
||||
<ulink url="&lfs-ticket-root;2660">#2660</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2010-05-26</para>
|
||||
<itemizedlist>
|
||||
|
@ -76,9 +76,9 @@
|
||||
<!--<listitem>
|
||||
<para>GDBM &gdbm-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Gettext &gettext-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Glibc &glibc-version;</para>
|
||||
</listitem>-->
|
||||
@ -221,6 +221,10 @@
|
||||
<para>bzip2-1.0.5-version_fixes-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>gettext-0.18-skip_test-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>MPC-&mpc-version;</para>
|
||||
</listitem>
|
||||
@ -230,6 +234,9 @@
|
||||
<itemizedlist>
|
||||
<title>Removed:</title>
|
||||
|
||||
<listitem>
|
||||
<para>gettext-0.17-upstream_fixes-2.patch</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>grep-2.5.4-debian_fixes-1.patch</para>
|
||||
</listitem>
|
||||
|
@ -99,10 +99,10 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Gettext Upstream Fix Patch - <token>&gettext-upstream_fixes-patch-size;</token>:</term>
|
||||
<term>Gettext Skip Test Patch - <token>&gettext-skip_test-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&gettext-upstream_fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&gettext-upstream_fixes-patch-md5;</literal></para>
|
||||
<para>Download: <ulink url="&patches-root;&gettext-skip_test-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&gettext-skip_test-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -43,9 +43,9 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Gettext</title>
|
||||
|
||||
<para>Apply a patch that fixes file permissions and ownership and an internal bug:</para>
|
||||
<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-upstream_fixes-patch;</userinput></screen>
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&gettext-skip_test-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Gettext for compilation:</para>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20100526">
|
||||
<!ENTITY releasedate "May 26, 2010">
|
||||
<!ENTITY version "SVN-20100529">
|
||||
<!ENTITY releasedate "May 29, 2010">
|
||||
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "6.7">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -182,10 +182,10 @@
|
||||
<!ENTITY gdbm-ch6-du "2.7 MB">
|
||||
<!ENTITY gdbm-ch6-sbu "0.1 SBU">
|
||||
|
||||
<!ENTITY gettext-version "0.17">
|
||||
<!ENTITY gettext-size "11,368 KB">
|
||||
<!ENTITY gettext-version "0.18">
|
||||
<!ENTITY gettext-size "11,730 KB">
|
||||
<!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.gz">
|
||||
<!ENTITY gettext-md5 "58a2bc6d39c0ba57823034d55d65d606">
|
||||
<!ENTITY gettext-md5 "d52a3e061032a1ed13856d42fc86f0fd">
|
||||
<!ENTITY gettext-home "&gnu-software;gettext/">
|
||||
<!ENTITY gettext-ch5-du "82 MB">
|
||||
<!ENTITY gettext-ch5-sbu "0.8 SBU">
|
||||
|
@ -54,9 +54,10 @@
|
||||
<!ENTITY gcc-startfiles-patch-md5 "799ef1971350d2e3c794f2123f247cc6">
|
||||
<!ENTITY gcc-startfiles-patch-size "1.5 KB">
|
||||
|
||||
<!ENTITY gettext-upstream_fixes-patch "gettext-&gettext-version;-upstream_fixes-2.patch">
|
||||
<!ENTITY gettext-upstream_fixes-patch-md5 "ae64b6399ed6536e148e8386bcb91689">
|
||||
<!ENTITY gettext-upstream_fixes-patch-size "2.9 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">
|
||||
|
Loading…
Reference in New Issue
Block a user