Skip to Content.
Sympa Menu

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

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 (1f739833202d212fa79447aa3e1af2947303a459)
  • Date: Wed, 1 Apr 2009 21:04:49 -0500

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

xorg-xserver/xorg-server/CONFIGURE | 4 ++--
xorg-xserver/xorg-server/DEPENDS | 5 ++---
xorg-xserver/xorg-server/HISTORY | 2 ++
3 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 1f739833202d212fa79447aa3e1af2947303a459
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xorg-server: Moved xf86-video-vga from common to uncommon (doesn't even
build)

diff --git a/xorg-xserver/xorg-server/CONFIGURE
b/xorg-xserver/xorg-server/CONFIGURE
index 984fc4d..ba2bb5e 100755
--- a/xorg-xserver/xorg-server/CONFIGURE
+++ b/xorg-xserver/xorg-server/CONFIGURE
@@ -320,7 +320,6 @@ config_query_multi XORG_SERVER_VIDEO_DRIVER_COMMON
\
xf86-video-s3virge \
xf86-video-sis \
xf86-video-vesa \
- xf86-video-vga \
xf86-video-fbdev \
xf86-video-neomagic \
ati_driver \
@@ -342,7 +341,8 @@ config_query_multi XORG_SERVER_VIDEO_DRIVER_UNCOMMON
\
xf86-video-cirrus \
xf86-video-vmware \
xf86-video-voodoo \
- xf86-video-trident
&&
+ xf86-video-trident \
+ xf86-video-vga
&&

config_query_multi XORG_SERVER_VIDEO_DRIVER_OBSCURE \
"What obscure video drivers do you want" \
diff --git a/xorg-xserver/xorg-server/DEPENDS
b/xorg-xserver/xorg-server/DEPENDS
index 8e2f0dd..60db9c9 100755
--- a/xorg-xserver/xorg-server/DEPENDS
+++ b/xorg-xserver/xorg-server/DEPENDS
@@ -277,7 +277,6 @@ runtime_depends_2 xf86-video-s3 &&
runtime_depends_2 xf86-video-ati &&
runtime_depends_2 xf86-video-mga &&
runtime_depends_2 xf86-video-via &&
-runtime_depends_2 xf86-video-vga &&
runtime_depends_2 xf86-video-sis &&
runtime_depends_2 xf86-video-i810 &&
runtime_depends_2 xf86-video-intel &&
@@ -289,7 +288,6 @@ runtime_depends_2 xf86-video-s3 &&
runtime_depends_2 xf86-video-ati &&
runtime_depends_2 xf86-video-via &&
runtime_depends_2 xf86-video-mga &&
-runtime_depends_2 xf86-video-vga &&
runtime_depends_2 xf86-video-sis &&
runtime_depends_2 xf86-video-i810 &&
runtime_depends_2 xf86-video-intel &&
@@ -326,7 +324,8 @@ runtime_depends_2 xf86-video-sisusb &&
runtime_depends_2 xf86-video-cirrus &&
runtime_depends_2 xf86-video-vmware &&
runtime_depends_2 xf86-video-voodoo &&
-runtime_depends_2 xf86-video-trident
+runtime_depends_2 xf86-video-trident &&
+runtime_depends_2 xf86-video-vga
elif list_find "$XORG_SERVER_VIDEO_DRIVER_UNCOMMON" "none"
then
true
diff --git a/xorg-xserver/xorg-server/HISTORY
b/xorg-xserver/xorg-server/HISTORY
index dc37fcd..10cbc8d 100644
--- a/xorg-xserver/xorg-server/HISTORY
+++ b/xorg-xserver/xorg-server/HISTORY
@@ -1,6 +1,8 @@
2009-04-01 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated MesaLib to 7.4
SOURCE matches upstream posted MD5
+ * CONFIGURE: Moved xf86-video-vga from common to uncommon (doesn't
even build)
+ * DEPENDS: Moved xf86-video-vga from common to uncommon (doesn't even
build)

2009-02-20 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* FINAL: left this one out



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (1f739833202d212fa79447aa3e1af2947303a459), Eric Sandall, 04/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page