Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (89bf46697c9d2140f60615cd26b82707db07bf92)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (89bf46697c9d2140f60615cd26b82707db07bf92)
  • Date: Sat, 26 Dec 2009 04:05:10 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
shell-term-fm/mc/CONFIGURE | 2 +-
shell-term-fm/mc/DEPENDS | 3 ++-
shell-term-fm/mc/DETAILS | 5 ++---
shell-term-fm/mc/HISTORY | 6 ++++++
shell-term-fm/mc/PRE_BUILD | 7 -------
shell-term-fm/mc/mc-4.6.2-utf8.patch.bz2 | 0
7 files changed, 11 insertions(+), 12 deletions(-)

New commits:
commit 89bf46697c9d2140f60615cd26b82707db07bf92
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mc: => 4.7.0

diff --git a/shell-term-fm/mc/CONFIGURE b/shell-term-fm/mc/CONFIGURE
index b854e5c..0c9eb01 100755
--- a/shell-term-fm/mc/CONFIGURE
+++ b/shell-term-fm/mc/CONFIGURE
@@ -1,5 +1,5 @@
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 selection and conversion?" y \
"--enable-charset" "--disable-charset"
diff --git a/shell-term-fm/mc/DEPENDS b/shell-term-fm/mc/DEPENDS
index 76e6a31..60fe2fb 100755
--- a/shell-term-fm/mc/DEPENDS
+++ b/shell-term-fm/mc/DEPENDS
@@ -14,6 +14,7 @@ optional_depends gpm \
optional_depends libx11 \
"--with-x" "--without-x" \
"for X11 Support" &&
+
if is_depends_enabled $SPELL libx11;then
-optional_depends libxevie '' '' 'X11 event support'
+ optional_depends libxevie '' '' 'X11 event support'
fi
diff --git a/shell-term-fm/mc/DETAILS b/shell-term-fm/mc/DETAILS
index 297346f..8de36cf 100755
--- a/shell-term-fm/mc/DETAILS
+++ b/shell-term-fm/mc/DETAILS
@@ -1,12 +1,11 @@
SPELL=mc
- VERSION=4.6.2
- PATCHLEVEL=1
+ VERSION=4.7.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.midnight-commander.org/downloads/$SOURCE
WEB_SITE=http://www.midnight-commander.org/
ENTERED=20010922
-
SOURCE_HASH=sha512:3e74988f7b26ce69cc0c55dad930e3b984ba07dc2e26b1fa68802636387ea3a810f1b5bfba3e81848c8c1e9b92489e2262ed361761687a4770176350d037c3e8
+
SOURCE_HASH=sha512:925fad1723c86e5f87734ec86d951e25b498d30a6ebeeaf854df9206d2cd0cbbb312883065663522c2957a7dc056432bc78e1a0247d242fa249bd811ff8645e0
LICENSE[0]=GPL
KEYWORDS="console"
SHORT="GNU Midnight Commander is a Unix file manager and shell"
diff --git a/shell-term-fm/mc/HISTORY b/shell-term-fm/mc/HISTORY
index 6fe974a..28b2fcf 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,9 @@
+2009-12-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.7.0
+ * mc-4.6.2-utf8.patch.bz2: removed, 4.7.0 has utf-8 support
+ * PRE_BUILD: removed
+ * CONFIGURE: charset selection is enabled by default
+
2009-05-19 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added automake dep
* PRE_BUILD: fixed configure with new automake
diff --git a/shell-term-fm/mc/PRE_BUILD b/shell-term-fm/mc/PRE_BUILD
deleted file mode 100755
index edc8faa..0000000
--- a/shell-term-fm/mc/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-# note no `&&' in the end
-automake --add-missing
-
-bzcat "$SPELL_DIRECTORY/mc-4.6.2-utf8.patch.bz2" | patch -p0
diff --git a/shell-term-fm/mc/mc-4.6.2-utf8.patch.bz2
b/shell-term-fm/mc/mc-4.6.2-utf8.patch.bz2
deleted file mode 100644
index 9dab5a7..0000000
Binary files a/shell-term-fm/mc/mc-4.6.2-utf8.patch.bz2 and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (89bf46697c9d2140f60615cd26b82707db07bf92), Vlad Glagolev, 12/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page