Changeset af30804


Ignore:
Timestamp:
Feb 21, 2006, 9:22:17 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
126e0cf
Parents:
180b054
Message:

Removed Tempfile Dependency from Bzip2

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/bzip2.xml

    r180b054 raf30804  
    4848
    4949<screen os="p4"><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
     50
     51    <para os="p5">The <command>bzdiff</command> depends on tempfile. We remove
     52    that dependecy with this patch:</para>
     53
     54<screen os="p6"><userinput>patch -Np1 -i ../&bzip2-remove_tempfile-patch;</userinput></screen>
    5055
    5156    <para os="a">The Bzip2 package does not contain a <command>configure</command>
  • final-system/multilib/bzip2-64bit.xml

    r180b054 raf30804  
    3737    href="../common/bzip2.xml"
    3838    xpointer="xpointer(//*[@os='p4'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/bzip2.xml"
     42    xpointer="xpointer(//*[@os='p5'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../common/bzip2.xml"
     46    xpointer="xpointer(//*[@os='p6'])"/>
    3947
    4048    <para os="m1">We need to remove the tests since they won't work on
  • introduction/common/changelog.xml

    r180b054 raf30804  
    3838
    3939    <listitem>
     40      <para>February 21, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Removed Dependency of Tempfile from Bzip2.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>February 14, 2006</para>
    4150      <itemizedlist>
  • materials/common/patches.xml

    r180b054 raf30804  
    4343    </varlistentry>
    4444
     45    <varlistentry>
     46      <term>Bzip2 Bzdiff Remove Tempfile - 1.8 KB:</term>
     47      <listitem>
     48        <para><ulink
     49        url="&patches-root;bzip2/&bzip2-remove_tempfile-patch;"/></para>
     50      </listitem>
     51    </varlistentry>
     52
    4553    <varlistentry os="p4">
    4654      <term>Bzip2 Documentation Patch - 1.7 KB:</term>
  • patches.ent

    r180b054 raf30804  
    66<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
    77<!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
     8<!ENTITY bzip2-remove_tempfile-patch "bzip2-&bzip2-version;-remove_tempfile-1.patch">
    89
    910<!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.