Ignore:
Timestamp:
04/21/2006 12:46:54 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
df01b7a9
Parents:
59108487
Message:

Updated udftools to build with gcc4 and deleted unneeded kernel patch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5897 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/udftools.xml

    r59108487 ra5bf03b  
    1010  <!ENTITY udftools-size          "287 KB">
    1111  <!ENTITY udftools-buildsize     "3.5 MB">
    12   <!ENTITY udftools-time          "0.10 SBU">
     12  <!ENTITY udftools-time          "0.1 SBU">
    1313]>
    1414
     
    6767      <listitem>
    6868        <para>Required patch: <ulink
    69         url="http://w1.894.telia.com/~u89404340/patches/packet/2.6/packet-2.6.8-2.patch.bz2"/></para>
    70       </listitem>
    71       <listitem>
    72         <para>Required patch: <ulink
    7369        url="http://w1.894.telia.com/~u89404340/patches/packet/udftools-1.0.0b3.patch.bz2"/></para>
    7470      </listitem>
     
    8177
    8278  <sect2 id="udftools-kernel">
    83     <title>Installation of the Kernel Patch</title>
     79    <title>Kernel Configuration</title>
    8480
    8581    <indexterm zone="udftools udftools-kernel">
     
    8783    </indexterm>
    8884
    89     <warning>
    90       <para>Note that this patch can permanently damage your CD
    91       drive if it is from one of the few mentioned at
    92       <ulink url="http://slashdot.org/article.pl?sid=03/10/25/1737244"/>. Do
    93       not apply the patch without first checking out the article.</para>
    94     </warning>
    95 
    96     <para>Install the kernel patch by running the following commands from
    97     the kernel source directory:</para>
    98 
    99 <screen><userinput>bzcat ../packet-2.6.8-2.patch.bz2 | patch -Np1</userinput></screen>
    100 
    101   <para>In the kernel configuration, modify your settings to match those listed
    102   here:</para>
     85    <para>In the kernel configuration, modify your settings to match those listed
     86    here:</para>
    10387
    10488<screen><literal>Block devices
     
    10993    <para>Recompile and install the new kernel.</para>
    11094
    111 <!--
    112 <para>If you built packet writer as a module, add the following to
    113 <filename>/etc/modules.conf</filename>:</para>
    114 
    115 <screen><userinput>alias block-major-97 pktcdvd</userinput></screen>
    116 
    117 <para>Finally, create the packet driver device nodes in <filename
    118 class="directory">/dev</filename>, add one node for every
    119 CD-RW drive you
    120 want to support:</para>
    121 
    122 <screen><userinput><command>mknod /dev/pktcdvd0 b 97 0
    123 mknod /dev/pktcdvd1 b 97 1</command></userinput></screen>
    124 -->
    125 
    12695  </sect2>
    12796
     
    133102
    134103<screen><userinput>bzcat ../udftools-1.0.0b3.patch.bz2 | patch -Np1 &amp;&amp;
     104sed -i -e 's/(char\*)spm +=/spm = (char\*)spm +/' wrudf/wrudf.c &amp;&amp;
    135105./configure --prefix=/usr &amp;&amp;
    136106make</userinput></screen>
     
    139109
    140110<screen role="root"><userinput>make install</userinput></screen>
     111
     112  </sect2>
     113
     114  <sect2 role="commands">
     115     <title>Command Explanations</title>
     116
     117     <para><command>sed -i -e 's/(char\*)spm +=/spm = (char\*)spm +/'
     118     wrudf/wrudf.c</command>: This change is required to compile with
     119     recent compilers.</para>
    141120
    142121  </sect2>
Note: See TracChangeset for help on using the changeset viewer.