Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (5b43bb4eb4c828933ce7cc1576e08608a080f2cc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (5b43bb4eb4c828933ce7cc1576e08608a080f2cc)
  • Date: Sun, 17 Jun 2012 05:10:08 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

crypto/mosh/DEPENDS | 1 +
crypto/mosh/HISTORY | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5b43bb4eb4c828933ce7cc1576e08608a080f2cc
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

crypto/mosh: direct depends on gcc with CXX

mosh requires a C++ compiler in order to build. Its dependency on
protobuf means a C++ compiler will be accounted for anyway, since
protobuf also requires a C++ compiler to build, but it should still be
listed as a direct dependency of mosh. I forgot to add it in with my
previous commit, but now it's taken care of.

diff --git a/crypto/mosh/DEPENDS b/crypto/mosh/DEPENDS
index 6e0d7ce..69c079e 100755
--- a/crypto/mosh/DEPENDS
+++ b/crypto/mosh/DEPENDS
@@ -1,3 +1,4 @@
+depends -sub CXX gcc &&
depends protobuf &&
depends ncurses &&
depends zlib &&
diff --git a/crypto/mosh/HISTORY b/crypto/mosh/HISTORY
index 72d397c..8b4dd03 100644
--- a/crypto/mosh/HISTORY
+++ b/crypto/mosh/HISTORY
@@ -2,7 +2,7 @@
* DETAILS: updated to 1.2.2
* DEPENDS: fixed dependencies (io-tty for IO:Pty perl module was
missing, libutempter is optional); removed boost as it's no longer
- needed/used
+ needed/used; added dependency on gcc with CXX
* FINAL: removed, IO:Pty is handled via runtime_depends in DEPENDS

2012-04-20 David C. Haley <khoralin AT gmail.com>



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (5b43bb4eb4c828933ce7cc1576e08608a080f2cc), Justin Boffemmyer, 06/17/2012

Archive powered by MHonArc 2.6.24.

Top of Page