Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (f2de48631f85b926f3851d70bb5a21d8f171fe2a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (f2de48631f85b926f3851d70bb5a21d8f171fe2a)
  • Date: Wed, 26 Jul 2006 12:45:40 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

windowmanagers/windowmaker/BUILD | 3 +++
windowmanagers/windowmaker/HISTORY | 4 ++++
wm-addons/wmbatteries/DEPENDS | 1 +
wm-addons/wmbatteries/HISTORY | 4 ++++
wm-addons/wmbatteries/PREPARE | 6 ++++++
5 files changed, 18 insertions(+)

New commits:
commit f2de48631f85b926f3851d70bb5a21d8f171fe2a
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

wmbatteries: bug #11086: added check for thermal zone in kernel + depends
x11-libs

commit 37c3049bb942ae82501944417253f7ba49d98c92
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

windowmaker: solving pic bug#11068

diff --git a/windowmanagers/windowmaker/BUILD
b/windowmanagers/windowmaker/BUILD
new file mode 100755
index 0000000..645483a
--- /dev/null
+++ b/windowmanagers/windowmaker/BUILD
@@ -0,0 +1,3 @@
+OPTS="--without-pic ${OPTS}" &&
+disable_pic force &&
+default_build
diff --git a/windowmanagers/windowmaker/HISTORY
b/windowmanagers/windowmaker/HISTORY
index 5f59350..48fbfb5 100644
--- a/windowmanagers/windowmaker/HISTORY
+++ b/windowmanagers/windowmaker/HISTORY
@@ -1,3 +1,7 @@
+2006-07-26 Pieter Lenaerts <e-type AT sourcemage.org>
+ * added BUILD: disabling pic and adding --without-pic flag to OPTS for
+ bug #11068
+
2005-04-08 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: all urls changed to .info
* DETAILS, DEPENDS: doensn't need gcc34 anymore
diff --git a/wm-addons/wmbatteries/DEPENDS b/wm-addons/wmbatteries/DEPENDS
new file mode 100755
index 0000000..16690a3
--- /dev/null
+++ b/wm-addons/wmbatteries/DEPENDS
@@ -0,0 +1 @@
+depends X11-LIBS
diff --git a/wm-addons/wmbatteries/HISTORY b/wm-addons/wmbatteries/HISTORY
index b9068c6..af55083 100644
--- a/wm-addons/wmbatteries/HISTORY
+++ b/wm-addons/wmbatteries/HISTORY
@@ -1,3 +1,7 @@
+2006-07-26 Pieter Lenaerts <e-type AT sourcemage.org>
+ * added PREPARE: a check for acpi thermal zone support in running
kernel
+ * depends X11-LIBS
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/wm-addons/wmbatteries/PREPARE b/wm-addons/wmbatteries/PREPARE
new file mode 100755
index 0000000..9d727a0
--- /dev/null
+++ b/wm-addons/wmbatteries/PREPARE
@@ -0,0 +1,6 @@
+if [[ ! -e /proc/acpi/thermal_zone ]] ; then
+ message "${PROBLEM_COLOR}Kernel has no thermal_zone acpi
support!${DEFAULT_COLOR}" &&
+ message "${MESSAGE_COLOR}Reboot in a thermal_zone enabled kernel and
recast ${SPELL_COLOR}wmbatteries${DEFAULT_COLOR}." &&
+ message "${MESSAGE_COLOR}Aborting cast!${DEFAULT_COLOR}"
&&
+ exit 1
+fi



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (f2de48631f85b926f3851d70bb5a21d8f171fe2a), Pieter Lenaerts, 07/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page