Skip to Content.
Sympa Menu

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

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 (5c67e4fe2670919fc472e57c644970ee12db80a0)
  • Date: Sun, 13 Apr 2008 20:33:43 -0500

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

x11-libs/xorg/CONFIGURE | 4 ++--
x11-libs/xorg/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 5c67e4fe2670919fc472e57c644970ee12db80a0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xorg: glide driver fails to build, disable by default

diff --git a/x11-libs/xorg/CONFIGURE b/x11-libs/xorg/CONFIGURE
index 513b39f..2ae3b28 100755
--- a/x11-libs/xorg/CONFIGURE
+++ b/x11-libs/xorg/CONFIGURE
@@ -149,11 +149,11 @@ initialize() {

BACKTITLE="Source Mage XOrg host.def Configuration Menu"

- ON_CARD_DRIVERS="apm ark ati chips cirrus cyrix fbdev glide glint i128
i740
+ ON_CARD_DRIVERS="apm ark ati chips cirrus cyrix fbdev glint i128 i740
i810 imstt mga neomagic nsc nv rendition s3 s3virge
savage
siliconmotion sis sisusb tdfx tga trident tseng vesa vga
via vmware"
- OFF_CARD_DRIVERS=""
+ OFF_CARD_DRIVERS="glide"
CARD_DRIVERS="$ON_CARD_DRIVERS $OFF_CARD_DRIVERS"

ON_DEVEL_CARD_DRIVERS=""
diff --git a/x11-libs/xorg/HISTORY b/x11-libs/xorg/HISTORY
index ac32aee..bfc6bd6 100644
--- a/x11-libs/xorg/HISTORY
+++ b/x11-libs/xorg/HISTORY
@@ -1,3 +1,6 @@
+2008-04-13 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: glide drivers fails to compile, disable by default
+
2007-01-02 George Sherwood <george AT beernabeer.com>
* DETAILS: SECURITY_PATCH++. Bug 13115.
* PRE_BUILD: Added patch.



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (5c67e4fe2670919fc472e57c644970ee12db80a0), Eric Sandall, 04/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page