Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (27b322221fdd74cf06607624f277e4c29da4da6f)

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 grimoire by Eric Sandall (27b322221fdd74cf06607624f277e4c29da4da6f)
  • Date: Tue, 15 May 2007 17:37:06 -0500

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

graphics-libs/mesalib/HISTORY | 3 +++
graphics-libs/mesalib/PREPARE | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 99a606d01c938c20850e8cda5fe2f26e6df3c0b9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mesalib: Only query for autoupdate if using git version

diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 0604dbd..1d78fc0 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2007-05-15 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE: Only query for autoupdate if MESALIB_GIT=y
+
2007-04-30 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: added sourcing of $GRIMOIRE/FUNCTIONS for
check_if_xorg_modular_libs
diff --git a/graphics-libs/mesalib/PREPARE b/graphics-libs/mesalib/PREPARE
index 5c5e93a..a6539bb 100755
--- a/graphics-libs/mesalib/PREPARE
+++ b/graphics-libs/mesalib/PREPARE
@@ -1,6 +1,6 @@
config_query MESALIB_GIT "Check out the latest development code?" n &&

-if [[ "$MESALIB_GIT" ]]; then
+if [[ "$MESALIB_GIT" == "y" ]]; then
config_query MESALIB_GIT_AUTOUPDATE \
"Queue for update on every system update?" n
fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (27b322221fdd74cf06607624f277e4c29da4da6f), Eric Sandall, 05/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page