diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter05/dejagnu.xml | 5 | ||||
-rw-r--r-- | patches.ent | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 06dd81af0..0e6e686d3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <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> <listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index a3a60dd45..ed2b32206 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -67,6 +67,14 @@ </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> <para>Download: <ulink url="&patches-root;&expect-spawn-patch;"/></para> diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index bae0ed7d9..8f097e816 100644 --- a/chapter05/dejagnu.xml +++ b/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> diff --git a/patches.ent b/patches.ent index 514f1361c..66bc70517 100644 --- a/patches.ent +++ b/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"> |