patches.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="materials-patches">
  8. <?dbhtml filename="patches.html"?>
  9. <title>Needed Patches</title>
  10. <para>In addition to the packages, several patches are also required.
  11. These patches correct any mistakes in the packages that should be
  12. fixed by the maintainer. The patches also make small modifications to
  13. make the packages easier to work with. The following patches will be
  14. needed to build an LFS system:</para>
  15. <variablelist role="materials">
  16. <varlistentry>
  17. <term>Automake Test Fix Patch - <token>&automake-test-patch-size;</token>:</term>
  18. <listitem>
  19. <para>Download: <ulink url="&patches-root;&automake-test-patch;"/></para>
  20. <para>MD5 sum: <literal>&automake-test-patch-md5;</literal></para>
  21. </listitem>
  22. </varlistentry>
  23. <varlistentry>
  24. <term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
  25. <listitem>
  26. <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>
  27. <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
  28. </listitem>
  29. </varlistentry>
  30. <varlistentry>
  31. <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term>
  32. <listitem>
  33. <para>Download: <ulink url="&patches-root;&bzip2-docs-patch;"/></para>
  34. <para>MD5 sum: <literal>&bzip2-docs-patch-md5;</literal></para>
  35. </listitem>
  36. </varlistentry>
  37. <varlistentry>
  38. <term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term>
  39. <listitem>
  40. <para>Download: <ulink url="&patches-root;&coreutils-i18n-patch;"/></para>
  41. <para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
  42. </listitem>
  43. </varlistentry>
  44. <!--
  45. <varlistentry>
  46. <term>Coreutils Test Fixes Patch - <token>&coreutils-test-patch-size;</token>:</term>
  47. <listitem>
  48. <para>Download: <ulink url="&patches-root;&coreutils-test-patch;"/></para>
  49. <para>MD5 sum: <literal>&coreutils-test-patch-md5;</literal></para>
  50. </listitem>
  51. </varlistentry>
  52. <varlistentry>
  53. <term>Flex Regression Tests Patch - <token>&flex-bison-patch-size;</token>:</term>
  54. <listitem>
  55. <para>Download: <ulink url="&patches-root;&flex-bison-patch;"/></para>
  56. <para>MD5 sum: <literal>&flex-bison-patch-md5;</literal></para>
  57. </listitem>
  58. </varlistentry>
  59. -->
  60. <varlistentry>
  61. <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
  62. <listitem>
  63. <para>Download: <ulink url="&patches-root;&kbd-backspace-patch;"/></para>
  64. <para>MD5 sum: <literal>&kbd-backspace-patch-md5;</literal></para>
  65. </listitem>
  66. </varlistentry>
  67. <varlistentry>
  68. <term>Make Upstream Fixes Patch - <token>&make-fixes-patch-size;</token>:</term>
  69. <listitem>
  70. <para>Download: <ulink url="&patches-root;&make-fixes-patch;"/></para>
  71. <para>MD5 sum: <literal>&make-fixes-patch-md5;</literal></para>
  72. </listitem>
  73. </varlistentry>
  74. <varlistentry>
  75. <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
  76. <listitem>
  77. <para>Download: <ulink url="&patches-root;&perl-libc-patch;"/></para>
  78. <para>MD5 sum: <literal>&perl-libc-patch-md5;</literal></para>
  79. </listitem>
  80. </varlistentry>
  81. <!--
  82. <varlistentry>
  83. <term>Procps HZ Errors Patch - <token>&procps-hz_fixes-patch-size;</token>:</term>
  84. <listitem>
  85. <para>Download: <ulink url="&patches-root;&procps-hz_fixes-patch;"/></para>
  86. <para>MD5 sum: <literal>&procps-hz_fixes-patch-md5;</literal></para>
  87. </listitem>
  88. </varlistentry>
  89. <varlistentry>
  90. <term>Procps Watch Patch - <token>&procps-watch-patch-size;</token>:</term>
  91. <listitem>
  92. <para>Download: <ulink url="&patches-root;&procps-watch-patch;"/></para>
  93. <para>MD5 sum: <literal>&procps-watch-patch-md5;</literal></para>
  94. </listitem>
  95. </varlistentry>
  96. -->
  97. <varlistentry>
  98. <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
  99. <listitem>
  100. <para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
  101. <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
  102. </listitem>
  103. </varlistentry>
  104. <varlistentry>
  105. <term>Texinfo Test Patch - <token>&texinfo-test-patch-size;</token>:</term>
  106. <listitem>
  107. <para>Download: <ulink url="&patches-root;&texinfo-test-patch;"/></para>
  108. <para>MD5 sum: <literal>&texinfo-test-patch-md5;</literal></para>
  109. </listitem>
  110. </varlistentry>
  111. <!--<varlistentry>
  112. <term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term>
  113. <listitem>
  114. <para>Download: <ulink url="&patches-root;&zlib-fpic-patch;"/></para>
  115. <para>MD5 sum: <literal>&zlib-fpic-patch-md5;</literal></para>
  116. </listitem>
  117. </varlistentry>-->
  118. </variablelist>
  119. <para>Total size of these patches: about <returnvalue/></para>
  120. <para>In addition to the above required patches, there exist a number of
  121. optional patches created by the LFS community. These optional patches
  122. solve minor problems or enable functionality that is not enabled by
  123. default. Feel free to peruse the patches database located at
  124. <ulink url="&lfs-root;patches/downloads/"/> and acquire any additional
  125. patches to suit your system needs.</para>
  126. </sect1>