Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (2c6b39172febf45046871045116c89332f4d1441)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (2c6b39172febf45046871045116c89332f4d1441)
  • Date: Fri, 15 Jun 2007 15:21:47 -0500

GIT changes to master games grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

games-fps/bzflag/DEPENDS | 5 +----
games-fps/bzflag/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 2c6b39172febf45046871045116c89332f4d1441
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

bzflag: changing glew te a hard dependency, might need to do the same
for some of the others to insure a consistent build each time

diff --git a/games-fps/bzflag/DEPENDS b/games-fps/bzflag/DEPENDS
index e362bb9..98747b6 100755
--- a/games-fps/bzflag/DEPENDS
+++ b/games-fps/bzflag/DEPENDS
@@ -13,6 +13,7 @@ optional_depends ncurses
\
"--disable-bzadmin" \
"Build bzadmin text mode client" &&
if list_find "$BZF_OPTS" "--enable-client" ; then
+depends glew &&
depends OPENGL &&
depends X11-LIBS &&
. $GRIMOIRE/FUNCTIONS
@@ -21,10 +22,6 @@ if check_if_xorg_modular_libs ; then
depends libxxf86vm
fi &&
depends sdl "--with-sdl" &&
-optional_depends glew \
- "" \
- "" \
- "GLEW support"
fi &&
optional_depends krb5 \
"--with-kerberos" \
diff --git a/games-fps/bzflag/HISTORY b/games-fps/bzflag/HISTORY
index e9ea8e7..ea3f0db 100644
--- a/games-fps/bzflag/HISTORY
+++ b/games-fps/bzflag/HISTORY
@@ -1,3 +1,7 @@
+2007-06-15 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: changed glew to hard dependency build system
+ amazingly idiotic wrt to dependencies
+
2007-04-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: added force download
* PREPARE: fixed up the message



  • [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (2c6b39172febf45046871045116c89332f4d1441), Andraž Levstik, 06/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page