Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (250e5b80c851b5673fdc2084f0dcba4934ef61d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (250e5b80c851b5673fdc2084f0dcba4934ef61d1)
  • Date: Thu, 12 Feb 2009 14:54:19 -0600

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

games-ggz/libggz/DEPENDS | 10 +++-------
games-ggz/libggz/HISTORY | 3 +++
2 files changed, 6 insertions(+), 7 deletions(-)

New commits:
commit 250e5b80c851b5673fdc2084f0dcba4934ef61d1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libggz: gcrypt is now required, fails without

diff --git a/games-ggz/libggz/DEPENDS b/games-ggz/libggz/DEPENDS
index 424cfc7..4972d22 100755
--- a/games-ggz/libggz/DEPENDS
+++ b/games-ggz/libggz/DEPENDS
@@ -1,11 +1,7 @@
+depends libgcrypt '--with-gcrypt' &&
+
if [ "$LIBGGZ_TLS" == "gnutls" ]; then
depends gnutls "--with-tls=GnuTLS"
elif [ "$LIBGGZ_TLS" == "openssl" ]; then
depends openssl "--with-tls=OpenSSL"
-fi &&
-
-optional_depends libgcrypt \
- "--with-gcrypt" \
- "--without-gcrypt" \
- "Add encryption support?"
-
+fi
diff --git a/games-ggz/libggz/HISTORY b/games-ggz/libggz/HISTORY
index 7c27ef9..3379237 100644
--- a/games-ggz/libggz/HISTORY
+++ b/games-ggz/libggz/HISTORY
@@ -1,3 +1,6 @@
+2009-02-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on gcrypt now, fails without
+
2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.0.14.1




  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (250e5b80c851b5673fdc2084f0dcba4934ef61d1), Eric Sandall, 02/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page