Author: bdubbs
Date: 2011-10-08 10:01:35 -0600 (Sat, 08 Oct 2011)
New Revision: 9619

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/man-db.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent
Log:
Update to man-pages-3.35.
Add additional environment variable to man-db.


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-10-08 02:12:06 UTC (rev 9618)
+++ trunk/BOOK/chapter01/changelog.xml  2011-10-08 16:01:35 UTC (rev 9619)
@@ -37,12 +37,25 @@
 
 -->
     <listitem>
+      <para>2011-10-08</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to man-pages-3.35. Fixes
+          <ulink url="&lfs-ticket-root;2936">#2936</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Add additional environment variable
+          to man-db.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2011-10-07</para>
       <itemizedlist>
-      <listitem>
-          <para>[bdubbs] - Miror update to bootscripts Makefile. Fixes
-          <ulink url="&lfs-ticket-root;2939">#2939</ulink>.
-          </para>
+        <listitem>
+          <para>[bdubbs] - Minor update to bootscripts Makefile. Fixes
+          <ulink url="&lfs-ticket-root;2939">#2939</ulink>.</para>
         </listitem>
         <listitem>
           <para>[matthew] - Remove Pkg-Config, and its dependencies PCRE and

Modified: trunk/BOOK/chapter06/man-db.xml
===================================================================
--- trunk/BOOK/chapter06/man-db.xml     2011-10-08 02:12:06 UTC (rev 9618)
+++ trunk/BOOK/chapter06/man-db.xml     2011-10-08 16:01:35 UTC (rev 9619)
@@ -43,7 +43,9 @@
 
     <para>Prepare Man-DB for compilation:</para>
 
-<screen><userinput remap="configure">libpipeline_CFLAGS='' 
libpipeline_LIBS='-lpipeline' \
+<screen><userinput remap="configure">PKG_CONFIG=/tools/bin/true \
+    libpipeline_CFLAGS='' \
+    libpipeline_LIBS='-lpipeline' \
     ./configure --prefix=/usr --libexecdir=/usr/lib \
     --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc \
     --disable-setuid --with-browser=/usr/bin/lynx \
@@ -53,6 +55,15 @@
       <title>The meaning of the configure options:</title>
 
       <varlistentry>
+        <term><parameter>PKG_CONFIG=, libpipeline_ ...</parameter></term>
+        <listitem>
+          <para>These environment variables allow the configuration 
+          process to complete without the external 
<command>pkg-config</command> 
+          program.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><parameter>--disable-setuid</parameter></term>
         <listitem>
           <para>This disables making the <command>man</command> program setuid

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2011-10-08 02:12:06 UTC (rev 9618)
+++ trunk/BOOK/general.ent      2011-10-08 16:01:35 UTC (rev 9619)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20111007">
-<!ENTITY releasedate "Oct 7, 2011">
+<!ENTITY version "SVN-20111008">
+<!ENTITY releasedate "Oct 8, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2011-10-08 02:12:06 UTC (rev 9618)
+++ trunk/BOOK/packages.ent     2011-10-08 16:01:35 UTC (rev 9619)
@@ -359,10 +359,10 @@
 <!ENTITY man-db-ch6-du "22 MB">
 <!ENTITY man-db-ch6-sbu "0.4 SBU">
 
-<!ENTITY man-pages-version "3.32">
-<!ENTITY man-pages-size "1,108 KB">
+<!ENTITY man-pages-version "3.35">
+<!ENTITY man-pages-size "1,650 KB">
 <!ENTITY man-pages-url 
"&kernel;linux/docs/manpages/man-pages-&man-pages-version;.tar.bz2">
-<!ENTITY man-pages-md5 "1278c5289660e42a597fefd30d9bdcf0">
+<!ENTITY man-pages-md5 "e41432ee35a49036bbaf8d4598506e9c">
 <!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/";>
 <!ENTITY man-pages-ch6-du "21 MB">
 <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">

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