Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47909 - app-misc/towitoko: patch to make it work with moneyplex homebanking software
Summary: app-misc/towitoko: patch to make it work with moneyplex homebanking software
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 04:43 UTC by Daniel Seyffer
Modified: 2005-12-17 02:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Seyffer 2004-04-15 04:43:26 UTC
Hello,

While trying to make my HBCI smartcard homebanking work with the homebanking software moneyplex [1] I found that /app-misc/towitoko only seems to work with moneyplex if libtowitoko it is beeing compiled with two additional configure flags (quoted from the README):

--enable-win32-com
  enable win32 style COM port numbering (default=no). Port numbers under CT-API
  will start with 1 for COM1, 2 for COM2 and so on.

--enable-atr-check
  enable checking of valid ATR (default=yes).

-> here we need "disable-atr-check" !

So please consider applying the following patch to the ebuild. This would include addition of a new local USE flag "moneyplex". Maybe some kind of einfo hint to set this useflag if one wants to use the ebuild with moneyplex would also be a great idea...

-----------------------------------------------------------------------------
--- towitoko-2.0.7.ebuild       2004-04-15 13:28:12.589092560 +0200
+++ towitoko-2.0.7.ebuild.new   2004-04-15 13:27:35.489778000 +0200
@@ -13,6 +13,7 @@

 src_compile() {
        local myconf="--enable-devfs"
+       use moneyplex && myconf="${myconf} --enable-win32-com --disable-atr-check"
        use static && myconf="${myconf} --enable-static"
        econf ${myconf}
        emake || die
-----------------------------------------------------------------------------

Cheers. 
Daniel

----
[1] matrica GbR: moneyplex - www.matrica.de
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-05-23 20:24:54 UTC
matt, can you watch this for me please?
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-07-13 10:55:30 UTC
-r1 has this.
Comment 3 Daniel Seyffer 2004-07-14 10:06:47 UTC
Thanks Seemant. Nice this got fixed. 
Correct me if I am wrong, but I just saw that you apparently just seem to have added the wrong bug number/person in the ChangeLog... ;-)
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2004-07-14 11:10:41 UTC
sorry about that, ChangeLog fixed
Comment 5 Wolfram Schlich (RETIRED) gentoo-dev 2005-12-15 05:52:58 UTC
Any reason to not mark it stable on x86?!
Comment 6 Daniel Seyffer 2005-12-17 02:44:40 UTC
Works fine here for me ever since... :-)