Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (ee0babb4758d4c557f2076caa91803ca0c4bac2b)
  • Date: Sun, 28 Oct 2007 15:14:40 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

shell-term-fm/mc/BUILD | 4 ++--
shell-term-fm/mc/CONFIGURE | 7 ++++++-
shell-term-fm/mc/HISTORY | 3 +++
3 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 7521853ffbe722f6adc645fc7f3aaa2420996ebb
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

shell-term-fm/mc:

BUILD, CONFIGURE: added charset feature

diff --git a/shell-term-fm/mc/BUILD b/shell-term-fm/mc/BUILD
index 1241e0a..599e8cf 100755
--- a/shell-term-fm/mc/BUILD
+++ b/shell-term-fm/mc/BUILD
@@ -1,5 +1,5 @@
if [ "$MC_GLIB" == "glib" ]; then
OPTS="$OPTS --with-glib12"
-fi &&
-OPTS="$OPTS --with-screen=ncurses" &&
+fi &&
+OPTS="$OPTS $MC_CHARSET --with-screen=ncurses" &&
default_build
diff --git a/shell-term-fm/mc/CONFIGURE b/shell-term-fm/mc/CONFIGURE
index bc9c0c5..8dd9d6c 100755
--- a/shell-term-fm/mc/CONFIGURE
+++ b/shell-term-fm/mc/CONFIGURE
@@ -1 +1,6 @@
-config_query_list MC_GLIB "MC depends on either glib or glib2" glib2 glib
+config_query_list MC_GLIB "MC depends on either glib or glib2" glib2 glib
&&
+config_query_option MC_CHARSET \
+ "Enable charset selection and conversion?" \
+ n \
+ "--enable-charset" \
+ "--disable-charset"
diff --git a/shell-term-fm/mc/HISTORY b/shell-term-fm/mc/HISTORY
index 1f517a8..2b8f1fc 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,6 @@
+2007-10-28 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, CONFIGURE: added charset feature
+
2007-03-13 Ladislav Hagara <hgr AT vabo.cz>
* PRE_BUILD, mc-4.6.1-bash-all.patch: added patch from Gentoo
http://savannah.gnu.org/bugs/?18136



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (ee0babb4758d4c557f2076caa91803ca0c4bac2b), Pol Vinogradov, 10/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page