Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.48 grimoire by George Sherwood (4b61d55ecb89b8947e011e8298fdb501b458d498)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.48 grimoire by George Sherwood (4b61d55ecb89b8947e011e8298fdb501b458d498)
  • Date: Sat, 9 Oct 2010 10:02:35 -0500

GIT changes to stable-0.48 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

libs/ncurses/DETAILS | 1 +
libs/ncurses/HISTORY | 8 ++++++++
libs/ncurses/SUB_DEPENDS | 6 ++----
3 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit 4b61d55ecb89b8947e011e8298fdb501b458d498
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ncurses: Re-install correct /usr/bin/clear (Bug #15785)
PATCHLEVEL++
(cherry picked from commit f02f93921803b2490c234641f161f3af7be34984)

commit ba8190323f8d3ac838d4e325ee9a4670fe411380
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ncurses: Remove incorrect check on UL_VERSION from util-linux
Thanks Ladislav :)
(cherry picked from commit aba4ca31c0b576f447223f2546a8c98551d7d764)

commit 2b468096a8d17762634ad9550708afee21563649
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ncurses: Hopefully fix the formatting and restore some removed characters
(cherry picked from commit 8b0f2097b731eb6b60954225cd967983671ee16b)

commit 662b670add978a912a8e930cc4bf4fc8c706ef81
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ncurses: Fixed formatting
(cherry picked from commit 1ca783e80cc1845a25b5c6b0eab86c3b61e0fa62)

diff --git a/libs/ncurses/DETAILS b/libs/ncurses/DETAILS
index b50b106..e510607 100755
--- a/libs/ncurses/DETAILS
+++ b/libs/ncurses/DETAILS
@@ -9,6 +9,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
SOURCE2_IGNORE=signature
SOURCE_GPG=dickey.gpg:$SOURCE.sig
+ PATCHLEVEL=1
WEB_SITE=http://www.gnu.org/software/ncurses/
ENTERED=20010922
LICENSE[0]=MIT
diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index cdbe2cc..fbb5aa2 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,10 @@
+2010-10-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++ (Bug #15785)
+
+2010-09-12 Eric Sandall <sandalle AT sourcemage.org>
+ * SUB_DEPENDS: Remove incorrect check on UL_VERSION from util-linux
+ Thanks Ladislav :)
+
2010-09-08 Eric Sandall <sandalle AT sourcemage.org>
* *SUB_DEPENDS: Allow forcing UTF8 fonts (Bug #15760)

@@ -170,3 +177,4 @@
2002-04-04 Chris Brien <christopher_brien AT hotmail.com>
* BUILD: Added two lines to sedit out a typecast which causes
a compile error.
+
diff --git a/libs/ncurses/SUB_DEPENDS b/libs/ncurses/SUB_DEPENDS
index 57b993f..32b7000 100755
--- a/libs/ncurses/SUB_DEPENDS
+++ b/libs/ncurses/SUB_DEPENDS
@@ -1,7 +1,5 @@
case $THIS_SUB_DEPENDS in
- UTF8) if [[ $UL_VERSION != aes ]]; then
- message "Requested UTF8 fonts of $SPELL, forcing option
UTF8=y" &&
- UTF8=y
- fi ;;
+ UTF8) message "Requested UTF8 fonts of $SPELL, forcing option UTF8=y" &&
+ UTF8=y ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
esac



  • [SM-Commit] GIT changes to stable-0.48 grimoire by George Sherwood (4b61d55ecb89b8947e011e8298fdb501b458d498), George Sherwood, 10/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page