Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (102a827e45252279b7a31bf6374b1fdba6976a56)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (102a827e45252279b7a31bf6374b1fdba6976a56)
  • Date: Sun, 16 Sep 2007 11:22:30 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

kernels/kvm/DETAILS | 4 ++--
kernels/kvm/HISTORY | 3 +++
security/seedit/BUILD | 4 ++++
security/seedit/HISTORY | 6 ++++++
security/seedit/INSTALL | 4 ++++
security/seedit/PRE_BUILD | 3 +++
security/seedit/seedit-core.patch | 11 +++++++++++
7 files changed, 33 insertions(+), 2 deletions(-)

New commits:
commit 102a827e45252279b7a31bf6374b1fdba6976a56
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

kvm updated to version 40

commit 0f0ef93f37c0097e02a801cde21f73dea099107b
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

seedit fixe python install to use python2.5 instead of python2.4

commit d2a6db6c6d84f804528c07479edb739b71635883
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

seedit updated to make it work hopefully

diff --git a/kernels/kvm/DETAILS b/kernels/kvm/DETAILS
index e2f247f..6bcc42b 100755
--- a/kernels/kvm/DETAILS
+++ b/kernels/kvm/DETAILS
@@ -1,6 +1,6 @@
SPELL=kvm
- VERSION=38
-
SOURCE_HASH=sha512:804d9818edf5eee120bdf40838242a4fafeb79db77b104871b9863064cc9327fff8ff0643e98b9b6a6bc114f2744e29ac9159dcbd35dd0762a03bfdc0bb243b8
+ VERSION=40
+
SOURCE_HASH=sha512:80df3b51d9949c6a2c47ea60e4ead3c0fd61ee49f71e2318bff4d2cb034895b5dbbfbd3a347cbd21d1cdfa548e62997b3bb11336ad15eef5efa75ec065aa850a
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/kernels/kvm/HISTORY b/kernels/kvm/HISTORY
index 5ee796e..2a3f348 100644
--- a/kernels/kvm/HISTORY
+++ b/kernels/kvm/HISTORY
@@ -1,3 +1,6 @@
+2007-09-15 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: updated to 40
+
2007-09-13 David Brown <dmlb2000 AT gmail.com>
* DETAILS: updated to 38

diff --git a/security/seedit/BUILD b/security/seedit/BUILD
new file mode 100755
index 0000000..670718b
--- /dev/null
+++ b/security/seedit/BUILD
@@ -0,0 +1,4 @@
+for dir in core policy gui
+do
+ make -C $dir
+done
diff --git a/security/seedit/HISTORY b/security/seedit/HISTORY
index e6ab64d..6e4317f 100644
--- a/security/seedit/HISTORY
+++ b/security/seedit/HISTORY
@@ -1,2 +1,8 @@
+2007-09-15 David Brown <dmlb2000 AT gmail.com>
+ * PRE_BUILD: added patch for core lib fixes
+ * BUILD: build each component
+ * INSTALL: install each component and python2.5 instead of 2.4
+ * seedit-core.patch: fixes incompatible type errors
+
2007-09-14 David Brown <dmlb2000 AT gmail.com>
* ALL: created spell
diff --git a/security/seedit/INSTALL b/security/seedit/INSTALL
new file mode 100755
index 0000000..8905f54
--- /dev/null
+++ b/security/seedit/INSTALL
@@ -0,0 +1,4 @@
+for dir in core policy gui
+do
+ make -C $dir DESTDIR="${INSTALL_ROOT}"
PYTHON_SITELIB="${INSTALL_ROOT}/usr/lib/python2.5/site-packages" install
+done
diff --git a/security/seedit/PRE_BUILD b/security/seedit/PRE_BUILD
new file mode 100755
index 0000000..e273902
--- /dev/null
+++ b/security/seedit/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/seedit-core.patch
diff --git a/security/seedit/seedit-core.patch
b/security/seedit/seedit-core.patch
new file mode 100644
index 0000000..386d670
--- /dev/null
+++ b/security/seedit/seedit-core.patch
@@ -0,0 +1,11 @@
+--- a/core/lib/middle_lang.l 2007-09-16 06:17:23.341935926 +0000
++++ b/core/lib/middle_lang.l 2007-09-16 06:17:31.386708646 +0000
+@@ -32,7 +32,7 @@
+ #include <seedit/common.h>
+
+ #ifndef YYSTYPE
+-#define YYSTYPE char *
++#define YYSTYPE int
+ #endif
+
+ extern YYSTYPE yylval;



  • [SM-Commit] GIT changes to master grimoire by David Brown (102a827e45252279b7a31bf6374b1fdba6976a56), David Brown, 09/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page