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

git git at cross-lfs.org
Sun Aug 1 18:22:57 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  f7a455155e8b0a88c6e15b444ce3450bc1a5abbe (commit)
       via  d6f5e21f5cf09ddf681bdb033e1f26ecf8079e3b (commit)
      from  f3eb9db8bfc7cea3321638fcab5f962d5aa5c700 (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 f7a455155e8b0a88c6e15b444ce3450bc1a5abbe
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sun Aug 1 21:22:16 2010 -0400

    Fixed a typo in packages.ent.

diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 175c7f7..27a6820 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -78,7 +78,7 @@
 <!ENTITY colo-md5 "52c16ad31f3b88f710f0fdb5abed0457">
 <!ENTITY colo-home "http://www.colonel-panic.org/cobalt-mips">
 
-<!ENTITY coreutils-version "8.4">
+<!ENTITY coreutils-version "8.5">
 <!ENTITY coreutils-size "10,492 KB">
 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz">
 <!ENTITY coreutils-md5 "c1ffe586d001e87d66cd80c4536ee823">

commit d6f5e21f5cf09ddf681bdb033e1f26ecf8079e3b
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sun Aug 1 21:20:07 2010 -0400

    Updated E2fsprogs to 1.14.12.

diff --git a/BOOK/boot/common/e2fsprogs.xml b/BOOK/boot/common/e2fsprogs.xml
index 1495b7a..40e715d 100644
--- a/BOOK/boot/common/e2fsprogs.xml
+++ b/BOOK/boot/common/e2fsprogs.xml
@@ -35,7 +35,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="aa"><userinput>PKG_CONFIG=true ../configure --prefix=/tools \
-    --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \
+    --enable-elf-shlibs --with-linker=${LD} \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-libblkid --disable-libuuid --disable-fsck \
     --disable-uuidd</userinput></screen>
diff --git a/BOOK/boot/multilib/e2fsprogs.xml b/BOOK/boot/multilib/e2fsprogs.xml
index acdf2b2..a3f711a 100644
--- a/BOOK/boot/multilib/e2fsprogs.xml
+++ b/BOOK/boot/multilib/e2fsprogs.xml
@@ -41,8 +41,7 @@ sed -e "/libdir=.*\/lib/s@/lib@/lib64 at g" configure.orig > configure</userinpu
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
-    ../configure --prefix=/tools \
-    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
+    ../configure --prefix=/tools --enable-elf-shlibs \
     --with-linker=${LD} --host=${CLFS_TARGET} \
     --disable-libblkid --disable-libuuid --disable-fsck \
     --disable-uuidd</userinput></screen>
diff --git a/BOOK/boot/ppc64/e2fsprogs-libs.xml b/BOOK/boot/ppc64/e2fsprogs-libs.xml
index 3246192..d205530 100644
--- a/BOOK/boot/ppc64/e2fsprogs-libs.xml
+++ b/BOOK/boot/ppc64/e2fsprogs-libs.xml
@@ -46,8 +46,7 @@ echo "ac_cv_sizeof_short=2" >> config.cache</userinput></screen>-->
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \
-    ../configure --prefix=/tools \
-    --enable-elf-shlibs --with-cc="${CC} ${BUILD32}" \
+    ../configure --prefix=/tools --enable-elf-shlibs \
     --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-libblkid --disable-libuuid --disable-fsck \
     --disable-uuidd --cache-file=config.cache</userinput></screen>
diff --git a/BOOK/boot/ppc64/e2fsprogs.xml b/BOOK/boot/ppc64/e2fsprogs.xml
index 3f42347..3a7a1ea 100644
--- a/BOOK/boot/ppc64/e2fsprogs.xml
+++ b/BOOK/boot/ppc64/e2fsprogs.xml
@@ -54,8 +54,7 @@ echo "ac_cv_sizeof_short=2" >> config.cache</userinput></screen>-->
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
-    ../configure --prefix=/tools \
-    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
+    ../configure --prefix=/tools --enable-elf-shlibs \
     --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-libblkid --disable-libuuid --disable-fsck \
     --disable-uuidd --cache-file=config.cache</userinput></screen>
diff --git a/BOOK/final-system/common/e2fsprogs.xml b/BOOK/final-system/common/e2fsprogs.xml
index e0df58d..5ae6015 100644
--- a/BOOK/final-system/common/e2fsprogs.xml
+++ b/BOOK/final-system/common/e2fsprogs.xml
@@ -37,8 +37,8 @@ cd build</userinput></screen>
     <para os="c">Prepare E2fsprogs for compilation:</para>
 
 <screen os="d"><userinput>PKG_CONFIG=true ../configure --prefix=/usr --with-root-prefix="" \
-    --enable-elf-shlibs --with-cc=gcc \
-    --disable-libblkid --disable-libuuid --disable-fsck \
+    --enable-elf-shlibs --disable-libblkid \
+    --disable-libuuid --disable-fsck \
     --disable-uuidd</userinput></screen>
 
     <variablelist os="e">
diff --git a/BOOK/final-system/multilib/e2fsprogs-64bit.xml b/BOOK/final-system/multilib/e2fsprogs-64bit.xml
index b90b854..1845c48 100644
--- a/BOOK/final-system/multilib/e2fsprogs-64bit.xml
+++ b/BOOK/final-system/multilib/e2fsprogs-64bit.xml
@@ -39,9 +39,9 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG=true \
-    ../configure --prefix=/usr \
-    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD64}" \
-    --disable-libblkid --disable-libuuid --disable-fsck \
+    ../configure --prefix=/usr --with-root-prefix="" \
+    --enable-elf-shlibs --disable-libblkid \
+    --disable-libuuid --disable-fsck \
     --disable-uuidd</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
diff --git a/BOOK/final-system/multilib/e2fsprogs-n32.xml b/BOOK/final-system/multilib/e2fsprogs-n32.xml
index 72791d0..2ea7446 100644
--- a/BOOK/final-system/multilib/e2fsprogs-n32.xml
+++ b/BOOK/final-system/multilib/e2fsprogs-n32.xml
@@ -40,9 +40,9 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG=true \
-    ../configure --prefix=/usr \
-    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILDN32}" \
-    --disable-libblkid --disable-libuuid --disable-fsck \
+    ../configure --prefix=/usr --with-root-prefix="" \
+    --enable-elf-shlibs --disable-libblkid \
+    --disable-libuuid --disable-fsck \
     --disable-uuidd</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
diff --git a/BOOK/final-system/multilib/e2fsprogs.xml b/BOOK/final-system/multilib/e2fsprogs.xml
index 4c1e483..c9b3494 100644
--- a/BOOK/final-system/multilib/e2fsprogs.xml
+++ b/BOOK/final-system/multilib/e2fsprogs.xml
@@ -35,9 +35,9 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>CC="gcc ${BUILD32}" PKG_CONFIG=true \
-    ../configure --prefix=/usr \
-    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD32}" \
-    --disable-libblkid --disable-libuuid --disable-fsck \
+    ../configure --prefix=/usr --with-root-prefix="" \
+    --enable-elf-shlibs --disable-libblkid \
+    --disable-libuuid --disable-fsck \
     --disable-uuidd</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index ef9d552..1571a10 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,9 @@
       <para>August 01, 2010</para>
       <itemizedlist>
         <listitem>
+          <para>[jciccone] - Updated E2fsprogs to 1.14.12.</para>
+        </listitem>
+        <listitem>
           <para>[jciccone] - Updated the NCurses Branch Update patch to -21.
           Fixes through 2010-07-31 from upstream.</para>
         </listitem>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 2060f4c..175c7f7 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -108,10 +108,10 @@
 <!ENTITY dvhtool-md5 "4448c01e6a015685af90a79fbea8da4e">
 <!ENTITY dvhtool-home "http://packages.qa.debian.org/d/dvhtool.html">
 
-<!ENTITY e2fsprogs-version "1.41.9">
-<!ENTITY e2fsprogs-size "4,348 KB">
+<!ENTITY e2fsprogs-version "1.41.12">
+<!ENTITY e2fsprogs-size "4,392 KB">
 <!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz">
-<!ENTITY e2fsprogs-md5 "52f60a9e19a02f142f5546f1b5681927">
+<!ENTITY e2fsprogs-md5 "1b24a21fc0c2381ef420961cbfec733f">
 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net">
 
 <!ENTITY eglibc-version "2.12">

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

Summary of changes:
 BOOK/boot/common/e2fsprogs.xml                 |    2 +-
 BOOK/boot/multilib/e2fsprogs.xml               |    3 +--
 BOOK/boot/ppc64/e2fsprogs-libs.xml             |    3 +--
 BOOK/boot/ppc64/e2fsprogs.xml                  |    3 +--
 BOOK/final-system/common/e2fsprogs.xml         |    4 ++--
 BOOK/final-system/multilib/e2fsprogs-64bit.xml |    6 +++---
 BOOK/final-system/multilib/e2fsprogs-n32.xml   |    6 +++---
 BOOK/final-system/multilib/e2fsprogs.xml       |    6 +++---
 BOOK/introduction/common/changelog.xml         |    3 +++
 BOOK/packages.ent                              |    8 ++++----
 10 files changed, 22 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list