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

Andraž Levstik scm at sourcemage.org
Thu Nov 11 11:17:52 EST 2010


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
 



More information about the SM-Commit mailing list