[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 5002e75a4a0e9c860deff93214a1a2d83cdb6fe9

git git at cross-lfs.org
Mon Jul 26 18:05:49 PDT 2010


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  5002e75a4a0e9c860deff93214a1a2d83cdb6fe9 (commit)
       via  7d4314580b92c0f02cdc9b5da841b7ea0c54b2ea (commit)
      from  37630587583f1bd17014545d16c37c39e1364253 (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 5002e75a4a0e9c860deff93214a1a2d83cdb6fe9
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Mon Jul 26 21:05:55 2010 -0400

    Updated Gawk to 3.1.8.

diff --git a/BOOK/final-system/common/gawk.xml b/BOOK/final-system/common/gawk.xml
index e1f4a20..5dbdc39 100644
--- a/BOOK/final-system/common/gawk.xml
+++ b/BOOK/final-system/common/gawk.xml
@@ -27,8 +27,7 @@
 
     <para os="a">Prepare Gawk for compilation:</para>
 
-<screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib \
-  --disable-libsigsegv</userinput></screen>
+<screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/final-system/multilib/gawk.xml b/BOOK/final-system/multilib/gawk.xml
index abd799f..d7c77b2 100644
--- a/BOOK/final-system/multilib/gawk.xml
+++ b/BOOK/final-system/multilib/gawk.xml
@@ -26,7 +26,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
-   --libexecdir=/usr/lib64 --disable-libsigsegv</userinput></screen>
+   --libexecdir=/usr/lib64</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gawk.xml"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 950b4a1..ee22ec0 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,9 @@
       <para>July 26, 2010</para>
       <itemizedlist>
         <listitem>
+          <para>[jciccone] - Updated Gawk to 3.1.8.</para>
+        </listitem>
+        <listitem>
           <para>[jciccone] - Updated Diffutils to 3.0.</para>
         </listitem>
         <listitem>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index dbc404e..604a3c8 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -161,10 +161,10 @@
 <!ENTITY flex-md5 "10714e50cea54dc7a227e3eddcd44d57">
 <!ENTITY flex-home "http://flex.sourceforge.net">
 
-<!ENTITY gawk-version "3.1.7">
-<!ENTITY gawk-size "2,310 KB">
+<!ENTITY gawk-version "3.1.8">
+<!ENTITY gawk-size "1,940 KB">
 <!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar.bz2">
-<!ENTITY gawk-md5 "674cc5875714315c490b26293d36dfcf">
+<!ENTITY gawk-md5 "52b41c6c4418b3226dfb8f82076193bb">
 <!ENTITY gawk-home "&gnu-software;gawk">
 
 <!ENTITY gcc-version "4.5.0">
diff --git a/BOOK/temp-system/common/gawk.xml b/BOOK/temp-system/common/gawk.xml
index 11452dc..7561fbd 100644
--- a/BOOK/temp-system/common/gawk.xml
+++ b/BOOK/temp-system/common/gawk.xml
@@ -25,8 +25,7 @@
     <para os="a">Prepare Gawk for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-libsigsegv</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/temp-system/multilib/gawk.xml b/BOOK/temp-system/multilib/gawk.xml
index 8eddbb4..170c00f 100644
--- a/BOOK/temp-system/multilib/gawk.xml
+++ b/BOOK/temp-system/multilib/gawk.xml
@@ -27,8 +27,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
-   --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-   --disable-libsigsegv</userinput></screen>
+   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gawk.xml"

commit 7d4314580b92c0f02cdc9b5da841b7ea0c54b2ea
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Mon Jul 26 20:55:23 2010 -0400

    Updated Diffutils to 3.0.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index e84f128..950b4a1 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,9 @@
       <para>July 26, 2010</para>
       <itemizedlist>
         <listitem>
+          <para>[jciccone] - Updated Diffutils to 3.0.</para>
+        </listitem>
+        <listitem>
           <para>[jciccone] - Updated Coreutils to 8.5.</para>
         </listitem>
       </itemizedlist>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 538b1c7..dbc404e 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -96,10 +96,10 @@
 <!ENTITY dhcpcd-md5 "d18afc66efbea9a28e541e9b10fd284f">
 <!ENTITY dhcpcd-home "http://roy.marples.name/projects/dhcpcd">
 
-<!ENTITY diffutils-version "2.8.7">
-<!ENTITY diffutils-size "1,033 KB">
+<!ENTITY diffutils-version "3.0">
+<!ENTITY diffutils-size "1,784 KB">
 <!ENTITY diffutils-url "&alpha-gnu;diffutils/diffutils-&diffutils-version;.tar.gz">
-<!ENTITY diffutils-md5 "18d6587cb915e7aa110a5d463d6ed156">
+<!ENTITY diffutils-md5 "684aaba1baab743a2a90e52162ff07da">
 <!ENTITY diffutils-home "&gnu-software;diffutils">
 
 <!ENTITY dvhtool-version "1.0.1">

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

Summary of changes:
 BOOK/final-system/common/gawk.xml      |    3 +--
 BOOK/final-system/multilib/gawk.xml    |    2 +-
 BOOK/introduction/common/changelog.xml |    6 ++++++
 BOOK/packages.ent                      |   12 ++++++------
 BOOK/temp-system/common/gawk.xml       |    3 +--
 BOOK/temp-system/multilib/gawk.xml     |    3 +--
 6 files changed, 16 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list