Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Ismael Luceno (0041f588f024259bb1fcae07f5d31ba184058ef7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Ismael Luceno (0041f588f024259bb1fcae07f5d31ba184058ef7)
  • Date: Sun, 30 Nov 2014 21:07:20 -0600

GIT changes to devel-xorg-modular grimoire by Ismael Luceno
<ismael AT sourcemage.org>:

xorg-app/setxkbmap/DEPENDS | 1 +
xorg-app/setxkbmap/HISTORY | 3 +++
xorg-lib/libx11/BUILD | 4 +++-
xorg-lib/libx11/HISTORY | 3 +++
4 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 0041f588f024259bb1fcae07f5d31ba184058ef7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

setxkbmap: depends on kbproto

commit 3d30e9b58efe62a8cd9341c9b055f839ee3f2726
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libx11: Fix build, -Os causes missing symbols

diff --git a/xorg-app/setxkbmap/DEPENDS b/xorg-app/setxkbmap/DEPENDS
index d593cec..d3d6d66 100755
--- a/xorg-app/setxkbmap/DEPENDS
+++ b/xorg-app/setxkbmap/DEPENDS
@@ -1,3 +1,4 @@
+depends kbproto &&
depends util-macros &&
depends libxkbfile &&
depends libx11
diff --git a/xorg-app/setxkbmap/HISTORY b/xorg-app/setxkbmap/HISTORY
index 632c6b1..adfab5e 100644
--- a/xorg-app/setxkbmap/HISTORY
+++ b/xorg-app/setxkbmap/HISTORY
@@ -1,3 +1,6 @@
+2014-12-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Depends on kbproto
+
2011-10-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2.0

diff --git a/xorg-lib/libx11/BUILD b/xorg-lib/libx11/BUILD
index 2a487cc..23fea5d 100755
--- a/xorg-lib/libx11/BUILD
+++ b/xorg-lib/libx11/BUILD
@@ -1,3 +1,5 @@
OPTS="$LIBX11_OPTS $OPTS" &&
-
+# XXX -Os causes 1.5+ to link incorrectly to most applications because of
+# missing symbols.
+CFLAGS="${CFLAGS/-Os/-O2}" &&
default_build
diff --git a/xorg-lib/libx11/HISTORY b/xorg-lib/libx11/HISTORY
index 418e184..a7e17ca 100644
--- a/xorg-lib/libx11/HISTORY
+++ b/xorg-lib/libx11/HISTORY
@@ -1,3 +1,6 @@
+2014-11-30 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fix build, -Os causes missing symbols
+
2014-09-09 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: libpthread-stubs




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Ismael Luceno (0041f588f024259bb1fcae07f5d31ba184058ef7), Ismael Luceno, 11/30/2014

Archive powered by MHonArc 2.6.24.

Top of Page