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

git git at cross-lfs.org
Sat Sep 1 15:01:27 PDT 2012


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  2d20c29d7b360dddf2ced78e7a8613ef2f856ed6 (commit)
      from  a3e5d4fa65e9baac0bfe8e6d4184559b13b73208 (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 2d20c29d7b360dddf2ced78e7a8613ef2f856ed6
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Sep 1 17:01:22 2012 -0500

    ncurses final-system add configure option so terminfo files are properly searched since the branch update changes.

diff --git a/BOOK/final-system/common/ncurses.xml b/BOOK/final-system/common/ncurses.xml
index f87c5f1..0681b36 100644
--- a/BOOK/final-system/common/ncurses.xml
+++ b/BOOK/final-system/common/ncurses.xml
@@ -34,7 +34,8 @@
 
 <screen os="b"><userinput>./configure --prefix=/usr --libdir=/lib \
     --with-shared --without-debug --enable-widec \
-    --with-manpage-format=normal</userinput></screen>
+    --with-manpage-format=normal \
+    --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/final-system/multilib/ncurses-64bit.xml b/BOOK/final-system/multilib/ncurses-64bit.xml
index 78461a0..dbbeadf 100644
--- a/BOOK/final-system/multilib/ncurses-64bit.xml
+++ b/BOOK/final-system/multilib/ncurses-64bit.xml
@@ -36,7 +36,8 @@
 <screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    ./configure --prefix=/usr --libdir=/lib64 \
    --with-shared --without-debug --enable-widec \
-   --with-manpage-format=normal</userinput></screen>
+   --with-manpage-format=normal \
+   --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="ncurses.xml"
diff --git a/BOOK/final-system/multilib/ncurses-n32.xml b/BOOK/final-system/multilib/ncurses-n32.xml
index 9e8ed09..97806d6 100644
--- a/BOOK/final-system/multilib/ncurses-n32.xml
+++ b/BOOK/final-system/multilib/ncurses-n32.xml
@@ -37,7 +37,8 @@
 <screen os="b"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
    ./configure --prefix=/usr --libdir=/lib32 \
    --with-shared --without-debug --enable-widec \
-   --with-manpage-format=normal</userinput></screen>
+   --with-manpage-format=normal \
+   --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="ncurses.xml"
diff --git a/BOOK/final-system/multilib/ncurses.xml b/BOOK/final-system/multilib/ncurses.xml
index a91c01f..4560434 100644
--- a/BOOK/final-system/multilib/ncurses.xml
+++ b/BOOK/final-system/multilib/ncurses.xml
@@ -37,7 +37,8 @@
 <screen os="b"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
    ./configure --prefix=/usr --libdir=/lib \
    --with-shared --without-debug --enable-widec \
-   --with-manpage-format=normal</userinput></screen>
+   --with-manpage-format=normal \
+   --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/ncurses.xml"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 52e7d9b..cd18950 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -41,7 +41,10 @@
         <listitem>
           <para>[William Harrington] - Update host system requirements. Linux kernel version in book 2.6.32 or greater.</para>
         </listitem>
-      </itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add --with-default-terminfo-dir=/usr/share/terminfo to final-system ncurses because of branch update changes.</para>
+        </listitem>
+     </itemizedlist>
     </listitem>
  
     <listitem>

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

Summary of changes:
 BOOK/final-system/common/ncurses.xml         |    3 ++-
 BOOK/final-system/multilib/ncurses-64bit.xml |    3 ++-
 BOOK/final-system/multilib/ncurses-n32.xml   |    3 ++-
 BOOK/final-system/multilib/ncurses.xml       |    3 ++-
 BOOK/introduction/common/changelog.xml       |    5 ++++-
 5 files changed, 12 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list