Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2008 09:03:26 GMT
From:      Edward.Sanford.Sutton@FreeBSD.org, III <mirror176@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125093: [PATCH] finance/aqbanking fails to build with libofx support
Message-ID:  <200806290903.m5T93QUq058608@www.freebsd.org>
Resent-Message-ID: <200806290910.m5T9A3fi022634@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125093
>Category:       ports
>Synopsis:       [PATCH] finance/aqbanking fails to build with libofx support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 29 09:10:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Edward Sanford Sutton, III
>Release:        7.0-RELEASE-p1
>Organization:
>Environment:
>Description:
When installing finance/aqbanking with "LibOFX support" enabled, it
checks for libofx.3 and a modern ports tree brings in libofx.4 so it
always tries to (re)install it and fails either because finance/libofx
is already installed or because configure errors with the new libofx
version. I was not sure how to disable the build only when the newer
library is installed.
>How-To-Repeat:
Install finance/aqbanking with "LibOFX support" enabled on an updated
ports tree. A different error is reached depending on whether or not
finance/libofx is already installed.
>Fix:
I marked as broken to make a usable error for those trying to build
with it (support will not just silently vanish to previous users), but
left work to be picked up on by a future porter. I do not use
aqbanking enough to properly test for more than a successful compile
so I have not attempted a further update


--- finance/aqbanking/Makefile.orig     2008-06-19 11:32:55.000000000 -0700
+++ finance/aqbanking/Makefile  2008-06-29 01:44:27.000000000 -0700
@@ -17,7 +17,7 @@

 LIB_DEPENDS=   gwenhywfar.48:${PORTSDIR}/devel/gwenhywfar

-OPTIONS=       OFX             "LibOFX support"        off     \
+OPTIONS=       OFX             "LibOFX support (BROKEN)"       off     \
                KTOBLZCHECK     "KtoBlzCheck support"   off

 GNU_CONFIGURE= yes
@@ -46,6 +46,7 @@
 .include <bsd.port.pre.mk>

 .if defined(WITH_OFX)
+BROKEN=                Does not compile with libofx>=0.9.0
 LIB_DEPENDS+=  ofx.3:${PORTSDIR}/finance/libofx
 CONFIGURE_ARGS=        --with-backends="aqhbci aqdtaus aqofxconnect"
 CONFIGURE_ARGS+=--enable-libofx


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806290903.m5T93QUq058608>