Changeset a905be8


Ignore:
Timestamp:
07/13/2014 10:21:37 PM (10 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, 7.6, 7.7, 7.8, 7.9, 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:
8fd118c
Parents:
87fd5ce
Message:

Remove unneeded e2fsprogs patch

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/whatsnew.xml

    r87fd5ce ra905be8  
    248248      <para>dbus-&dbus-version;</para>
    249249    </listitem>-->
     250    <!--
    250251    <listitem>
    251252      <para>eudev-&e2fsprogs-fix-test-patch;</para>
    252     </listitem>
     253    </listitem>-->
    253254    <listitem>
    254255      <para>eudev-&eudev-version;</para>
  • chapter03/patches.xml

    r87fd5ce ra905be8  
    6666      </listitem>
    6767    </varlistentry>
    68 
     68<!--
    6969    <varlistentry>
    7070      <term>E2fsprogs Fix Test Patch - <token>&e2fsprogs-fix-test-patch-size;</token>:</term>
     
    7474      </listitem>
    7575    </varlistentry>
    76 
     76-->
    7777    <varlistentry>
    7878      <term>Gcc Upstream Patch - <token>&gcc-upstream-patch-size;</token>:</term>
     
    106106      </listitem>
    107107    </varlistentry>
    108 <!--
    109     <varlistentry>
    110       <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
    111       <listitem>
    112         <para>Download: <ulink url="&patches-root;&perl-libc-patch;"/></para>
    113         <para>MD5 sum: <literal>&perl-libc-patch-md5;</literal></para>
    114       </listitem>
    115     </varlistentry>
    116 -->
     108
    117109    <varlistentry>
    118110      <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
  • chapter06/e2fsprogs.xml

    r87fd5ce ra905be8  
    4545    <title>Installation of E2fsprogs</title>
    4646
    47     <para>First fix some problems with running regression tests in the LFS chroot
     47    <para>First fix a problem with running regression tests in the LFS chroot
    4848    environment:</para>
    4949
    50 <screen><userinput remap="pre">patch -Np1 -i ../&e2fsprogs-fix-test-patch;
    51 sed -i -e 's|^LD_LIBRARY_PATH.*|&amp;:/tools/lib|' tests/test_config</userinput></screen>
     50<screen><userinput remap="pre">sed -i -e 's|^LD_LIBRARY_PATH.*|&amp;:/tools/lib|' tests/test_config</userinput></screen>
    5251
    5352    <para>The E2fsprogs documentation recommends that the package be built in
  • patches.ent

    r87fd5ce ra905be8  
    2727<!ENTITY coreutils-shuf-segfault-patch-size "4 KB">
    2828
     29<!--
    2930<!ENTITY e2fsprogs-fix-test-patch "e2fsprogs-&e2fsprogs-version;-fix_test-1.patch">
    3031<!ENTITY e2fsprogs-fix-test-patch-md5 "7c20605628536db298bb3bb4666047bf">
    3132<!ENTITY e2fsprogs-fix-test-patch-size "0.7 KB">
     33-->
    3234
    3335<!ENTITY gcc-upstream-patch "gcc-&gcc-version;-upstream_fixes-1.patch">
     
    4749<!ENTITY mpfr-fixes-patch-size "43 KB">
    4850
    49 <!--
    50 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
    51 <!ENTITY perl-libc-patch-md5 "daf5c64fd7311e924966842680535f8f">
    52 <!ENTITY perl-libc-patch-size "1.6 KB">
    53 -->
    54 
    5551<!ENTITY readline-fixes-patch "readline-6.3-upstream_fixes-1.patch">
    5652<!ENTITY readline-fixes-patch-md5 "bbee7fad08474328b807e6828c26a961">
Note: See TracChangeset for help on using the changeset viewer.