Author: matthew
Date: 2009-02-01 15:45:10 -0700 (Sun, 01 Feb 2009)
New Revision: 8790

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/groff.xml
   trunk/BOOK/chapter06/man-db.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/patches.ent
Log:
Upgrade to Groff-1.20.1. Fixes #2322.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-02-01 22:41:13 UTC (rev 8789)
+++ trunk/BOOK/chapter01/changelog.xml  2009-02-01 22:45:10 UTC (rev 8790)
@@ -41,6 +41,10 @@
       <para>2009-02-01</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Upgraded to Groff-1.20.1.  Fixes
+          <ulink url="&lfs-ticket-root;2322">#2322</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgraded to GCC-4.3.3.  Fixes
           <ulink url="&lfs-ticket-root;2334">#2334</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2009-02-01 22:41:13 UTC (rev 8789)
+++ trunk/BOOK/chapter01/whatsnew.xml   2009-02-01 22:45:10 UTC (rev 8790)
@@ -86,9 +86,9 @@
     <!--<listitem>
       <para>Grep &grep-version;</para>
     </listitem>-->
-    <!--<listitem>
+    <listitem>
       <para>Groff &groff-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>GRUB &grub-version;</para>
     </listitem>-->
@@ -242,6 +242,9 @@
       <para>binutils-2.18-configure-1.patch</para>
     </listitem>
     <listitem>
+      <para>groff-1.18.1.4-debian_fixes-1.patch</para>
+    </listitem>
+    <listitem>
       <para>module-init-tools-3.4.1-manpages-1.patch</para>
     </listitem>
     <listitem>

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2009-02-01 22:41:13 UTC (rev 8789)
+++ trunk/BOOK/chapter03/patches.xml    2009-02-01 22:45:10 UTC (rev 8790)
@@ -123,14 +123,6 @@
     </varlistentry>
 
     <varlistentry>
-      <term>Groff Debian Patch - 
<token>&groff-debian-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink 
url="&patches-root;&groff-debian-patch;"/></para>
-        <para>MD5 sum: <literal>&groff-debian-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
       <term>GRUB Disk Geometry Patch - 
<token>&grub-geometry-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink 
url="&patches-root;&grub-geometry-patch;"/></para>

Modified: trunk/BOOK/chapter06/groff.xml
===================================================================
--- trunk/BOOK/chapter06/groff.xml      2009-02-01 22:41:13 UTC (rev 8789)
+++ trunk/BOOK/chapter06/groff.xml      2009-02-01 22:45:10 UTC (rev 8790)
@@ -41,23 +41,15 @@
   <sect2 role="installation">
     <title>Installation of Groff</title>
 
-    <para>Apply the patch that adds the <quote>ascii8</quote> and
-    <quote>nippon</quote> devices to Groff:</para>
+    <!-- It looks like many screen fonts still don't have Unicode single quotes
+    and dashes in them, but the sed below no longer makes any changes as the
+    format has changed in Groff-1.20.1 -->
 
-<screen><userinput remap="pre">patch -Np1 -i 
../&groff-debian-patch;</userinput></screen>
-
-    <note>
-      <para>These devices are used by Man-DB when formatting non-English manual
-      pages that are not in the ISO-8859-1 encoding. Currently, there is no
-      working patch for Groff-1.19.x that adds this functionality.</para>
-      <!-- Details: http://bugs.debian.org/196762 -->
-    </note>
-
-    <para>Many screen fonts don't have Unicode single quotes and dashes in 
them.
+<!--    <para>Many screen fonts don't have Unicode single quotes and dashes in 
them.
     Tell Groff to use the ASCII equivalents instead:</para>
 
 <screen><userinput remap="pre">sed -i -e 's/2010/002D/' -e 's/2212/002D/' \
-    -e 's/2018/0060/' -e 's/2019/0027/' 
font/devutf8/R.proto</userinput></screen>
+    -e 's/2018/0060/' -e 's/2019/0027/' 
font/devutf8/R.proto</userinput></screen> -->
 
     <para>Groff expects the environment variable <envar>PAGE</envar> to
     contain the default paper size. For users in the United States,

Modified: trunk/BOOK/chapter06/man-db.xml
===================================================================
--- trunk/BOOK/chapter06/man-db.xml     2009-02-01 22:41:13 UTC (rev 8789)
+++ trunk/BOOK/chapter06/man-db.xml     2009-02-01 22:45:10 UTC (rev 8790)
@@ -50,6 +50,10 @@
 
     <para>Prepare Man-DB for compilation:</para>
 
+    <!-- Note that the enable-mb-groff switch is a temporary workaround for the
+    fact that the configure test doesn't automatically detect that Groff-1.20.1
+    is multibyte capable -->
+
 <screen><userinput remap="configure">./configure --prefix=/usr 
--libexecdir=/usr/lib \
     --sysconfdir=/etc --disable-setuid \
     --enable-mb-groff --with-browser=/usr/bin/lynx \

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2009-02-01 22:41:13 UTC (rev 8789)
+++ trunk/BOOK/packages.ent     2009-02-01 22:45:10 UTC (rev 8790)
@@ -227,10 +227,10 @@
 <!ENTITY grep-ch6-du "7.2 MB">
 <!ENTITY grep-ch6-sbu "0.1 SBU">
 
-<!ENTITY groff-version "1.18.1.4">
-<!ENTITY groff-size "2,265 KB">
+<!ENTITY groff-version "1.20.1">
+<!ENTITY groff-size "3,510 KB">
 <!ENTITY groff-url "&gnu;groff/groff-&groff-version;.tar.gz">
-<!ENTITY groff-md5 "ceecb81533936d251ed015f40e5f7287">
+<!ENTITY groff-md5 "48fa768dd6fdeb7968041dd5ae8e2b02">
 <!ENTITY groff-home "&gnu-software;groff/">
 <!ENTITY groff-ch6-du "39.2 MB">
 <!ENTITY groff-ch6-sbu "0.4 SBU">

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2009-02-01 22:41:13 UTC (rev 8789)
+++ trunk/BOOK/patches.ent      2009-02-01 22:45:10 UTC (rev 8790)
@@ -65,10 +65,6 @@
 <!ENTITY grep-fixes-patch-size "5.8 KB">
 
 
-<!ENTITY groff-debian-patch "groff-&groff-version;-debian_fixes-1.patch">
-<!ENTITY groff-debian-patch-md5 "05607e7fcfd6e5091f020bf44ddca10b">
-<!ENTITY groff-debian-patch-size "379 KB">
-
 <!ENTITY grub-inode-patch "grub-&grub-version;-256byte_inode-1.patch">
 <!ENTITY grub-inode-patch-md5 "2482bef9c1866b4045767a56268ba673">
 <!ENTITY grub-inode-patch-size "4.8 KB">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to