- Timestamp:
- Aug 3, 2010, 7:01:04 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4cc665a
- Parents:
- 8cc43db
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
r8cc43db r4ff3f92 26 26 <title>Installation of Diffutils</title> 27 27 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 32 28 <para os="a">Prepare Diffutils for compilation:</para> 33 29 … … 37 33 The following sed will change the default to <command>vim</command>:</para> 38 34 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> 46 36 47 37 <para os="c">Compile the package:</para> -
BOOK/final-system/multilib/diffutils.xml
r8cc43db r4ff3f92 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 25 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"34 26 xpointer="xpointer(//*[@os='a'])"/> 35 27 … … 43 35 href="../common/diffutils.xml" 44 36 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'])"/>53 37 54 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/materials/common/patches.xml
r8cc43db r4ff3f92 38 38 39 39 <varlistentry> 40 <term>Diffutils i18n Patch - <token>&diffutils-i18n-patch-size;</token>:</term>41 <listitem>42 <para>Download: <ulink43 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>49 40 <term>EGLIBC Fixes Patch - <token>&eglibc-fixes-patch-size;</token>:</term> 50 41 <listitem> -
BOOK/patches.ent
r8cc43db r4ff3f92 13 13 <!ENTITY coreutils-uname-patch-size "8 KB"> 14 14 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 19 15 <!ENTITY eglibc-fixes-patch "eglibc-&eglibc-version;-&eglibc-date;-r&eglibc-revision;-fixes-1.patch"> 20 16 <!ENTITY eglibc-fixes-patch-md5 "36593dc2394852253ff0ff1afa7f2009">
Note:
See TracChangeset
for help on using the changeset viewer.