Skip to Content.
Sympa Menu

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

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 (b1c9a79e68d59f3c72c0e96911e1ad4462061966)
  • Date: Mon, 21 Sep 2009 07:57:44 -0500

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

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

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

php: added snmp dependency

diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index 0c4886a..deef703 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -103,6 +103,10 @@ optional_depends curl \
"--with-curl" "--without-curl" \
"for cURL URL stream functions" &&

+optional_depends net-snmp \
+ "--with-snmp" "--without-snmp" \
+ "for SNMP support" &&
+
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" &&
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 87d3615..958ef5c 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2009-09-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added net-snmp dep
+
2009-09-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated legacy to 5.2.11
* PREPARE: added branching



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

Archive powered by MHonArc 2.6.24.

Top of Page