Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Eric Sandall

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 test grimoire by Eric Sandall
  • Date: Thu, 4 May 2006 16:08:48 -0500

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

libs/aqbanking/BUILD | 7 +++++--
libs/aqbanking/DEPENDS | 8 ++++----
libs/aqbanking/HISTORY | 7 +++++++
3 files changed, 16 insertions(+), 6 deletions(-)

New commits:
commit 04014b999032f8b671e8f654e1c0506e93e22ba1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

* BUILD: Remove explicitly enabling aqofxconnect backend (requires
libofx) (Bug #10669)
Add aqofxconnect if depending on libofx (Bug #10669)
* DEPENDS: Expand OFX acronym in 'for' usage of optional depends on
libofx

diff --git a/libs/aqbanking/BUILD b/libs/aqbanking/BUILD
index 7e93451..2d4629b 100755
--- a/libs/aqbanking/BUILD
+++ b/libs/aqbanking/BUILD
@@ -1,6 +1,10 @@
-local BACKENDS="aqhbci aqdtaus aqofxconnect" &&
+local BACKENDS="aqhbci aqdtaus" &&
local FRONTENDS="cbanking" &&

+if list_find "$OPTS" "--enable-libofx"; then
+ BACKENDS="$BACKENDS aqofxconnect"
+fi &&
+
if [ "${AQBANKING_GTK}" == "y" ]; then
local FRONTENDS="${FRONTENDS} g2banking"
fi &&
@@ -36,4 +40,3 @@ OPTS="${OPTS} --disable-qt3 --disable-kd
$OPTS &&

make
-
diff --git a/libs/aqbanking/DEPENDS b/libs/aqbanking/DEPENDS
index 6728978..6820590 100755
--- a/libs/aqbanking/DEPENDS
+++ b/libs/aqbanking/DEPENDS
@@ -23,10 +23,10 @@ optional_depends libchipcard2
"--disable-chipcard-client" \
"Enable chipcard_client support?" &&

-optional_depends libofx \
- "--enable-libofx" \
- "--disable-libofx" \
- "use OFX?" &&
+optional_depends libofx \
+ "--enable-libofx" \
+ "--disable-libofx" \
+ "use Open Financial eXchange?" &&

optional_depends python \
"--enable-python" \
diff --git a/libs/aqbanking/HISTORY b/libs/aqbanking/HISTORY
index 27f664a..bc80096 100644
--- a/libs/aqbanking/HISTORY
+++ b/libs/aqbanking/HISTORY
@@ -1,2 +1,9 @@
+2006-05-04 Eric Sandall <eric AT sandall.us>
+ * BUILD: Remove explicitly enabling aqofxconnect backend (requires
+ libofx) (Bug #10669)
+ Add aqofxconnect if depending on libofx (Bug #10669)
+ * DEPENDS: Expand OFX acronym in 'for' usage of optional depends on
libofx
+
2006-02-10 Robin Cook <rcook AT wyrms.net>
* Initial Spell
+




Archive powered by MHonArc 2.6.24.

Top of Page