Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (83e3d8b545b6ff95f14b943c5313fbcea2afbd22)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (83e3d8b545b6ff95f14b943c5313fbcea2afbd22)
  • Date: Sun, 14 Jan 2007 10:18:04 -0600

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

libs/ncurses/HISTORY | 3 +++
libs/ncurses/INSTALL | 18 ++++++++++++++++++
2 files changed, 21 insertions(+)

New commits:
commit 83e3d8b545b6ff95f14b943c5313fbcea2afbd22
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

ncurses: Update INSTALL. Seems to fix recent prolems with 5.6 update.
Bug #13408

diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index edd5aba..7ab712f 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,6 @@
+2007-01-14 George Sherwood <george AT beernabeer.com>
+ * INSTALL: Implement solutions in bug #13408.
+
2007-01-13 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to verison 5.6. Removed UPDATED.

diff --git a/libs/ncurses/INSTALL b/libs/ncurses/INSTALL
index 28ed8ee..993cb16 100755
--- a/libs/ncurses/INSTALL
+++ b/libs/ncurses/INSTALL
@@ -42,6 +42,24 @@ mv $INSTALL_ROOT/lib/libncurses.so-bak.$
ldconfig; true # but we don't care if there is nothing there (chroot install)
} &&

+# get rid of the old version of libncursesw.so Bug #13408
+{
+mv $INSTALL_ROOT/lib/libncursesw.so.$VERSION \
+ $INSTALL_ROOT/lib/libncursesw.so-bak.$VERSION &&
+mv $INSTALL_ROOT/lib/libncursesw.so.$MVERSION \
+ $INSTALL_ROOT/lib/libncursesw.so-bak.$MVERSION &&
+{ rm $INSTALL_ROOT/lib/libncursesw.so.* ; true; } && # we might not be using
an old version
+mv $INSTALL_ROOT/lib/libncursesw.so-bak.$VERSION \
+ $INSTALL_ROOT/lib/libncursesw.so.$VERSION &&
+mv $INSTALL_ROOT/lib/libncursesw.so-bak.$MVERSION \
+ $INSTALL_ROOT/lib/libncursesw.so.$MVERSION &&
+ldconfig; true # but we don't care if there is nothing there (chroot install)
+} &&
+
+# Do not install the libs again. Causes problems. Bug #13408
+
+sedit 's/cd ncurses /# cd ncurses /' Makefile &&
+
# really install it -- all the libs should be in place
make install DESTDIR="$INSTALL_ROOT" &&




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (83e3d8b545b6ff95f14b943c5313fbcea2afbd22), George Sherwood, 01/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page