Changeset 4d2dd2e


Ignore:
Timestamp:
02/26/2010 04:38:41 PM (14 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.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:
fac78e6
Parents:
58e9ccd
Message:

Add patch make and another patch to perl

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r58e9ccd r4d2dd2e  
    3737
    3838-->
     39    <listitem>
     40      <para>2010-02-26</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] Add make-3.81-upstream_fixes-1.patch. Fixes
     44          <ulink url="&lfs-ticket-root;2588">#2588</ulink>.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[bdubbs] Add perl-5.10.1-utf8-1.patch. Fixes
     48          <ulink url="&lfs-ticket-root;2589">#2589</ulink>.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    3953
    4054    <listitem>
  • chapter01/whatsnew.xml

    r58e9ccd r4d2dd2e  
    220220
    221221    <listitem>
     222      <para>&make-upstream_fixes-patch;</para>
     223    </listitem>
     224
     225    <listitem>
    222226      <para>patch-2.6.1-test_fix-1.patch</para>
     227    </listitem>
     228
     229    <listitem>
     230      <para>&perl-utf8-patch;</para>
    223231    </listitem>
    224232
  • chapter03/patches.xml

    r58e9ccd r4d2dd2e  
    124124
    125125    <varlistentry>
     126      <term>Make Upstream Fixes Patch - <token>&make-upstream_fixes-patch-size;</token>:</term>
     127      <listitem>
     128        <para>Download: <ulink url="&patches-root;&make-upstream_fixes-patch;"/></para>
     129        <para>MD5 sum: <literal>&make-upstream_fixes-patch-md5;</literal></para>
     130      </listitem>
     131    </varlistentry>
     132
     133    <varlistentry>
    126134      <term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term>
    127135      <listitem>
     
    147155    </varlistentry>
    148156
    149     <!-- <varlistentry>
    150       <term>Perl Page Patch - <token>&perl-page-patch-size;</token>:</term>
    151       <listitem>
    152         <para>Download: <ulink url="&patches-root;&perl-page-patch;"/></para>
    153         <para>MD5 sum: <literal>&perl-page-patch-md5;</literal></para>
    154       </listitem>
    155     </varlistentry>
    156 
     157    <varlistentry>
     158      <term>Perl UTF8 Patch - <token>&perl-utf8-patch-size;</token>:</term>
     159      <listitem>
     160        <para>Download: <ulink url="&patches-root;&perl-utf8-patch;"/></para>
     161        <para>MD5 sum: <literal>&perl-utf8-patch-md5;</literal></para>
     162      </listitem>
     163    </varlistentry>
     164    <!--
    157165    <varlistentry>
    158166      <term>Perl Security Patch - <token>&perl-security-patch-size;</token>:</term>
  • chapter06/make.xml

    r58e9ccd r4d2dd2e  
    4040  <sect2 role="installation">
    4141    <title>Installation of Make</title>
     42
     43    <para>First fix some problems that have been identified since
     44    the last package release:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../&make-upstream_fixes-patch;</userinput></screen>
    4247
    4348    <para>Prepare Make for compilation:</para>
  • chapter06/perl.xml

    r58e9ccd r4d2dd2e  
    4747
    4848<screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
     49
     50    <para>Fix a problem where invalid utf-8 characters cause a segmentation
     51    fault:</para>
     52
     53<screen><userinput remap="pre">patch -Np1 -i ../&perl-utf8-patch;</userinput></screen>
    4954
    5055    <para>This version of Perl now builds the Compress::Raw::Zlib module. By
  • general.ent

    r58e9ccd r4d2dd2e  
    1 <!ENTITY version "SVN-201002022">
    2 <!ENTITY releasedate "February 22, 2010">
     1<!ENTITY version "SVN-201002026">
     2<!ENTITY releasedate "February 26, 2010">
    33<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.0">
  • patches.ent

    r58e9ccd r4d2dd2e  
    6464<!ENTITY kbd-backspace-patch-size "12 KB">
    6565
     66<!ENTITY make-upstream_fixes-patch "make-&make-version;-upstream_fixes-1.patch">
     67<!ENTITY make-upstream_fixes-patch-md5 "8b1e478d8e733dc2d72e31bc7af1defa">
     68<!ENTITY make-upstream_fixes-patch-size "5 KB">
    6669
    6770<!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
     
    7376<!ENTITY perl-libc-patch-md5 "800dfd3c9618731ee5cf57f77a7942b4">
    7477<!ENTITY perl-libc-patch-size "1 KB">
     78
     79<!ENTITY perl-utf8-patch "perl-&perl-version;-utf8-1.patch">
     80<!ENTITY perl-utf8-patch-md5 "f0c8a66598708bd7def8e85eed82bb95">
     81<!ENTITY perl-utf8-patch-size "8 KB">
    7582
    7683<!ENTITY procps-watch-patch "procps-&procps-version;-watch_unicode-1.patch">
  • prologue/architecture.xml

    r58e9ccd r4d2dd2e  
    4343"multi-lib" system requires compiling many applications twice, once for a
    444432-bit system and once for a 64-bit system. This is not directly supported in
    45 LFS becuase it would interfere with the educational objective of providing the
     45LFS because it would interfere with the educational objective of providing the
    4646instructions needed for a straightforward base Linux system.  You can refer to
    4747the <ulink url="http://trac.cross-lfs.org/">Cross Linux From Scratch</ulink>
Note: See TracChangeset for help on using the changeset viewer.