Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master xorg-modular grimoire by Pol Vinogradov (141cf19426ee4ba653c56c13fcb07bbded6226e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Andraž \"ruskie\" Levstik" <ruskie AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master xorg-modular grimoire by Pol Vinogradov (141cf19426ee4ba653c56c13fcb07bbded6226e0)
  • Date: Mon, 30 Oct 2006 08:13:47 +0100

Pol Vinogradov wrote :

> GIT changes to master xorg-modular grimoire by Pol Vinogradov
> <vin.public AT gmail.com>:
>
> xorg-xserver/xorg-server/FINAL | 12 ++++++++----
> xorg-xserver/xorg-server/HISTORY | 5 +++++
> xorg-xserver/xorg-server/INSTALL | 4 ----
> 3 files changed, 13 insertions(+), 8 deletions(-)
>
> New commits:
> commit 141cf19426ee4ba653c56c13fcb07bbded6226e0
> Author: Pol Vinogradov <vin.public AT gmail.com>
> Commit: Pol Vinogradov <vin.public AT gmail.com>
>
> xorg-xserver/xorg-server:
>
> INSTALL: removed, code now in FINAL
> FINAL: added mv statements, etc from INSTALL to make it work with
> staged install
>
> diff --git a/xorg-xserver/xorg-server/FINAL b/xorg-xserver/xorg-server/FINAL
> index 08f6e69..444dedd 100755
> --- a/xorg-xserver/xorg-server/FINAL
> +++ b/xorg-xserver/xorg-server/FINAL
> @@ -1,8 +1,12 @@
> -rm -rf ${SOURCE2_DIRECTORY} &&
> +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} &&
> #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 893410b..75c5770 100644
> --- a/xorg-xserver/xorg-server/HISTORY
> +++ b/xorg-xserver/xorg-server/HISTORY
> @@ -1,3 +1,8 @@
> +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
> deleted file mode 100755
> index 4e01fa0..0000000
> --- a/xorg-xserver/xorg-server/INSTALL
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -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 mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
>
>

I'm reverting this immediately. Those files NEED to be tracked... NOT in
FINAL...

--
Andraž "ruskie" Levstik
Source Mage GNU/Linux Games grimoire guru
Geek/Hacker/Tinker

Hacker FAQ: http://www.plethora.net/%7eseebs/faqs/hacker.html
Be sure brain is in gear before engaging mouth.

Key id = A7A9E461
Key fingerprint = 757E C16B F5B7 DC27 B003 CCED CF95 3A77 A7A9 E461





Archive powered by MHonArc 2.6.24.

Top of Page