Changeset f0fbe77


Ignore:
Timestamp:
Sep 4, 2015, 6:22:16 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
47e1de9
Parents:
00fa0bb
Message:

Update Gettext to 0.19.5.1 from 0.19.3.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    r00fa0bb rf0fbe77  
    6464          <ulink url="&clfs-ticket-root;1047">#1047.</ulink></para>
    6565        </listitem>
     66        <listitem>
     67          <para>[William Harrington] - Update Gettext to 0.19.5.1. Fixes ticket
     68          <ulink url="&clfs-ticket-root;1048">#1048.</ulink></para>
     69        </listitem>
    6670      </itemizedlist>
    6771    </listitem>
  • BOOK/packages.ent

    r00fa0bb rf0fbe77  
    202202<!ENTITY gdbm-home "&gnu-software;gdbm">
    203203
    204 <!ENTITY gettext-version "0.19.3">
    205 <!ENTITY gettext-size "6,628 KB">
     204<!ENTITY gettext-version "0.19.5.1">
     205<!ENTITY gettext-size "6,874 KB">
    206206<!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.xz">
    207 <!ENTITY gettext-md5 "092c3f460553ceb4a638ff81d36434c4">
     207<!ENTITY gettext-md5 "9b7c37e410df4bd1bf854e8c897cf937">
    208208<!ENTITY gettext-home "&gnu-software;gettext">
    209209
  • BOOK/temp-system/common/gettext.xml

    r00fa0bb rf0fbe77  
    3535<screen os="b"><userinput>cd gettext-tools</userinput></screen>
    3636
    37     <para os="t1">When cross-compiling, the Gettext
    38     <command>configure</command> script assumes we don't have a working wcwidth
    39     even when we do. The following will fix possible
    40     compilation errors because of this assumption:</para>
    41 
    42 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" &gt; config.cache</userinput></screen>
    43 
    4437    <para os="c">Prepare Gettext for compilation:</para>
    4538
    46 <screen os="d"><userinput>./configure --prefix=/tools \
     39<screen os="d"><userinput>EMACS="no" ./configure --prefix=/tools \
    4740    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4841    --disable-shared --cache-file=config.cache</userinput></screen>
    4942
    50     <para os="e">Compile the required programs and support library:</para>
     43<variablelist os="e">
     44      <title>The meaning of the configure option:</title>
    5145
    52 <screen os="f"><userinput>make -C gnulib-lib
     46      <varlistentry>
     47        <term><parameter>EMACS="no"</parameter></term>
     48        <listitem>
     49          <para>This prevents the installation of the Emacs Lisp files
     50          as the test is known to hang on some hosts.</para>
     51        </listitem>
     52      </varlistentry>
     53
     54    </variablelist>
     55
     56    <para os="f">Compile the required programs and support library:</para>
     57
     58<screen os="g"><userinput>make -C gnulib-lib
     59make -C intl pluralx.c
    5360make -C src msgfmt msgmerge xgettext</userinput></screen>
    5461
    55     <para os="g">Install the <command>msgfmt</command>,
     62    <para os="h">Install the <command>msgfmt</command>,
    5663    <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
    5764
    58 <screen os="h"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
     65<screen os="i"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
    5966
    6067  </sect2>
Note: See TracChangeset for help on using the changeset viewer.