summaryrefslogtreecommitdiff
path: root/finance/openhbci
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-05-17 08:52:02 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-05-17 08:52:02 +0000
commit52f776d8440f66382b22a3c67dfc1314a86dbbc4 (patch)
tree6bcbd5d89fddbc06bdc6d0060467da9880381d3d /finance/openhbci
parentUpdate to version 1.2.8. (diff)
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)
Notes
Notes: svn path=/head/; revision=135447
Diffstat (limited to 'finance/openhbci')
-rw-r--r--finance/openhbci/Makefile16
-rw-r--r--finance/openhbci/distinfo4
-rw-r--r--finance/openhbci/files/patch-configure11
-rw-r--r--finance/openhbci/files/patch-tree.h23
-rw-r--r--finance/openhbci/pkg-plist15
5 files changed, 33 insertions, 36 deletions
diff --git a/finance/openhbci/Makefile b/finance/openhbci/Makefile
index a70d26e9a444..5ddc2901bc00 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 062a16976710..4b84ba6485fd 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 000000000000..0b19eb0d1918
--- /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 aaba14ce9d77..000000000000
--- 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 d6f29a33464c..f6b0c69e915c 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