Skip to Content.
Sympa Menu

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

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 (916e3ee85a713d3f98839024308cb53853dfc631)
  • Date: Fri, 18 Sep 2009 14:01:42 -0500

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

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

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

php: fixed dba selection if nothing added

diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index bcc89af..0c4886a 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -160,12 +160,14 @@ fi &&
#DBA drivers
if list_find "${PHP5_OPTS}" "--enable-dba"; then
for foo in $PHP5_DBA_DRIVERS; do
+ if [[ $foo != none ]]; then
# handle the few special cases
if [[ "$foo" == "db4" ]]; then
depends db "--with-db4"
elif [[ "$foo" != "flatfile" ]] && [[ "$foo" != "inifile" ]];
then
depends $foo "--with-$foo"
fi
+ fi
done
fi &&

diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 07e6606..87d3615 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,6 +1,7 @@
2009-09-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated legacy to 5.2.11
* PREPARE: added branching
+ * DEPENDS: fixed dba selection

2009-09-14 David Kowis <dkowis AT shlrm.org>
* CONFIGURE: added database driver selection, configured most of



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

Archive powered by MHonArc 2.6.24.

Top of Page