[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-134-ge2658ee

git git at cross-lfs.org
Tue Jul 9 12:32:27 PDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  e2658ee6017dcc3bd8edeca350149ac91fe32f67 (commit)
       via  7ec751636f845c51189ec342fbd2bb7ab91c7269 (commit)
       via  bf9637546842b3ee944f5f2620bf6a4513e9bbc2 (commit)
       via  0512bba837c9489af7fb9a160eb053b81e5f5870 (commit)
       via  f8983c34308456fbdaade22aa6dd156672327e38 (commit)
      from  c8a766f198aef3b4eb91b7b97a4433a3d11283b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e2658ee6017dcc3bd8edeca350149ac91fe32f67
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jul 9 14:32:23 2013 -0500

    Update Gettext to 0.18.3.

diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 5f0f0d4..1ac3d0e 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -163,10 +163,10 @@
 <!ENTITY gcc-md5 "3b2386c114cd74185aa3754b58a79304">
 <!ENTITY gcc-home "http://gcc.gnu.org">
 
-<!ENTITY gettext-version "0.18.2.1">
-<!ENTITY gettext-size "15,532 KB">
+<!ENTITY gettext-version "0.18.3">
+<!ENTITY gettext-size "15,796 KB">
 <!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.gz">
-<!ENTITY gettext-md5 "034c8103b14654ebd300fadac44d6f14">
+<!ENTITY gettext-md5 "3fa4236c41b7e837355de144210207ec">
 <!ENTITY gettext-home "&gnu-software;gettext">
 
 <!ENTITY gmp-version "5.1.2">

commit 7ec751636f845c51189ec342fbd2bb7ab91c7269
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jul 9 14:32:13 2013 -0500

    Add Gettext update entry to master changelog.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index c014719..85a85d3 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -39,6 +39,9 @@
       <para>09 July 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Update Gettext to 0.18.3.</para>
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Remove unneeded config.cache command for Temp System Patch.</para>
         </listitem>
       </itemizedlist>

commit bf9637546842b3ee944f5f2620bf6a4513e9bbc2
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jul 9 14:18:39 2013 -0500

    Remove unneeded config.cache entry.

diff --git a/BOOK/temp-system/common/patch.xml b/BOOK/temp-system/common/patch.xml
index b82c444..d2c2674 100644
--- a/BOOK/temp-system/common/patch.xml
+++ b/BOOK/temp-system/common/patch.xml
@@ -22,16 +22,10 @@
   <sect2 role="installation">
     <title>Installation of Patch</title>
 
-    <para os="cc1">When cross-compiling configure cannot properly detect the
-    existance of certain features. Override this behaviour:</para>
-
-<screen os="cc2"><userinput>echo "ac_cv_func_strnlen_working=yes" > config.cache</userinput></screen>
-
     <para os="a">Prepare Patch for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --cache-file=config.cache</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/temp-system/multilib/patch.xml b/BOOK/temp-system/multilib/patch.xml
index f8a882f..209d26a 100644
--- a/BOOK/temp-system/multilib/patch.xml
+++ b/BOOK/temp-system/multilib/patch.xml
@@ -24,19 +24,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/patch.xml"
-    xpointer="xpointer(//*[@os='cc1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/patch.xml"
-    xpointer="xpointer(//*[@os='cc2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/patch.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --cache-file=config.cache</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/patch.xml"

commit 0512bba837c9489af7fb9a160eb053b81e5f5870
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jul 9 14:18:23 2013 -0500

    Add temp system patch config.cache removal entry.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 1d769fb..c014719 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
    <listitem>
+      <para>09 July 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Remove unneeded config.cache command for Temp System Patch.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+   <listitem>
       <para>08 July 2013</para>
       <itemizedlist>
         <listitem>
@@ -44,7 +53,6 @@
         <listitem>
           <para>[William Harrington] - Remove unneeded inst_vardbdir install option for current EGLIBC.</para>
         </listitem>
-
       </itemizedlist>
     </listitem>
 

commit f8983c34308456fbdaade22aa6dd156672327e38
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jul 9 14:18:07 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index ac30125..0e30a19 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "07"> <!-- Use two digits -->
+<!ENTITY month "09"> <!-- Use two digits -->
 <!ENTITY month_name "July">
 <!ENTITY day "08"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->

-----------------------------------------------------------------------

Summary of changes:
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   13 ++++++++++++-
 BOOK/packages.ent                      |    6 +++---
 BOOK/temp-system/common/patch.xml      |    8 +-------
 BOOK/temp-system/multilib/patch.xml    |   11 +----------
 5 files changed, 18 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list