Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c8e05a3e3e3c3a66cf5627f78ffcef96d47ead72)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c8e05a3e3e3c3a66cf5627f78ffcef96d47ead72)
  • Date: Fri, 13 Jun 2008 08:47:46 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/xchat-lua/HISTORY | 2 +-
net/xchat-lua/PRE_BUILD | 4 ++++
net/xchat-lua/loaded.patch | 10 ++++++++++
3 files changed, 15 insertions(+), 1 deletion(-)

New commits:
commit c8e05a3e3e3c3a66cf5627f78ffcef96d47ead72
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xchat-lua: added small patch fixing a message that plugin was loaded

diff --git a/net/xchat-lua/HISTORY b/net/xchat-lua/HISTORY
index 31fdac3..4c44aec 100644
--- a/net/xchat-lua/HISTORY
+++ b/net/xchat-lua/HISTORY
@@ -1,2 +1,2 @@
2008-06-13 Vlad Glagolev <stealth AT sourcemage.org>
- * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/net/xchat-lua/PRE_BUILD b/net/xchat-lua/PRE_BUILD
new file mode 100755
index 0000000..48a5a6b
--- /dev/null
+++ b/net/xchat-lua/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+patch -p0 < $SPELL_DIRECTORY/loaded.patch
diff --git a/net/xchat-lua/loaded.patch b/net/xchat-lua/loaded.patch
new file mode 100644
index 0000000..bbd730c
--- /dev/null
+++ b/net/xchat-lua/loaded.patch
@@ -0,0 +1,10 @@
+--- lua.c.orig 2007-05-22 23:28:51.000000000 +0400
++++ lua.c 2008-06-13 17:39:23.332945456 +0400
+@@ -656,6 +656,7 @@
+ lxc_autoload_from_path(xdir);
+
+ if (!lxc_states) /* no scripts loaded */
++ xchat_printf(ph, "Lua interface loaded");
+ return 1;
+
+ state = lxc_states;



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c8e05a3e3e3c3a66cf5627f78ffcef96d47ead72), Vlad Glagolev, 06/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page