Quellcode durchsuchen

Replaced the debian-specific groff patch with an LFS-style patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7409 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic vor 19 Jahren
Ursprung
Commit
86d27755e3
6 geänderte Dateien mit 21 neuen und 18 gelöschten Zeilen
  1. 10 0
      chapter01/changelog.xml
  2. 4 1
      chapter01/whatsnew.xml
  3. 3 12
      chapter03/patches.xml
  4. 1 1
      chapter06/groff.xml
  5. 2 3
      general.ent
  6. 1 1
      patches.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>March 7, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[archaic] - Replaced the debian-specific groff patch with an
+          LFS-style patch.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>March 3, 2006</para>
       <itemizedlist>

+ 4 - 1
chapter01/whatsnew.xml

@@ -196,7 +196,7 @@
     <title>Downgraded to:</title>
 
     <listitem>
-      <para>Groff &groff-version;-&groff-patchlevel;</para>
+      <para>Groff &groff-version;</para>
     </listitem>
 
   </itemizedlist>
@@ -219,6 +219,9 @@
     <listitem>
       <para>&gcc-specs-patch;</para>
     </listitem>
+    <listitem>
+      <para>&groff-debian-patch;</para>
+    </listitem>
     <listitem>
       <para>Berkeley DB-&db-version;</para>
     </listitem>

+ 3 - 12
chapter03/patches.xml

@@ -103,18 +103,9 @@
     </varlistentry>
 
     <varlistentry>
-      <term>Groff Debian Patch - 129 KB:</term>
-      <listitem>
-        <para><ulink url="http://ftp.debian.org/debian/pool/main/g/groff/&groff-debian-patch;"/></para>
-
-        <note>
-          <para>Groff Debian Patch (&groff-version;-&groff-patchlevel;) may no
-          longer be available at the listed location. The site administrators
-          of the master download location occasionally remove older versions
-          when new ones are released. There is no alternative download location
-          yet.</para>
-        </note>
-        <!-- Actually there's snapshot.debian.net, but they have hardware problems -->
+      <term>Groff Debian Patch - 360 KB:</term>
+      <listitem>
+        <para><ulink url="&patches-root;&groff-debian-patch;"/></para>
       </listitem>
     </varlistentry>
 

+ 1 - 1
chapter06/groff.xml

@@ -47,7 +47,7 @@
     <para>Apply the patch that adds the <quote>ascii8</quote> and
     <quote>nippon</quote> devices to Groff:</para>
 
-<screen><userinput>zcat ../&groff-debian-patch; | patch -Np1</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&groff-debian-patch;</userinput></screen>
 
     <note>
       <para>These devices are used by Man-DB when formatting non-English manual

+ 2 - 3
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060303">
-<!ENTITY releasedate "March 3, 2006">
+<!ENTITY version "SVN-20060307">
+<!ENTITY releasedate "March 7, 2006">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 
@@ -49,7 +49,6 @@
 <!ENTITY glibc-version "2.3.6">
 <!ENTITY grep-version "2.5.1a">
 <!ENTITY groff-version "1.18.1.1">
-<!ENTITY groff-patchlevel "11">
 <!ENTITY grub-version "0.97">
 <!ENTITY gzip-version "1.3.5">
 <!ENTITY hotplug-version "2004_09_23">

+ 1 - 1
patches.ent

@@ -22,7 +22,7 @@
 
 <!ENTITY grep-fixes-patch "grep-&grep-version;-redhat_fixes-2.patch">
 
-<!ENTITY groff-debian-patch "groff_&groff-version;-&groff-patchlevel;.diff.gz">
+<!ENTITY groff-debian-patch "groff-&groff-version;-debian_fixes-1.patch">
 
 <!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch">