Skip to Content.
Sympa Menu

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

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 (081376564516ddb18cd5e392cd1ad78549aec1db)
  • Date: Sat, 2 Jun 2007 15:44:18 -0500

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

editors/emacs/DEPENDS | 8 +++++++-
editors/emacs/HISTORY | 3 +++
libs/ncurses/DEPENDS | 7 ++++++-
libs/ncurses/HISTORY | 3 +++
4 files changed, 19 insertions(+), 2 deletions(-)

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

libs/ncurses:

DEPENDS: added gpm optionally

commit 3322d13c1dc1cc6fa025bfce35524fa80f2a1c6a
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

editors/emacs:

DEPENDS: added gpm optionally

diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index 49fb673..d685d08 100755
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -26,7 +26,13 @@ optional_depends "tiff" \
optional_depends LIBGIF \
"--with-gif" \
"--without-gif" \
- "for GIF format support"
+ "for GIF format support" &&
+
+optional_depends "gpm" \
+ "--with-gpm" \
+ "--without-gpm" \
+ "for mouse support on a GNU/Linux console" &&
+
if [ "$CVS" == "y" ]; then
depends CVS &&
optional_depends "gtk+2" \
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index 376585e..b410abc 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,6 @@
+2007-06-02 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added gpm optionally
+
2007-05-04 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Emacs fails to compile if -Wl,-O1 is used for linking

diff --git a/libs/ncurses/DEPENDS b/libs/ncurses/DEPENDS
index 493bc5a..b6fc0ec 100755
--- a/libs/ncurses/DEPENDS
+++ b/libs/ncurses/DEPENDS
@@ -9,4 +9,9 @@ optional_depends g++ \
optional_depends GNAT \
"" \
"--without-ada" \
- "for ADA95 bindings"
+ "for ADA95 bindings" &&
+
+optional_depends gpm \
+ "--with-gpm" \
+ "--without-gpm" \
+ "for mouse support on a GNU/Linux console"
diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index 5a1a68b..c3aa073 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,6 @@
+2007-06-02 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added gpm optionally
+
2007-01-14 George Sherwood <george AT beernabeer.com>
* INSTALL: Implement solutions in bug #13408.




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (081376564516ddb18cd5e392cd1ad78549aec1db), Pol Vinogradov, 06/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page