Browse Source

Update to pkg-config-0.28
Typos in procps-ng


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

Bruce Dubbs 12 years ago
parent
commit
63d6655fa3
5 changed files with 43 additions and 8 deletions
  1. 11 0
      chapter01/changelog.xml
  2. 24 0
      chapter06/pkgconfig.xml
  3. 2 2
      chapter06/procps.xml
  4. 2 2
      general.ent
  5. 4 4
      packages.ent

+ 11 - 0
chapter01/changelog.xml

@@ -35,6 +35,17 @@
       </itemizedlist>
       </itemizedlist>
     </listitem>
     </listitem>
 -->
 -->
+    <listitem>
+      <para>2013-01-27</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to pkg-config-0.28. Fixes
+          <ulink url="&lfs-ticket-root;3276">#3276</ulink>
+          </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
     <listitem>
       <para>2013-01-25</para>
       <para>2013-01-25</para>
       <itemizedlist>
       <itemizedlist>

+ 24 - 0
chapter06/pkgconfig.xml

@@ -46,8 +46,32 @@
 
 
 <screen><userinput remap="configure">./configure --prefix=/usr         \
 <screen><userinput remap="configure">./configure --prefix=/usr         \
             --with-internal-glib  \
             --with-internal-glib  \
+            --disable-host-tool   \
             --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen>
             --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen>
 
 
+    <variablelist>
+      <title>The meaning of the new configure options:</title>
+
+      <varlistentry>
+        <term><parameter>--with-internal-glib</parameter></term>
+        <listitem>
+          <para>This will allow pkg-config to use it's internal version of 
+          glib becasue an external version is not availible in LFS.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><parameter>--disable-host-tool</parameter></term>
+        <listitem>
+          <para>This option disables the creation of an undesired hard link
+          to the pkg-config program.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+
+
     <para>Compile the package:</para>
     <para>Compile the package:</para>
 
 
 <screen><userinput remap="make">make</userinput></screen>
 <screen><userinput remap="make">make</userinput></screen>

+ 2 - 2
chapter06/procps.xml

@@ -14,7 +14,7 @@
     <address>&procps-ng-url;</address>
     <address>&procps-ng-url;</address>
   </sect1info>
   </sect1info>
 
 
-  <title>Procps-&procps-ng-version;</title>
+  <title>Procps-ng-&procps-ng-version;</title>
 
 
   <indexterm zone="ch-system-procps">
   <indexterm zone="ch-system-procps">
     <primary sortas="a-Procps">Procps-ng</primary>
     <primary sortas="a-Procps">Procps-ng</primary>
@@ -93,7 +93,7 @@ popd</userinput></screen>
 <filename class="directory">/usr</filename> is not mounted.</para>
 <filename class="directory">/usr</filename> is not mounted.</para>
 
 
 <screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib 
 <screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib 
-ln -sfv ../../lib/libprocps.so.1.0.0 /usr/lib/libprocps.so</userinput></screen>
+ln -sfv ../../lib/libprocps.so.1.1.0 /usr/lib/libprocps.so</userinput></screen>
 
 
   </sect2>
   </sect2>
 
 

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130125">
-<!ENTITY releasedate "January 25, 2013">
+<!ENTITY version "SVN-20130127">
+<!ENTITY releasedate "January 27, 2013">
 <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.3">
 <!ENTITY milestone "7.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 4 - 4
packages.ent

@@ -429,12 +429,12 @@
 <!ENTITY perl-ch6-du "247 MB">
 <!ENTITY perl-ch6-du "247 MB">
 <!ENTITY perl-ch6-sbu "7.5 SBU">
 <!ENTITY perl-ch6-sbu "7.5 SBU">
 
 
-<!ENTITY pkgconfig-version "0.27.1">
-<!ENTITY pkgconfig-size "1,864 KB">
+<!ENTITY pkgconfig-version "0.28">
+<!ENTITY pkgconfig-size "1,892 KB">
 <!ENTITY pkgconfig-url "http://pkgconfig.freedesktop.org/releases/pkg-config-&pkgconfig-version;.tar.gz">
 <!ENTITY pkgconfig-url "http://pkgconfig.freedesktop.org/releases/pkg-config-&pkgconfig-version;.tar.gz">
-<!ENTITY pkgconfig-md5 "5392b4e3372879c5bf856173b418d6a2">
+<!ENTITY pkgconfig-md5 "aa3c86e67551adc3ac865160e34a2a0d">
 <!ENTITY pkgconfig-home "http://www.freedesktop.org/wiki/Software/pkg-config">
 <!ENTITY pkgconfig-home "http://www.freedesktop.org/wiki/Software/pkg-config">
-<!ENTITY pkgconfig-ch6-du "30 MB">
+<!ENTITY pkgconfig-ch6-du "31 MB">
 <!ENTITY pkgconfig-ch6-sbu "0.4 SBU">
 <!ENTITY pkgconfig-ch6-sbu "0.4 SBU">
 
 
 <!ENTITY procps-ng-version "3.3.6">
 <!ENTITY procps-ng-version "3.3.6">