Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (10684d0c8c0a506a114c08051e31d1ba38e0a4a2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (10684d0c8c0a506a114c08051e31d1ba38e0a4a2)
  • Date: Sat, 12 Nov 2011 09:57:58 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

e-17/eina/CONFIGURE | 4 ++--
e-17/eina/DEPENDS | 7 +++++++
e-17/eina/HISTORY | 4 ++++
3 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 10684d0c8c0a506a114c08051e31d1ba38e0a4a2
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

eina: corrected changed switch and added optional_depends

diff --git a/e-17/eina/CONFIGURE b/e-17/eina/CONFIGURE
index fbe3da0..75d4808 100755
--- a/e-17/eina/CONFIGURE
+++ b/e-17/eina/CONFIGURE
@@ -1,5 +1,5 @@
-config_query_option EINA_PTHREAD "Enable POSIX threads?" n \
- '--enable-pthread' '--disable-pthread' &&
+config_query_option EINA_PTHREAD "Enable POSIX threads?" y \
+ '--enable-posix-threads' '--disable-posix-threads' &&

config_query_option EINA_TESTS "Enable tests?" n \
'--enable-tests' '--disable-tests' &&
diff --git a/e-17/eina/DEPENDS b/e-17/eina/DEPENDS
index d51738e..683342e 100755
--- a/e-17/eina/DEPENDS
+++ b/e-17/eina/DEPENDS
@@ -2,6 +2,13 @@ depends automake &&
depends autoconf &&
depends pkgconfig &&

+optional_depends valgrind \
+ "--enable-valgrind" \
+ "--disable-valgrind" \
+ "Improve valgrind support?" &&
+
+optional_depends doxygen "" "" "Enable doxygen use?" &&
+
if [[ "$EINA_BENCHMARK" == "--enable-benchmark" ]]; then
optional_depends "glib" "" "" "for Glib benchmarks" &&
optional_depends "evas" "" "" "for Evas benchmarks" &&
diff --git a/e-17/eina/HISTORY b/e-17/eina/HISTORY
index 814e6b6..41d52b7 100644
--- a/e-17/eina/HISTORY
+++ b/e-17/eina/HISTORY
@@ -1,3 +1,7 @@
+2011-11-12 Robin Cook <rcook AT wyrms.net>
+ * CONFIGURE: corrected pthreads switch
+ * DEPENDS: added optional depends psiconv, doxygen, and valgrind
+
2011-11-03 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.0.1




  • [SM-Commit] GIT changes to master grimoire by Robin Cook (10684d0c8c0a506a114c08051e31d1ba38e0a4a2), Robin Cook, 11/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page