Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (a78ec1c257c06f01c536acb0f31b1604ed8733f4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (a78ec1c257c06f01c536acb0f31b1604ed8733f4)
  • Date: Wed, 7 Aug 2019 23:02:26 +0000

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

games-board/xboard/DEPENDS | 3 +++
games-board/xboard/HISTORY | 3 +++
games-ggz/ggz-client-libs/HISTORY | 3 +++
games-ggz/ggz-client-libs/PRE_BUILD | 3 +++
games-ggz/libggz/DEPENDS | 16 +++++++++++-----
games-ggz/libggz/HISTORY | 4 ++++
games-ggz/libggz/PRE_BUILD | 3 +++
7 files changed, 30 insertions(+), 5 deletions(-)

New commits:
commit a78ec1c257c06f01c536acb0f31b1604ed8733f4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ggz-client-libs: Fix build against musl

commit 147c050b4b4eb423ee897c83facbbfd995d10270
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libggz: Fix the dependency on a SSL library

commit ae5618d2e6ed5f98647fe03ac1edf69ffcc4ddc7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libggz: Fix build against musl

commit 55185787f5a14bb8e7766607902b7729e7952187
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xboard: Add dependencies on cairo, librsvg2 & pango

diff --git a/games-board/xboard/DEPENDS b/games-board/xboard/DEPENDS
new file mode 100755
index 0000000..e44cc99
--- /dev/null
+++ b/games-board/xboard/DEPENDS
@@ -0,0 +1,3 @@
+depends cairo &&
+depends librsvg2 &&
+depends pango
diff --git a/games-board/xboard/HISTORY b/games-board/xboard/HISTORY
index c4352e4..c7d81b3 100644
--- a/games-board/xboard/HISTORY
+++ b/games-board/xboard/HISTORY
@@ -1,3 +1,6 @@
+2018-04-03 Ismael Luceno <ismael AT iodev.co.uk>
+ * DEPENDS: added dependencies on pango, cairo and librsvg2
+
2018-02-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 4.9.1
* 446E23EE.gpg: added
diff --git a/games-ggz/ggz-client-libs/HISTORY
b/games-ggz/ggz-client-libs/HISTORY
index fc18fdd..c6a0374 100644
--- a/games-ggz/ggz-client-libs/HISTORY
+++ b/games-ggz/ggz-client-libs/HISTORY
@@ -1,3 +1,6 @@
+2019-05-24 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.0.14.1

diff --git a/games-ggz/ggz-client-libs/PRE_BUILD
b/games-ggz/ggz-client-libs/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/games-ggz/ggz-client-libs/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/games-ggz/libggz/DEPENDS b/games-ggz/libggz/DEPENDS
index 4972d22..a713736 100755
--- a/games-ggz/libggz/DEPENDS
+++ b/games-ggz/libggz/DEPENDS
@@ -1,7 +1,13 @@
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
+case "$LIBGGZ_TLS" in
+gnutls)
+ depends gnutls "--with-tls=GnuTLS"
+ ;;
+openssl)
+ depends SSL "--with-tls=OpenSSL"
+ ;;
+*)
+ OPTS+=" --without-tls"
+ ;;
+esac
diff --git a/games-ggz/libggz/HISTORY b/games-ggz/libggz/HISTORY
index 3379237..822b00e 100644
--- a/games-ggz/libggz/HISTORY
+++ b/games-ggz/libggz/HISTORY
@@ -1,3 +1,7 @@
+2019-05-24 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fixed dependency on SSL library
+ * PRE_BUILD: Fixed build against musl
+
2009-02-12 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on gcrypt now, fails without

diff --git a/games-ggz/libggz/PRE_BUILD b/games-ggz/libggz/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/games-ggz/libggz/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (a78ec1c257c06f01c536acb0f31b1604ed8733f4), Ismael Luceno, 08/07/2019

Archive powered by MHonArc 2.6.24.

Top of Page