[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-507-gf809518

git git at cross-lfs.org
Wed Nov 13 04:18:39 PST 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  f80951839c595ba266b4f4e42a000d5d52bc3291 (commit)
       via  575c3f72376cd920dab5b145cfdecf67abcab11f (commit)
       via  6d36aa0e132df30a3535a7ecc1db2aff10f7ddb0 (commit)
       via  f8046964f402b5e7e57a8cc494d93184d4175188 (commit)
       via  1cc6062017e208df6a08b32bc4a49b3314522555 (commit)
       via  649246bd242f2750ac8bafe0623c060cb584c8a8 (commit)
       via  7d9b736d1fcc6207ab84db856651cff7f8cf398a (commit)
       via  99aeda1dad65040a2f77f1871f77153f8b4776fd (commit)
      from  8d9474c208dfcc810e11d38e585807bc82ef5009 (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 f80951839c595ba266b4f4e42a000d5d52bc3291
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Nov 13 06:14:28 2013 -0600

    Add master changelog entry for removal of Bash 3.0 eof fix patch.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index ebe7a14..797a702 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -42,6 +42,9 @@
         <listitem>
           <para>[William Harrington] - Update Bison to 3.0.1.</para>
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Remove Bison 3.0 eof patch.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

commit 575c3f72376cd920dab5b145cfdecf67abcab11f
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Nov 13 06:13:39 2013 -0600

    Add master changelog entry for Update to Bison 3.0.1.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index d3d1ed7..ebe7a14 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,15 @@
 
 -->
     <listitem>
+      <para>13 November 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Update Bison to 3.0.1.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>11 November 2013</para>
       <itemizedlist>
         <listitem>

commit 6d36aa0e132df30a3535a7ecc1db2aff10f7ddb0
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Nov 13 06:12:22 2013 -0600

    Remove the bison 3.0 eof patch.

diff --git a/patches/bison-3.0-fix_eof-1.patch b/patches/bison-3.0-fix_eof-1.patch
deleted file mode 100644
index c87acdd..0000000
--- a/patches/bison-3.0-fix_eof-1.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Submitted By: Ken Moffat (zrniwhoop at ntlworld dot com)
-Date: 2013-10-16
-Initial Package Version: 3.0
-Origin: Upstream
-Upstream Status: Applied
-Description: Fixes EOF check.
-
-commit 4c4191cec2b30632a31993a6e46fb241ab9c3434
-
-Author: Andreas Schwab <schwab at linux-m68k.org>
-Date:   Sat Sep 28 00:00:34 2013 +0200
-                                      
-    location: fix EOF check           
-                           
-    * location.c (location_caret): Use int, not char, for values from
-    getc.                                                            
-
- found at http://git.savannah.gnu.org/cgit/bison.git/diff/src/location.c?id=4c4191cec2b30632a31993a6e46fb241ab9c3434&ignorews=1
- copied and pasted.
-
---- bison-3.0/src/location.c.orig	2013-10-16 18:02:56.880658070 +0100
-+++ bison-3.0/src/location.c	2013-10-16 18:04:12.676299868 +0100
-@@ -188,7 +188,7 @@
-   /* Read the actual line.  Don't update the offset, so that we keep a pointer
-      to the start of the line.  */
-   {
--    char c = getc (caret_info.source);
-+    int c = getc (caret_info.source);
-     if (c != EOF)
-       {
-         /* Quote the file, indent by a single column.  */
-

commit f8046964f402b5e7e57a8cc494d93184d4175188
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Nov 13 06:11:53 2013 -0600

    Remove bison eof patch commands and description from final-system commands.

diff --git a/BOOK/final-system/common/bison.xml b/BOOK/final-system/common/bison.xml
index cfc918b..5b69a81 100644
--- a/BOOK/final-system/common/bison.xml
+++ b/BOOK/final-system/common/bison.xml
@@ -29,10 +29,6 @@
 
 <screen os="t4"><userinput>echo "ac_cv_prog_lex_is_flex=yes" > config.cache</userinput></screen>
 
-    <para os="p1">The test suite may fail during the check phase. Apply an upstream fix with the following patch:</para>
-
-<screen os="p2"><userinput>patch -Np1 -i ../&bison-eof-patch;</userinput></screen>
-
     <para os="a">Prepare Bison for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/usr --cache-file=config.cache</userinput></screen>
diff --git a/BOOK/final-system/multilib/bison-64bit.xml b/BOOK/final-system/multilib/bison-64bit.xml
index b5a53dd..8b6a497 100644
--- a/BOOK/final-system/multilib/bison-64bit.xml
+++ b/BOOK/final-system/multilib/bison-64bit.xml
@@ -31,14 +31,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bison.xml"
-    xpointer="xpointer(//*[@os='p1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/bison.xml"
-    xpointer="xpointer(//*[@os='p2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/bison.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64  --cache-file=config.cache</userinput></screen>
diff --git a/BOOK/final-system/multilib/bison-n32.xml b/BOOK/final-system/multilib/bison-n32.xml
index c5ba899..d48d82c 100644
--- a/BOOK/final-system/multilib/bison-n32.xml
+++ b/BOOK/final-system/multilib/bison-n32.xml
@@ -32,14 +32,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bison.xml"
-    xpointer="xpointer(//*[@os='p1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/bison.xml"
-    xpointer="xpointer(//*[@os='p2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/bison.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32  --cache-file=config.cache</userinput></screen>
diff --git a/BOOK/final-system/multilib/bison.xml b/BOOK/final-system/multilib/bison.xml
index 1046b0a..793a477 100644
--- a/BOOK/final-system/multilib/bison.xml
+++ b/BOOK/final-system/multilib/bison.xml
@@ -32,14 +32,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bison.xml"
-    xpointer="xpointer(//*[@os='p1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/bison.xml"
-    xpointer="xpointer(//*[@os='p2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/bison.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr  --cache-file=config.cache</userinput></screen>

commit 1cc6062017e208df6a08b32bc4a49b3314522555
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Nov 13 06:11:20 2013 -0600

    Update bison entries in packages for Bison 3.0.1.

diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index d14d5cf..197490e 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -50,10 +50,10 @@
 <!ENTITY binutils-md5 "4f8fa651e35ef262edc01d60fb45702e">
 <!ENTITY binutils-home "http://sources.redhat.com/binutils">
 
-<!ENTITY bison-version "3.0">
-<!ENTITY bison-size "1,914 KB">
+<!ENTITY bison-version "3.0.1">
+<!ENTITY bison-size "1,920 KB">
 <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
-<!ENTITY bison-md5 "a2624994561aa69f056c904c1ccb2880">
+<!ENTITY bison-md5 "032a7b7b9f1a6e278ccde73f82cec5c2">
 <!ENTITY bison-home "&gnu-software;bison">
 
 <!ENTITY bootscripts-clfs-version "2.1-pre1">

commit 649246bd242f2750ac8bafe0623c060cb584c8a8
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Nov 13 06:10:48 2013 -0600

    Remove bison eof patch from materials.

diff --git a/BOOK/materials/common/patches.xml b/BOOK/materials/common/patches.xml
index a7edb71..c3fe6b4 100644
--- a/BOOK/materials/common/patches.xml
+++ b/BOOK/materials/common/patches.xml
@@ -37,16 +37,6 @@
       </listitem>
     </varlistentry>
 -->
-
-    <varlistentry os="bison-eof-patch">
-      <term>Bison EOF Fix Patch - <token>&bison-eof-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink
-        url="&patches-root;&bison-eof-patch;"/></para>
-        <para>MD5 sum: <literal>&bison-eof-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
     <varlistentry>
       <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term>
       <listitem>

commit 7d9b736d1fcc6207ab84db856651cff7f8cf398a
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Nov 13 06:10:36 2013 -0600

    Remove bison eof patch from patches.

diff --git a/BOOK/patches.ent b/BOOK/patches.ent
index 8edc05f..54679af 100644
--- a/BOOK/patches.ent
+++ b/BOOK/patches.ent
@@ -14,10 +14,6 @@
 <!ENTITY binutils-branch_update-patch-size "5,268 KB">
 -->
 
-<!ENTITY bison-eof-patch "bison-&bison-version;-fix_eof-1.patch">
-<!ENTITY bison-eof-patch-md5 "6a4c0a61615ed0db204d279ed6880ae3">
-<!ENTITY bison-eof-patch-size "1.150 KB">
-
 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch">
 <!ENTITY coreutils-uname-patch-md5 "5d3a1f7196c9c07033bbd2853885fda2">
 <!ENTITY coreutils-uname-patch-size "4.8 KB">

commit 99aeda1dad65040a2f77f1871f77153f8b4776fd
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Nov 13 06:10:22 2013 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 2d2a4ec..e2664df 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "11"> <!-- Use two digits -->
 <!ENTITY month_name "November">
-<!ENTITY day "11"> <!-- Use two digits -->
+<!ENTITY day "13"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/common/bison.xml         |    4 ---
 BOOK/final-system/multilib/bison-64bit.xml |    8 -------
 BOOK/final-system/multilib/bison-n32.xml   |    8 -------
 BOOK/final-system/multilib/bison.xml       |    8 -------
 BOOK/general.ent                           |    2 +-
 BOOK/introduction/common/changelog.xml     |   12 ++++++++++
 BOOK/materials/common/patches.xml          |   10 --------
 BOOK/packages.ent                          |    6 ++--
 BOOK/patches.ent                           |    4 ---
 patches/bison-3.0-fix_eof-1.patch          |   32 ----------------------------
 10 files changed, 16 insertions(+), 78 deletions(-)
 delete mode 100644 patches/bison-3.0-fix_eof-1.patch


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list