Skip to Content.
Sympa Menu

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

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 (ac71dc036d8d9bca78b6361d62cf949f2ce7ad3d)
  • Date: Sun, 23 Sep 2007 01:35:24 -0500

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

gnome2-apps/evolution/DEPENDS | 1 +
gnome2-apps/evolution/HISTORY | 5 +++++
utils/915resolution/BUILD | 2 +-
utils/915resolution/HISTORY | 3 +++
x11-toolkits/xaw3d/BUILD | 1 +
x11-toolkits/xaw3d/HISTORY | 3 +++
6 files changed, 14 insertions(+), 1 deletion(-)

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

evolution: Depends on libxml2 built with python support (sub_depends
already there for it :))

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

xaw3d: Fails with multiple make jobs

commit 28918a2660c37db647e07f980f7da7685e0cfc8b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

915resolution: Clear out 386 prebuilt 915resolution.o before compiling

diff --git a/gnome2-apps/evolution/DEPENDS b/gnome2-apps/evolution/DEPENDS
index bdc6771..3ce2446 100755
--- a/gnome2-apps/evolution/DEPENDS
+++ b/gnome2-apps/evolution/DEPENDS
@@ -1,5 +1,6 @@
depends psmisc &&
depends libsoup &&
+depends -sub python libxml2 &&
depends gal2 &&
depends gtkhtml2 &&
depends gnome-spell &&
diff --git a/gnome2-apps/evolution/HISTORY b/gnome2-apps/evolution/HISTORY
index 30f0d01..58228d1 100644
--- a/gnome2-apps/evolution/HISTORY
+++ b/gnome2-apps/evolution/HISTORY
@@ -1,3 +1,8 @@
+2007-09-22 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libxml2 built with python support, otherwise
+ you receive this error when compiling:
+ ImportError: No module named libxml2
+
2007-09-21 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.12.0
* DEPENDS: changed scrollkeeper to rarian
diff --git a/utils/915resolution/BUILD b/utils/915resolution/BUILD
index ed8e93f..da67bb5 100755
--- a/utils/915resolution/BUILD
+++ b/utils/915resolution/BUILD
@@ -1,3 +1,3 @@
-rm 915resolution &&
+rm 915resolution 915resolution.o &&
make

diff --git a/utils/915resolution/HISTORY b/utils/915resolution/HISTORY
index 6aa35ef..3fb68e7 100644
--- a/utils/915resolution/HISTORY
+++ b/utils/915resolution/HISTORY
@@ -1,3 +1,6 @@
+2007-09-22 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Need to clear out the 386 version of 915resolution.o as well
+
2006-08-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0..5.2
spell created
diff --git a/x11-toolkits/xaw3d/BUILD b/x11-toolkits/xaw3d/BUILD
index ebc9c06..d3d1c5c 100755
--- a/x11-toolkits/xaw3d/BUILD
+++ b/x11-toolkits/xaw3d/BUILD
@@ -1,3 +1,4 @@
+make_single &&
cd lib/Xaw3d &&
ln -s .. X11 &&
perl -i -pe 's/# (EXTRA_INCLUDES = -I.)/$1/' Imakefile &&
diff --git a/x11-toolkits/xaw3d/HISTORY b/x11-toolkits/xaw3d/HISTORY
index b41f35d..ad75356 100644
--- a/x11-toolkits/xaw3d/HISTORY
+++ b/x11-toolkits/xaw3d/HISTORY
@@ -1,3 +1,6 @@
+2007-09-22 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fails with multiple make jobs
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ac71dc036d8d9bca78b6361d62cf949f2ce7ad3d), Eric Sandall, 09/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page