Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.41 grimoire by Arwed von Merkatz (dd5ee2a83c0bf710afe619c5b2c37ab753821176)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.41 grimoire by Arwed von Merkatz (dd5ee2a83c0bf710afe619c5b2c37ab753821176)
  • Date: Tue, 16 Feb 2010 12:26:36 -0600

GIT changes to stable-rc-0.41 grimoire by Arwed von Merkatz
<v.merkatz AT gmx.net>:

libs/glibc/HISTORY | 8 ++++++++
libs/glibc/UP_TRIGGERS | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit dd5ee2a83c0bf710afe619c5b2c37ab753821176
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

glibc: make libdrm up_trigger more generic, bug 15565
(cherry picked from commit 8b9b136a6aa3cf5335d951f0eafe239cfc06e419)

commit e56f45aae73e8bdcf786e9ff00053655ecc9c834
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

glibc: Only trigger cast of libdrm if libdrm is also installed
(cherry picked from commit b55cf9626bfd2557488a9f0dbd2bbbc19f0b30e0)

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 8ef253a..cf6dc69 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,11 @@
+2010-02-07 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: up_trigger libdrm even if drm.h is not in glibc install
+ log, but anything in /usr/include/drm, since cleanse will remove
+ files from the install log if libdrm was installed later, bug 15565
+
+2010-02-06 Eric Sandall <sandalle AT sourcemage.org>
+ * UP_TRIGGERS: Only trigger cast of libdrm if libdrm is also installed
+
2010-01-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* PRE_BUILD: Remove kernel DRM headers (Bug #15547)
diff --git a/libs/glibc/UP_TRIGGERS b/libs/glibc/UP_TRIGGERS
index b64343d..777066d 100755
--- a/libs/glibc/UP_TRIGGERS
+++ b/libs/glibc/UP_TRIGGERS
@@ -3,6 +3,6 @@ if ! spell_ok locale; then
echo
fi

-if $(gaze from $INSTALL_ROOT/usr/include/drm/drm.h|grep -q glibc); then
+if $(gaze from $INSTALL_ROOT/usr/include/drm|grep -q glibc) && spell_ok
libdrm; then
up_trigger libdrm cast_self
fi



  • [SM-Commit] GIT changes to stable-rc-0.41 grimoire by Arwed von Merkatz (dd5ee2a83c0bf710afe619c5b2c37ab753821176), Arwed von Merkatz, 02/16/2010

Archive powered by MHonArc 2.6.24.

Top of Page