Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c2c08e539e3241d84e67dfc6e7b692fc8238ec68)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c2c08e539e3241d84e67dfc6e7b692fc8238ec68)
  • Date: Thu, 31 Jan 2019 03:50:00 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/ncurses/HISTORY | 3 +++
libs/ncurses/INSTALL | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit c2c08e539e3241d84e67dfc6e7b692fc8238ec68
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/ncurses: removed dead symlink creation

diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index ac7f0ae..560aa5e 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,6 @@
+2019-01-30 Pavel Vinogradov <public AT sourcemage.org>
+ * INSTALL: removed dead symlink creation
+
2010-01-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: re-enable staging
* PRE_INSTALL: added
diff --git a/libs/ncurses/INSTALL b/libs/ncurses/INSTALL
index 8b5322c..1511f4f 100755
--- a/libs/ncurses/INSTALL
+++ b/libs/ncurses/INSTALL
@@ -40,7 +40,7 @@ if [[ $UTF8 == y ]]; then
done &&

# links from plain curses ${i//[wn]/} and non-utf-8 ncurses ${i/w/} to
utf-8 ncurses $i
- for i in libncursesw.a libncursesw.so libncursesw.so.${MVERSION}
libncursesw.so.${VERSION} libncursesw_g.a
+ for i in libncursesw.a libncursesw.so libncursesw.so.${MVERSION}
libncursesw.so.${VERSION}
do
ln -sf $i \
$INSTALL_ROOT/lib/${i//[wn]/} &&
@@ -51,7 +51,7 @@ if [[ $UTF8 == y ]]; then
else

# links from plain curses ${i//[wn]/} and utf-8 ncurses $i to non-utf-8
ncurses ${i/w/}
- for i in libncursesw.a libncursesw.so libncursesw.so.${MVERSION}
libncursesw.so.${VERSION} libncursesw_g.a
+ for i in libncursesw.a libncursesw.so libncursesw.so.${MVERSION}
libncursesw.so.${VERSION}
do
ln -sf ${i/w/} \
$INSTALL_ROOT/lib/${i//[wn]/} &&



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c2c08e539e3241d84e67dfc6e7b692fc8238ec68), Pavel Vinogradov, 01/30/2019

Archive powered by MHonArc 2.6.24.

Top of Page