Sfoglia il codice sorgente

Add a consolidated set of patches to DejaGNU

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9304 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 15 anni fa
parent
commit
eaccb06117
4 ha cambiato i file con 27 aggiunte e 0 eliminazioni
  1. 10 0
      chapter01/changelog.xml
  2. 8 0
      chapter03/patches.xml
  3. 5 0
      chapter05/dejagnu.xml
  4. 4 0
      patches.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>2010-06-19</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Add a consolidated set of patches to DejaGNU.
+          Fixes <ulink url="&lfs-ticket-root;2684">#2684</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2010-06-18</para>
       <itemizedlist>

+ 8 - 0
chapter03/patches.xml

@@ -66,6 +66,14 @@
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term>Dejagnu Consolidated Patch - <token>&dejagnu-consolidated-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&dejagnu-consolidated-patch;"/></para>
+        <para>MD5 sum: <literal>&dejagnu-consolidated-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
     <varlistentry>
       <term>Expect Spawn Patch - <token>&expect-spawn-patch-size;</token>:</term>
       <listitem>

+ 5 - 0
chapter05/dejagnu.xml

@@ -41,6 +41,11 @@
   <sect2 role="installation">
     <title>Installation of DejaGNU</title>
 
+    <para>The most recent version of this package was released in 2004.  Apply
+    some fixes that have accumulated since then:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&dejagnu-consolidated-patch;</userinput></screen>
+
     <para>Prepare DejaGNU for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>

+ 4 - 0
patches.ent

@@ -29,6 +29,10 @@
 <!ENTITY coreutils-uname-patch-md5 "500481b75892e5c07e19e9953a690e54">
 <!ENTITY coreutils-uname-patch-size "1.6 KB">
 
+<!ENTITY dejagnu-consolidated-patch "dejagnu-&dejagnu-version;-consolidated-1.patch">
+<!ENTITY dejagnu-consolidated-patch-md5 "b9949a8abcc210d1dc9cdda06821c199">
+<!ENTITY dejagnu-consolidated-patch-size "6 KB">
+
 
 <!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
 <!ENTITY diffutils-i18n-patch-md5 "c8d481223db274a33b121fb8c25af9f7">