Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e52831d9200c7988eeb5870e5c222b2437c277f0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e52831d9200c7988eeb5870e5c222b2437c277f0)
  • Date: Sat, 7 Feb 2009 00:11:34 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

utils/hal/DEPENDS | 8 ++++----
utils/hal/HISTORY | 5 +++++
2 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit e52831d9200c7988eeb5870e5c222b2437c277f0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

hal: Enable optional dependency on consolekit
Seems to be working here and no notes on why it's disabled

commit 5c8ff8a64c6faca3f4816a7f1b3c503c064cd8f5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

hal: Note that Julien's probe-serial.patch fixes Bug #15062

diff --git a/utils/hal/DEPENDS b/utils/hal/DEPENDS
index 043ac45..96a0e28 100755
--- a/utils/hal/DEPENDS
+++ b/utils/hal/DEPENDS
@@ -16,10 +16,10 @@ if [[ $(installed_version glibc | sed -n
's/^\(.\)\.\(.\).*/\1\2/p') -lt 26 ]];
force_depends glibc
fi &&

-#optional_depends consolekit \
-# "--enable-console-kit" \
-# "--disable-console-kit" \
-# "ConsoleKit support" &&
+optional_depends consolekit \
+ "--enable-console-kit" \
+ "--disable-console-kit" \
+ "ConsoleKit support" &&

#optional_depends polkit \
# "--enable-policy-kit" \
diff --git a/utils/hal/HISTORY b/utils/hal/HISTORY
index 998cd8f..546f1ef 100644
--- a/utils/hal/HISTORY
+++ b/utils/hal/HISTORY
@@ -1,3 +1,8 @@
+2009-02-06 Eric Sandall <sandalle AT sourcemage.org>
+ * Julien's probe-serial.patch fixes Bug #15062
+ * DEPENDS: Enable optional dependency on consolekit
+ Seems to be working here and no notes on why it's disabled
+
2009-02-06 Julien "_kaze_" ROZO <julien AT rozo.org>
* PRE_BUILD, probe-serial.patch: added, fix compilation issue with
latest
kernel headers



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e52831d9200c7988eeb5870e5c222b2437c277f0), Eric Sandall, 02/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page