sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master grimoire by Thomas Orgis (c450050a5069cb8db5952ca21a0ee5a60e2c7d7f)
- From: Thomas Orgis <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (c450050a5069cb8db5952ca21a0ee5a60e2c7d7f)
- Date: Tue, 24 Feb 2009 02:03:36 -0600
GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:
kde-core/arts/HISTORY | 3 +++
kde-core/arts/PRE_BUILD | 13 +++++++++++++
kde-core/kde-i18n/CONFIGURE | 4 +++-
kde-core/kde-i18n/HISTORY | 4 ++++
4 files changed, 23 insertions(+), 1 deletion(-)
New commits:
commit a0fc41f9f6aae71fc18c156073b947d3538f8152
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
kde-i18n: fixing version magic for 3.5.10 .
commit 6a35a796882b3b0bfe5557fca7b321e5e349bb53
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
arts: build fix wrt limits.h
diff --git a/kde-core/arts/HISTORY b/kde-core/arts/HISTORY
index 27853ac..20440d7 100644
--- a/kde-core/arts/HISTORY
+++ b/kde-core/arts/HISTORY
@@ -1,3 +1,6 @@
+2008-12-28 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: build fix, missing limits.h
+
2008-08-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 1.5.10
diff --git a/kde-core/arts/PRE_BUILD b/kde-core/arts/PRE_BUILD
new file mode 100755
index 0000000..7610080
--- /dev/null
+++ b/kde-core/arts/PRE_BUILD
@@ -0,0 +1,13 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+echo 'diff -ru arts-1.5.10.orig/mcop/mcoputils.cc
arts-1.5.10/mcop/mcoputils.cc
+--- arts-1.5.10.orig/mcop/mcoputils.cc 2008-02-13 10:35:23.000000000 +0100
++++ arts-1.5.10/mcop/mcoputils.cc 2008-12-28 11:10:06.000000000 +0100
+@@ -36,6 +36,7 @@
+ #include <cstring>
+ #include <stdio.h>
+ #include <map>
++#include <limits.h>
+
+ using namespace std;
+ using namespace Arts;' | patch -Np1
diff --git a/kde-core/kde-i18n/CONFIGURE b/kde-core/kde-i18n/CONFIGURE
index 9e1b013..c3da8e8 100755
--- a/kde-core/kde-i18n/CONFIGURE
+++ b/kde-core/kde-i18n/CONFIGURE
@@ -49,7 +49,9 @@ then
get_kdelanguages
else
message "${MESSAGE_COLOR}Using existing config${DEFAULT_COLOR}" &&
- sedit "s/3\.[0-9]\.[0-9]\?/$VERSION/g" $CFG
+ # This is madness! Version number voodoo with regexes bites you in the
lower back.
+ # Now hardcoding a 3-part version!
+ sedit "s/3\.[0-9]\+\.[0-9]\+/$VERSION/g" $CFG
fi &&
. $CFG
diff --git a/kde-core/kde-i18n/HISTORY b/kde-core/kde-i18n/HISTORY
index aa5dd81..ac57b9a 100644
--- a/kde-core/kde-i18n/HISTORY
+++ b/kde-core/kde-i18n/HISTORY
@@ -1,3 +1,7 @@
+2008-12-33 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: fix the version sed magic to a three-part number,
+ managing the 3.5.10 ...
+
2008-08-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 3.5.10
- [SM-Commit] GIT changes to master grimoire by Thomas Orgis (c450050a5069cb8db5952ca21a0ee5a60e2c7d7f), Thomas Orgis, 02/24/2009
Archive powered by MHonArc 2.6.24.