Skip to Content.
Sympa Menu

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

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 (0869e6168f394dbba5ca2b6a0c1115a36c29b341)
  • Date: Fri, 26 Feb 2010 18:44:54 -0600

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

graphics-libs/mesalib/HISTORY | 3 +++
graphics-libs/mesalib/INSTALL | 1 +
libs/libdrm/CONFIGURE | 8 ++++----
libs/libdrm/HISTORY | 4 ++++
xorg-data/xkeyboard-config/HISTORY | 3 +++
xorg-data/xkeyboard-config/INSTALL | 1 +
6 files changed, 16 insertions(+), 4 deletions(-)

New commits:
commit 0869e6168f394dbba5ca2b6a0c1115a36c29b341
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xkeyboard-config: Fails install with multiple make jobs

commit 3edc360042c415fcfd796b34d226174cde8c473c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mesalib: Fails with multiple make jobs

commit 30f40c04181993e79e2b634259e5f74778f8d2ff
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libdrm: Upper-case query start

commit 2cab3ca1d1ad7f10974977e14005411f8b918544
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libdrm: Mark Radeon KMS as experimental

diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index ae7d221..fb9cee6 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2010-02-26 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Fails with multiple make jobs
+
2010-02-10 Pol Vinogradov <vin.public AT gmail.com>
* PRE_BUILD: fix for git branch

diff --git a/graphics-libs/mesalib/INSTALL b/graphics-libs/mesalib/INSTALL
index c0b08d9..66e3e2a 100755
--- a/graphics-libs/mesalib/INSTALL
+++ b/graphics-libs/mesalib/INSTALL
@@ -2,4 +2,5 @@ if [[ -h "$INSTALL_ROOT/usr/lib/dri" ]]; then
rm "$INSTALL_ROOT/usr/lib/dri"
fi &&

+make_single &&
default_install
diff --git a/libs/libdrm/CONFIGURE b/libs/libdrm/CONFIGURE
index baf516c..82d1812 100755
--- a/libs/libdrm/CONFIGURE
+++ b/libs/libdrm/CONFIGURE
@@ -1,4 +1,4 @@
-config_query LIBDRM_NV 'enable nouveau KMS api?' n
-config_query LIBDRM_INTEL 'enable intel KMS api?' n
-config_query LIBDRM_RADEON 'enable radeon KMS api?' n
-config_query LIBDRM_LIBS 'install radeon libs?' n
+config_query LIBDRM_NV 'Enable nouveau KMS api?' n
+config_query LIBDRM_INTEL 'Enable intel KMS api?' n
+config_query LIBDRM_RADEON 'Enable radeon KMS api (EXPERIMENTAL, not
recommended)?' n
+config_query LIBDRM_LIBS 'Install radeon libs?' n
diff --git a/libs/libdrm/HISTORY b/libs/libdrm/HISTORY
index c93e4ba..e271586 100644
--- a/libs/libdrm/HISTORY
+++ b/libs/libdrm/HISTORY
@@ -1,3 +1,7 @@
+2010-02-26 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Mark Radeon KMS as experimental
+ Upper-case beginning of queries
+
2010-02-17 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.4.18

diff --git a/xorg-data/xkeyboard-config/HISTORY
b/xorg-data/xkeyboard-config/HISTORY
index be0a724..1e49369 100644
--- a/xorg-data/xkeyboard-config/HISTORY
+++ b/xorg-data/xkeyboard-config/HISTORY
@@ -1,3 +1,6 @@
+2010-02-26 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Fails with multiple make jobs
+
2009-10-01 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.7

diff --git a/xorg-data/xkeyboard-config/INSTALL
b/xorg-data/xkeyboard-config/INSTALL
index 529f269..bce9146 100755
--- a/xorg-data/xkeyboard-config/INSTALL
+++ b/xorg-data/xkeyboard-config/INSTALL
@@ -1,3 +1,4 @@
+make_single &&
default_install &&

install -vm 755 -d "$INSTALL_ROOT/var/lib/xkb"



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (0869e6168f394dbba5ca2b6a0c1115a36c29b341), Eric Sandall, 02/26/2010

Archive powered by MHonArc 2.6.24.

Top of Page