Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (5b60fad708f5097bbb737fae04134bf4bb3c4a89)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (5b60fad708f5097bbb737fae04134bf4bb3c4a89)
  • Date: Thu, 11 Nov 2010 10:17:52 -0600

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

utils/taskwarrior/BUILD | 5 +++++
utils/taskwarrior/DEPENDS | 2 +-
utils/taskwarrior/DETAILS | 1 +
utils/taskwarrior/HISTORY | 5 +++++
4 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 8778f31c25e5da3ebaf3ace132bcd6fc50e2fe84
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

taskwarrior: fixed lua dependency

diff --git a/utils/taskwarrior/BUILD b/utils/taskwarrior/BUILD
new file mode 100755
index 0000000..d590482
--- /dev/null
+++ b/utils/taskwarrior/BUILD
@@ -0,0 +1,5 @@
+# needed else fails to find the dynamic loader
+if is_depends_enabled $SPELL lua ; then
+CXXFLAGS="-ldl $CXXFLAGS"
+fi &&
+default_build
diff --git a/utils/taskwarrior/DEPENDS b/utils/taskwarrior/DEPENDS
index a9cffde..ae515a5 100755
--- a/utils/taskwarrior/DEPENDS
+++ b/utils/taskwarrior/DEPENDS
@@ -1,3 +1,3 @@
depends ncurses &&
-optional_depends lua '--with-lua' '' 'Lua support(seems to be broken)'
+optional_depends lua '--with-lua' '' 'Lua support'

diff --git a/utils/taskwarrior/DETAILS b/utils/taskwarrior/DETAILS
index c236d8c..b3aeaa5 100755
--- a/utils/taskwarrior/DETAILS
+++ b/utils/taskwarrior/DETAILS
@@ -7,6 +7,7 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/task-${VERSION}"
WEB_SITE="http://www.taskwarrior.org";
LICENSE[0]="GPLv2"
ENTERED=20101110
+ PATCHLEVEL=1
KEYWORDS=""
SHORT="A command-line to do list manager."
cat << EOF
diff --git a/utils/taskwarrior/HISTORY b/utils/taskwarrior/HISTORY
index 0964a62..8495fe9 100644
--- a/utils/taskwarrior/HISTORY
+++ b/utils/taskwarrior/HISTORY
@@ -1,3 +1,8 @@
+2010-11-11 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * BUILD: added -ldl for lua
+ * DEPENDS: fixed lua dependency
+ * DETAILS: patchlevel++
+
2010-11-10 Andraž 'ruskie' Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS, DETAILS: spell created, keywords cleaned up




  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (5b60fad708f5097bbb737fae04134bf4bb3c4a89), Andraž Levstik, 11/11/2010

Archive powered by MHonArc 2.6.24.

Top of Page