Changeset b3dfbf1


Ignore:
Timestamp:
Feb 17, 2009, 10:44:29 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
190e0ab
Parents:
fd15fb0
Message:

Added HFS Utils Patch

Files:
1 added
10 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc/hfsutils.xml

    rfd15fb0 rb3dfbf1  
    2727    <xref linkend="ch-boot-yaboot-build" role="."/>. The next three packages
    2828    are for people who cannot do that.</para>
     29
     30    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     31    href="../../final-system/ppc/hfsutils.xml"
     32    xpointer="xpointer(//*[@os='p1'])"/>
     33
     34    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     35    href="../../final-system/ppc/hfsutils.xml"
     36    xpointer="xpointer(//*[@os='p2'])"/>
    2937
    3038    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/hfsutils.xml

    rfd15fb0 rb3dfbf1  
    2727    <xref linkend="ch-boot-yaboot-build" role="."/>. The next three packages
    2828    are for people who cannot do that.</para>
     29
     30    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     31    href="../../final-system/ppc/hfsutils.xml"
     32    xpointer="xpointer(//*[@os='p1'])"/>
     33
     34    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     35    href="../../final-system/ppc/hfsutils.xml"
     36    xpointer="xpointer(//*[@os='p2'])"/>
    2937
    3038    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/common/module-init-tools.xml

    rfd15fb0 rb3dfbf1  
    6060    <para os="h">Compile the package:</para>
    6161
    62 <screen os="i"><userinput>make</userinput></screen>
     62<screen os="i"><userinput>make DOCBOOKTOMAN=""</userinput></screen>
    6363
    6464    <para os="j">Install the package:</para>
  • BOOK/final-system/ppc/hfsutils.xml

    rfd15fb0 rb3dfbf1  
    2626    <title>Installation of Hfsutils</title>
    2727
     28    <para os="p1">The following patch contains fixes. One that fixes a missing errno.h, the other
     29    that allows HFSutils to recognize beyond 2gb devices:</para>
     30
     31<screen os="p2"><userinput>patch -Np1 -i ../&hfsutils-fixes-patch;</userinput></screen>
     32
    2833    <para os="a">Prepare Hfsutils for compilation:</para>
    2934
  • BOOK/final-system/ppc64/hfsutils.xml

    rfd15fb0 rb3dfbf1  
    2121  <sect2 role="installation">
    2222    <title>Installation of Hfsutils</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../ppc/hfsutils.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../ppc/hfsutils.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/ppc/changelog.xml

    rfd15fb0 rb3dfbf1  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>February 17, 2009</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[Jim] - Added patch for HFS Utils that fixes a missing errno.h and allows HFS Utils to see beyond
     41          2gb.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
    3545
    3646    <listitem>
  • BOOK/introduction/ppc64/changelog.xml

    rfd15fb0 rb3dfbf1  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>February 17, 2009</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[Jim] - Added patch for HFS Utils that fixes a missing errno.h and allows HFS Utils to see beyond
     41          2gb.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
    3545
    3646    <listitem>
  • BOOK/materials/ppc/patches.xml

    rfd15fb0 rb3dfbf1  
    1717    xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
    1818
    19     <varlistentry>
     19    <varlistentry os="hfsutils-fixes-patch">
     20      <term>HFS Utils Fixes Patch - <token>&hfsutils-fixes-patch-size;</token>:</term>
     21      <listitem>
     22        <para>Download: <ulink
     23        url="&patches-root;&hfsutils-fixes-patch;"/></para>
     24        <para>MD5 sum: <literal>&hfsutils-fixes-patch-md5;</literal></para>
     25      </listitem>
     26    </varlistentry>
     27
     28    <varlistentry os="powerpcutils-fixes-patch">
    2029      <term>Powerpc-utils Fixes Patch - <token>&powerpcutils-patch-size;</token>:</term>
    2130      <listitem>
  • BOOK/materials/ppc64/patches.xml

    rfd15fb0 rb3dfbf1  
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../ppc/patches.xml"
     34    xpointer="xpointer(//*[@os='hfsutils-fixes-patch'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3337    href="../x86_64/patches.xml"
    3438    xpointer="xpointer(//*[@os='iproute2-libdir-patch'])"/>
     
    3842    xpointer="xpointer(//*[@os='perl-multilib-patch'])"/>
    3943
    40     <varlistentry>
    41       <term>Powerpc-utils Fixes Patch - <token>&powerpcutils-patch-size;</token>:</term>
    42       <listitem>
    43         <para>Download: <ulink
    44         url="&patches-root;&powerpcutils-patch;"/></para>
    45         <para>MD5 sum: <literal>&powerpcutils-patch-md5;</literal></para>
    46       </listitem>
    47     </varlistentry>
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../ppc/patches.xml"
     46    xpointer="xpointer(//*[@os='powerpcutils-fixes-patch'])"/>
    4847
    4948    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/patches.ent

    rfd15fb0 rb3dfbf1  
    189189<!ENTITY gcc-nof-patch-size "4 KB">
    190190
     191<!ENTITY hfsutils-fixes-patch "hfsutils-&hfsutils-version;-fixes-1.patch">
     192<!ENTITY hfsutils-fixes-patch-md5 "8519f11aada2f393609d529621a9f1b1">
     193<!ENTITY hfsutils-fixes-patch-size "4 KB">
     194
    191195<!ENTITY powerpcutils-patch "powerpc-utils_&powerpcutils-version;-fixes-2.patch">
    192196<!ENTITY powerpcutils-patch-md5 "d2776b1a4977c5711037b8f1402f792a">
Note: See TracChangeset for help on using the changeset viewer.