Prechádzať zdrojové kódy

Update to man-pages-3.35.
Add additional environment variable to man-db.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 14 rokov pred
rodič
commit
bb0f266fc3
4 zmenil súbory, kde vykonal 34 pridanie a 10 odobranie
  1. 17 4
      chapter01/changelog.xml
  2. 12 1
      chapter06/man-db.xml
  3. 2 2
      general.ent
  4. 3 3
      packages.ent

+ 17 - 4
chapter01/changelog.xml

@@ -36,13 +36,26 @@
     </listitem>
 
 -->
+    <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

+ 12 - 1
chapter06/man-db.xml

@@ -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 \
@@ -52,6 +54,15 @@
     <variablelist>
       <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>

+ 2 - 2
general.ent

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

+ 3 - 3
packages.ent

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