Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2212ee59ad33e51bed14cf6579daac0959ca43c9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2212ee59ad33e51bed14cf6579daac0959ca43c9)
  • Date: Thu, 11 Sep 2008 08:20:52 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

libs/elfutils/BUILD | 3 +++
libs/elfutils/HISTORY | 4 ++++
xorg-xserver/xorg-server/DEPENDS | 1 +
xorg-xserver/xorg-server/HISTORY | 1 +
4 files changed, 9 insertions(+)

New commits:
commit 366b38c4d5ba65f8b4212c8da5e790a2c9dcef6b
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

xorg-server: mga added to sane driver list

commit 13c944ae0db51b8e1246d2a3a302bf7ae9d3e7c8
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

elfutils: hack -O to make build work with gcc-4.3

diff --git a/libs/elfutils/BUILD b/libs/elfutils/BUILD
index 27320d8..7694d86 100755
--- a/libs/elfutils/BUILD
+++ b/libs/elfutils/BUILD
@@ -3,4 +3,7 @@
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST} --build=${BUILD}"
OPTS="$OPTS --program-suffix=.elfutils" &&
disable_pic &&
+# Ensure at least some opts... buld fails with gcc-4.3 without opts.
+# When user does -O0, she has to know why...
+CFLAGS="-O $CFLAGS" &&
default_build
diff --git a/libs/elfutils/HISTORY b/libs/elfutils/HISTORY
index cb4b258..c5294c8 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,3 +1,7 @@
+2008-09-11 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: hack -O in to prevent O-less builds (gcc-4.3 screws that up
badly)
+ note: elfutils does not seem to build with gcc-4.2 currently; refer
bug #14689
+
2008-08-20 Thomas Orgis <sobukus AT sourcemage.org>
* PROVIDES: LIBELF
* DETAILS, DEPENDS, PRE_BUILD, *.sig, *portability.patch:
diff --git a/xorg-xserver/xorg-server/DEPENDS
b/xorg-xserver/xorg-server/DEPENDS
index 21e5b59..2db7245 100755
--- a/xorg-xserver/xorg-server/DEPENDS
+++ b/xorg-xserver/xorg-server/DEPENDS
@@ -278,6 +278,7 @@ then
runtime_depends_2 xf86-video-nv &&
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 &&
diff --git a/xorg-xserver/xorg-server/HISTORY
b/xorg-xserver/xorg-server/HISTORY
index 950633e..6cd4e58 100644
--- a/xorg-xserver/xorg-server/HISTORY
+++ b/xorg-xserver/xorg-server/HISTORY
@@ -3,6 +3,7 @@
a bit more consistent (similar hardware together), include Matrox
chips in common list instead of obscure (they're still produced...
prolly more common than S3 Trio64 or such...).
+ * DEPENDS: also add Matrox to sane drivers

2008-09-09 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: added randr.patch to try to fix the flickering issue from



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2212ee59ad33e51bed14cf6579daac0959ca43c9), Thomas Orgis, 09/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page