Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (75a0e599a5e2abffec7fc3f118c3dc203308f2e2)
  • Date: Sun, 30 Jul 2006 13:52:13 -0500

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

graphics/mesademos/DEPENDS | 12 ++++++++----
graphics/mesademos/DETAILS | 1 -
graphics/mesademos/HISTORY | 6 +++++-
3 files changed, 13 insertions(+), 6 deletions(-)

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

DETAILS: removed UPDATED
DEPENDS: fixed for xorg-modular

diff --git a/graphics/mesademos/DEPENDS b/graphics/mesademos/DEPENDS
index fede47b..ee2defe 100755
--- a/graphics/mesademos/DEPENDS
+++ b/graphics/mesademos/DEPENDS
@@ -1,6 +1,10 @@
-#commented out until modular xorg
-#depends libdrm &&
-#depends makedepend
depends X11-LIBS &&
depends OPENGL &&
-depends GLUT
+depends GLUT &&
+
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs ; then
+ depends libdrm &&
+ depends makedepend
+fi
diff --git a/graphics/mesademos/DETAILS b/graphics/mesademos/DETAILS
index 97bc2d2..f1238bc 100755
--- a/graphics/mesademos/DETAILS
+++ b/graphics/mesademos/DETAILS
@@ -9,7 +9,6 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Mesa
SOURCE2_GPG="gurus.gpg:${SOURCE2}.sig"
WEB_SITE=http://mesa3d.sourceforge.net/
ENTERED=20021120
- UPDATED=20030913
LICENSE[0]=GPL
LICENSE[1]=GPL
KEYWORDS="graphics"
diff --git a/graphics/mesademos/HISTORY b/graphics/mesademos/HISTORY
index 46aa9d0..6584290 100644
--- a/graphics/mesademos/HISTORY
+++ b/graphics/mesademos/HISTORY
@@ -1,3 +1,7 @@
+2006-07-30 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: removed UPDATED
+ * DEPENDS: fixed for xorg-modular
+
2006-05-25 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 6.5

@@ -5,7 +9,7 @@
* DETAILS: (automated) Add KEYWORDS

2006-03-04 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DETALIS: branch from mesalib to mesademos
+ * DETAILS: branch from mesalib to mesademos
* BUILD: branch from mesalib to mesademos
* INSTALL: branch from mesalib to mesademos
* DEPENDS: branch from mesalib to mesademos




Archive powered by MHonArc 2.6.24.

Top of Page