Changeset 4ff3f92


Ignore:
Timestamp:
Aug 3, 2010, 7:01:04 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4cc665a
Parents:
8cc43db
Message:

Drop the i18n patch for diffutils and change build commands for 3.0.0.

Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/diffutils.xml

    r8cc43db r4ff3f92  
    2626    <title>Installation of Diffutils</title>
    2727
    28     <para os="p1">This patch adds support for Internationalization:</para>
    29 
    30 <screen os="p2"><userinput>patch -Np1 -i ../&diffutils-i18n-patch;</userinput></screen>
    31 
    3228    <para os="a">Prepare Diffutils for compilation:</para>
    3329
     
    3733    The following sed will change the default to <command>vim</command>:</para>
    3834
    39 <screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h</userinput></screen>
    40 
    41     <para os="s3">Diffutils man-pages want to be recreated, but it requires
    42     help2man. So we update the time on the files to prevent them from being
    43     recreated:</para>
    44 
    45 <screen os="s4"><userinput>touch man/*.1</userinput></screen>
     35<screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
    4636
    4737    <para os="c">Compile the package:</para>
  • BOOK/final-system/multilib/diffutils.xml

    r8cc43db r4ff3f92  
    2424    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2525    href="../common/diffutils.xml"
    26     xpointer="xpointer(//*[@os='p1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../common/diffutils.xml"
    30     xpointer="xpointer(//*[@os='p2'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/diffutils.xml"
    3426    xpointer="xpointer(//*[@os='a'])"/>
    3527
     
    4335    href="../common/diffutils.xml"
    4436    xpointer="xpointer(//*[@os='s2'])"/>
    45 
    46     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    47     href="../common/diffutils.xml"
    48     xpointer="xpointer(//*[@os='s3'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/diffutils.xml"
    52     xpointer="xpointer(//*[@os='s4'])"/>
    5337
    5438    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/materials/common/patches.xml

    r8cc43db r4ff3f92  
    3838
    3939    <varlistentry>
    40       <term>Diffutils i18n Patch - <token>&diffutils-i18n-patch-size;</token>:</term>
    41       <listitem>
    42         <para>Download: <ulink
    43         url="&patches-root;&diffutils-i18n-patch;"/></para>
    44         <para>MD5 sum: <literal>&diffutils-i18n-patch-md5;</literal></para>
    45       </listitem>
    46     </varlistentry>
    47 
    48     <varlistentry>
    4940      <term>EGLIBC Fixes Patch - <token>&eglibc-fixes-patch-size;</token>:</term>
    5041      <listitem>
  • BOOK/patches.ent

    r8cc43db r4ff3f92  
    1313<!ENTITY coreutils-uname-patch-size "8 KB">
    1414
    15 <!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
    16 <!ENTITY diffutils-i18n-patch-md5 "2e176c390bf4dca2fb088e0a16261a96">
    17 <!ENTITY diffutils-i18n-patch-size "17 KB">
    18 
    1915<!ENTITY eglibc-fixes-patch "eglibc-&eglibc-version;-&eglibc-date;-r&eglibc-revision;-fixes-1.patch">
    2016<!ENTITY eglibc-fixes-patch-md5 "36593dc2394852253ff0ff1afa7f2009">
Note: See TracChangeset for help on using the changeset viewer.