Changeset 0b258b4


Ignore:
Timestamp:
05/17/2009 06:52:35 PM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a21a3c7
Parents:
7a28184
Message:

Add gettext upstream patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r7a28184 r0b258b4  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[bdubbs] - Add gettext upstream patches.
     45          Fixes
     46          <ulink url="&lfs-ticket-root;2264">#2264</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4449          <para>[bdubbs] - Add optimization (-O3 and -pipe) to
    4550          glibc in Chapter 6.
     
    5560        <listitem>
    5661          <para>[bdubbs] - Remove reference to watch program not
    57           supporting UTF-8 locales in the Bash Sheel Startup
     62          supporting UTF-8 locales in the Bash Shell Startup
    5863          Files section.
    5964          Fixes
  • chapter01/whatsnew.xml

    r7a28184 r0b258b4  
    230230
    231231    <listitem>
     232      <para>&gettext-upstream_fixes-patch;</para>
     233    </listitem>
     234
     235    <listitem>
    232236      <para>&glibc-ildoubl-test-fix-patch;</para>
    233237    </listitem>
  • chapter03/patches.xml

    r7a28184 r0b258b4  
    108108
    109109    <varlistentry>
     110      <term>Gettext Upstream Fix Patch - <token>&gettext-upstream_fixes-patch-size;</token>:</term>
     111      <listitem>
     112        <para>Download: <ulink url="&patches-root;&gettext-upstream_fixes-patch;"/></para>
     113        <para>MD5 sum: <literal>&gettext-upstream_fixes-patch-md5;</literal></para>
     114      </listitem>
     115    </varlistentry>
     116
     117    <varlistentry>
    110118      <term>Glibc Ildoubl Test Fix Patch - <token>&glibc-ildoubl-test-fix-patch-size;</token>:</term>
    111119      <listitem>
  • chapter06/gettext.xml

    r7a28184 r0b258b4  
    4343  <sect2 role="installation">
    4444    <title>Installation of Gettext</title>
     45
     46    <para>Apply a patch that fixes file permissions and ownership:</para>
     47
     48<screen><userinput remap="pre">patch -Np1 -i ../&gettext-upstream_fixes-patch;</userinput></screen>
    4549
    4650    <para>Prepare Gettext for compilation:</para>
  • patches.ent

    r7a28184 r0b258b4  
    5555<!ENTITY gcc-startfiles-patch-md5 "799ef1971350d2e3c794f2123f247cc6">
    5656<!ENTITY gcc-startfiles-patch-size "1.5 KB">
     57
     58<!ENTITY gettext-upstream_fixes-patch "gettext-&gettext-version;-upstream_fixes-1.patch">
     59<!ENTITY gettext-upstream_fixes-patch-md5 "1907197e133f7419d8d78e18615f9467">
     60<!ENTITY gettext-upstream_fixes-patch-size "1.7 KB">
    5761
    5862<!ENTITY glibc-ildoubl-test-fix-patch "glibc-&glibc-version;-ildoubl_test-1.patch">
Note: See TracChangeset for help on using the changeset viewer.