Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master xorg-modular grimoire by Andra?? Levstik (5688ef5ffa8662c29200c589259aede0d06840a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master xorg-modular grimoire by Andra?? Levstik (5688ef5ffa8662c29200c589259aede0d06840a7)
  • Date: Mon, 30 Oct 2006 01:30:01 -0600

GIT changes to master xorg-modular grimoire by Andra?? Levstik
<ruskie AT mages.ath.cx>:

xorg-xserver/xorg-server/FINAL | 12 ++++--------
xorg-xserver/xorg-server/HISTORY | 5 -----
xorg-xserver/xorg-server/INSTALL | 4 ++++
3 files changed, 8 insertions(+), 13 deletions(-)

New commits:
commit 5688ef5ffa8662c29200c589259aede0d06840a7
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

xorg-server: reverting commit: 141cf19426ee4ba653c56c13fcb07bbded6226e0
It's NOT how it's supposed to be... those files need to be tracked...

diff --git a/xorg-xserver/xorg-server/FINAL b/xorg-xserver/xorg-server/FINAL
index 444dedd..08f6e69 100755
--- a/xorg-xserver/xorg-server/FINAL
+++ b/xorg-xserver/xorg-server/FINAL
@@ -1,12 +1,8 @@
-mkdir -vp $INSTALL_ROOT/usr/lib/xorg/modules/extensions/mesa &&
-mv -vf $TRACK_ROOT/usr/lib/xorg/modules/extensions/libglx.* \
- $INSTALL_ROOT/usr/lib/xorg/modules/extensions/mesa/ &&
-
-rm -rf ${SOURCE2_DIRECTORY} &&
+rm -rf ${SOURCE2_DIRECTORY} &&
#smgl-gl_select -s mesa
#Temporary until this is finalized by the smgl-gl_select
-ln -vfs ${TRACK_ROOT}/usr/include/GL/mesa/*.h \
- ${TRACK_ROOT}/usr/include/GL/ &&
-ln -vfs ${TRACK_ROOT}/usr/lib/xorg/modules/extensions/mesa/* \
+ln -vfs ${TRACK_ROOT}/usr/include/GL/mesa/*.h \
+ ${TRACK_ROOT}/usr/include/GL/ &&
+ln -vfs ${TRACK_ROOT}/usr/lib/xorg/modules/extensions/mesa/* \
${TRACK_ROOT}/usr/lib/xorg/modules/extensions/

diff --git a/xorg-xserver/xorg-server/HISTORY
b/xorg-xserver/xorg-server/HISTORY
index 75c5770..893410b 100644
--- a/xorg-xserver/xorg-server/HISTORY
+++ b/xorg-xserver/xorg-server/HISTORY
@@ -1,8 +1,3 @@
-2006-10-30 Pol Vinogradov <vin.public AT gmail.com>
- * INSTALL: removed, code now in FINAL
- * FINAL: added mv statements, etc from INSTALL to make it work with
- staged install
-
2006-10-26 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* INSTALL: no more bothering with libGLcore

diff --git a/xorg-xserver/xorg-server/INSTALL
b/xorg-xserver/xorg-server/INSTALL
new file mode 100755
index 0000000..4e01fa0
--- /dev/null
+++ b/xorg-xserver/xorg-server/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+mkdir -vp $INSTALL_ROOT/usr/lib/xorg/modules/extensions/mesa &&
+mv -vf $INSTALL_ROOT/usr/lib/xorg/modules/extensions/libglx.* \
+ $INSTALL_ROOT/usr/lib/xorg/modules/extensions/mesa/



  • [SM-Commit] GIT changes to master xorg-modular grimoire by Andra?? Levstik (5688ef5ffa8662c29200c589259aede0d06840a7), Andra?? Levstik, 10/30/2006

Archive powered by MHonArc 2.6.24.

Top of Page