Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9ea55bf5ac1f65ae8bb29fc99e87c0a74d778613)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9ea55bf5ac1f65ae8bb29fc99e87c0a74d778613)
  • Date: Thu, 22 Feb 2007 22:01:06 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

e/ecore/DEPENDS | 8 ++------
e/ecore/HISTORY | 3 +++
2 files changed, 5 insertions(+), 6 deletions(-)

New commits:
commit 9ea55bf5ac1f65ae8bb29fc99e87c0a74d778613
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ecore now depends on curl

diff --git a/e/ecore/DEPENDS b/e/ecore/DEPENDS
index 8ae63df..7fc4102 100755
--- a/e/ecore/DEPENDS
+++ b/e/ecore/DEPENDS
@@ -1,4 +1,5 @@
-depends evas &&
+depends evas &&
+depends curl '--enable-curl' &&

if [ "$ECORE_CVS" = "y" ]; then
depends libtool &&
@@ -6,11 +7,6 @@ if [ "$ECORE_CVS" = "y" ]; then
depends CVS
fi &&

-optional_depends curl \
- '--enable-curl' \
- '--disable-curl' \
- 'for CURL file transfer support' &&
-
optional_depends openssl \
"--enable-openssl" \
"--disable-openssl" \
diff --git a/e/ecore/HISTORY b/e/ecore/HISTORY
index 221c8b5..981a3a1 100644
--- a/e/ecore/HISTORY
+++ b/e/ecore/HISTORY
@@ -1,3 +1,6 @@
+2007-02-22 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: curl is no longer optional, but required
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9ea55bf5ac1f65ae8bb29fc99e87c0a74d778613), Eric Sandall, 02/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page