Skip to Content.
Sympa Menu

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

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 (b08f594e88135571d639e2da5a9b60f8c604d723)
  • Date: Wed, 23 Sep 2009 06:58:08 -0500

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

php-pear/php/DEPENDS | 2 +-
php-pear/php/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

php: fixed curl support (along with subdep)

diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index deef703..f5fece4 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -110,7 +110,7 @@ optional_depends net-snmp \
if is_depends_enabled $SPELL curl; then
config_query_option PHP5_OPTS "Do you want to use cURL for URL streams
in core PHP functions?" n \
"--with-curlwrappers" "--without-curlwrappers" &&
- depends -sub NO_ARES curl
+ depends -sub NO_ARES curl '--with-curl'
fi &&

optional_depends gmp \
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 958ef5c..e659209 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2009-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed built-in curl support when the subdep is selected
+
2009-09-21 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added net-snmp dep




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b08f594e88135571d639e2da5a9b60f8c604d723), Vlad Glagolev, 09/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page