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
This commit is contained in:
Archaic 2006-03-07 17:41:26 +00:00
parent 24d0e748a4
commit 86d27755e3
6 changed files with 20 additions and 17 deletions

View File

@ -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>

View File

@ -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>

View File

@ -103,18 +103,9 @@
</varlistentry>
<varlistentry>
<term>Groff Debian Patch - 129 KB:</term>
<term>Groff Debian Patch - 360 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 -->
<para><ulink url="&patches-root;&groff-debian-patch;"/></para>
</listitem>
</varlistentry>

View File

@ -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

View File

@ -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">

View File

@ -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">