diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-05-17 08:52:02 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-05-17 08:52:02 +0000 |
commit | c0753b96f4d67703217e48aa1a6c2826a0ba8d6b (patch) | |
tree | ad767aca9e0d9cac7f0b31d25ee4ebea1bc83ae4 /finance | |
parent | aa50f351e0cfbdeaa59bf6c6587d3a1d09d51611 (diff) | |
download | FreeBSD-ports-c0753b96f4d67703217e48aa1a6c2826a0ba8d6b.zip FreeBSD-ports-c0753b96f4d67703217e48aa1a6c2826a0ba8d6b.tar.gz |
Update to 0.9.17.2
- Add a patch to work around detecting gcc based on contents of $CC
- IGNORE on 4.x (needs newer c++ libs)
PR: ports/70308
Submitted by: Frank Altpeter <frank.altpeter@gmail.com>
Approved by: clement (mentor)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/openhbci/Makefile | 16 | ||||
-rw-r--r-- | finance/openhbci/distinfo | 4 | ||||
-rw-r--r-- | finance/openhbci/files/patch-configure | 11 | ||||
-rw-r--r-- | finance/openhbci/files/patch-tree.h | 23 | ||||
-rw-r--r-- | finance/openhbci/pkg-plist | 15 |
5 files changed, 33 insertions, 36 deletions
diff --git a/finance/openhbci/Makefile b/finance/openhbci/Makefile index a70d26e..5ddc290 100644 --- a/finance/openhbci/Makefile +++ b/finance/openhbci/Makefile @@ -5,17 +5,25 @@ # $FreeBSD$ PORTNAME= openhbci -PORTVERSION= 0.9.13 -PORTREVISION= 1 +PORTVERSION= 0.9.17.2 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= openhbci-0.9.17-2 MAINTAINER= heiner@bilch.com -COMMENT= HBCI is a bank-independent homebanking standard +COMMENT= HBCI is a bank-independent homebanking standard +WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.17 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes +USE_INC_LIBTOOL_VER= 15 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500035 +IGNORE= does not work on 4.x, needs newer C++ library +.endif + +.include <bsd.port.post.mk> diff --git a/finance/openhbci/distinfo b/finance/openhbci/distinfo index 062a169..4b84ba6 100644 --- a/finance/openhbci/distinfo +++ b/finance/openhbci/distinfo @@ -1,2 +1,2 @@ -MD5 (openhbci-0.9.13.tar.gz) = 725605239b260ba04c808a9a280d6e85 -SIZE (openhbci-0.9.13.tar.gz) = 638799 +MD5 (openhbci-0.9.17-2.tar.gz) = ba7ef097c22594aecbd7aa494a5f60a2 +SIZE (openhbci-0.9.17-2.tar.gz) = 736175 diff --git a/finance/openhbci/files/patch-configure b/finance/openhbci/files/patch-configure new file mode 100644 index 0000000..0b19eb0 --- /dev/null +++ b/finance/openhbci/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Aug 21 06:41:37 2004 ++++ configure Tue May 17 15:19:54 2005 +@@ -20034,7 +20034,7 @@ + echo "$as_me:$LINENO: checking if plugin loading is supported" >&5 + echo $ECHO_N "checking if plugin loading is supported... $ECHO_C" >&6 + case `basename $CC` in +- gcc*) ++ gcc* | cc*) + gccversion=`$CC --version` + case $gccversion in + 0.*) diff --git a/finance/openhbci/files/patch-tree.h b/finance/openhbci/files/patch-tree.h deleted file mode 100644 index aaba14c..0000000 --- a/finance/openhbci/files/patch-tree.h +++ /dev/null @@ -1,23 +0,0 @@ ---- src/openhbci/tree.h.orig Mon Jan 3 23:31:35 2005 -+++ src/openhbci/tree.h Mon Jan 3 23:28:50 2005 -@@ -695,16 +695,16 @@ - * Returns an iterator that points to the root of the tree. - * @author Martin Preuss<martin@aquamaniac.de> - */ -- Tree<T>::iterator root() { -- return Tree<T>::iterator(&_root); -+ iterator root() { -+ return iterator(&_root); - }; - - /** - * Returns an const_iterator that points to the root of the tree. - * @author Martin Preuss<martin@aquamaniac.de> - */ -- Tree<T>::const_iterator const_root() const { -- return Tree<T>::const_iterator(&_root); -+ const_iterator const_root() const { -+ return const_iterator(&_root); - }; - - /** diff --git a/finance/openhbci/pkg-plist b/finance/openhbci/pkg-plist index d6f29a3..f6b0c69 100644 --- a/finance/openhbci/pkg-plist +++ b/finance/openhbci/pkg-plist @@ -59,6 +59,7 @@ include/openhbci/socket.h include/openhbci/standingorder.h include/openhbci/statusreport.h include/openhbci/stream.h +include/openhbci/swiftparser.h include/openhbci/transaction.h include/openhbci/tree.h include/openhbci/updjob.h @@ -68,14 +69,14 @@ include/openhbci/value.h lib/libopenhbci.a lib/libopenhbci.la lib/libopenhbci.so -lib/libopenhbci.so.13 -lib/openhbci/plugins/13/media/rdhfile.so.0 -lib/openhbci/plugins/13/media/rdhfile.so -lib/openhbci/plugins/13/media/rdhfile.la -lib/openhbci/plugins/13/media/rdhfile.a +lib/libopenhbci.so.14 +lib/openhbci/plugins/14/media/rdhfile.so.0 +lib/openhbci/plugins/14/media/rdhfile.so +lib/openhbci/plugins/14/media/rdhfile.la +lib/openhbci/plugins/14/media/rdhfile.a share/aclocal/openhbci.m4 -@dirrm lib/openhbci/plugins/13/media -@dirrm lib/openhbci/plugins/13 +@dirrm lib/openhbci/plugins/14/media +@dirrm lib/openhbci/plugins/14 @dirrm lib/openhbci/plugins @dirrm lib/openhbci @dirrm include/openhbci |