[Midnightbsd-cvs] mports [17644] trunk/finance/openhbci: update patchset for openhbci
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 28 18:54:33 EDT 2014
Revision: 17644
http://svnweb.midnightbsd.org/mports/?rev=17644
Author: laffer1
Date: 2014-09-28 18:54:30 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
update patchset for openhbci
Modified Paths:
--------------
trunk/finance/openhbci/Makefile
Added Paths:
-----------
trunk/finance/openhbci/files/patch-pointer.h
trunk/finance/openhbci/files/patch-src__openhbci__core__date.cpp
trunk/finance/openhbci/files/patch-src__openhbci__core__statusreport.cpp
trunk/finance/openhbci/files/patch-src__openhbci__core__updjob.cpp
trunk/finance/openhbci/files/patch-src__openhbci__simpleconfig.cpp
Modified: trunk/finance/openhbci/Makefile
===================================================================
--- trunk/finance/openhbci/Makefile 2014-09-28 22:53:07 UTC (rev 17643)
+++ trunk/finance/openhbci/Makefile 2014-09-28 22:54:30 UTC (rev 17644)
@@ -2,7 +2,7 @@
PORTNAME= openhbci
PORTVERSION= 0.9.17.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= finance
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.9.17
DISTNAME= openhbci-0.9.17-2
@@ -12,9 +12,17 @@
LICENSE= lgpl
-USE_AUTOTOOLS= libtool
-WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.17
-GNU_CONFIGURE= yes
+USES= libtool
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.17
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lstdc++||' \
+ ${WRKSRC}/configure \
+ ${WRKSRC}/src/openhbci/Makefile.in \
+ ${WRKSRC}/src/openhbci/core/Makefile.in
+
.include <bsd.port.mk>
Added: trunk/finance/openhbci/files/patch-pointer.h
===================================================================
--- trunk/finance/openhbci/files/patch-pointer.h (rev 0)
+++ trunk/finance/openhbci/files/patch-pointer.h 2014-09-28 22:54:30 UTC (rev 17644)
@@ -0,0 +1,11 @@
+--- src/openhbci/core/pointer.h~ 2003-07-01 22:04:04.000000000 +0200
++++ src/openhbci/core/pointer.h 2011-12-20 19:35:02.781176123 +0100
+@@ -758,7 +758,7 @@
+ "Bad cast",
+ u.description());
+ /* otherwise create a new pointer */
+- return makePointer(u);
++ return PointerCast::makePointer(u);
+ };
+
+ };
Property changes on: trunk/finance/openhbci/files/patch-pointer.h
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/finance/openhbci/files/patch-src__openhbci__core__date.cpp
===================================================================
--- trunk/finance/openhbci/files/patch-src__openhbci__core__date.cpp (rev 0)
+++ trunk/finance/openhbci/files/patch-src__openhbci__core__date.cpp 2014-09-28 22:54:30 UTC (rev 17644)
@@ -0,0 +1,11 @@
+--- src/openhbci/core/date.cpp.orig 2003-04-25 05:45:54.000000000 +0400
++++ src/openhbci/core/date.cpp 2014-07-03 13:48:43.000000000 +0400
+@@ -43,6 +43,8 @@
+ #include "date.h"
+ #include "hbcistring.h"
+
++#include <stdlib.h> // for atoi()
++
+
+ namespace HBCI {
+
Property changes on: trunk/finance/openhbci/files/patch-src__openhbci__core__date.cpp
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/finance/openhbci/files/patch-src__openhbci__core__statusreport.cpp
===================================================================
--- trunk/finance/openhbci/files/patch-src__openhbci__core__statusreport.cpp (rev 0)
+++ trunk/finance/openhbci/files/patch-src__openhbci__core__statusreport.cpp 2014-09-28 22:54:30 UTC (rev 17644)
@@ -0,0 +1,10 @@
+--- src/openhbci/core/statusreport.cpp.orig 2003-05-21 16:01:41.000000000 +0400
++++ src/openhbci/core/statusreport.cpp 2014-07-03 13:52:40.000000000 +0400
+@@ -29,6 +29,7 @@
+ #include "statusreport.h"
+ #include "hbcistring.h"
+ #include <assert.h>
++#include <stdlib.h> // for atoi()
+
+ namespace HBCI {
+
Property changes on: trunk/finance/openhbci/files/patch-src__openhbci__core__statusreport.cpp
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/finance/openhbci/files/patch-src__openhbci__core__updjob.cpp
===================================================================
--- trunk/finance/openhbci/files/patch-src__openhbci__core__updjob.cpp (rev 0)
+++ trunk/finance/openhbci/files/patch-src__openhbci__core__updjob.cpp 2014-09-28 22:54:30 UTC (rev 17644)
@@ -0,0 +1,10 @@
+--- src/openhbci/core/updjob.cpp.orig 2003-01-31 22:13:29.000000000 +0300
++++ src/openhbci/core/updjob.cpp 2014-07-03 13:52:04.000000000 +0400
+@@ -43,6 +43,7 @@
+
+ #include "updjob.h"
+ #include "hbcistring.h"
++#include <stdlib.h> // for atoi()
+
+
+ namespace HBCI {
Property changes on: trunk/finance/openhbci/files/patch-src__openhbci__core__updjob.cpp
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/finance/openhbci/files/patch-src__openhbci__simpleconfig.cpp
===================================================================
--- trunk/finance/openhbci/files/patch-src__openhbci__simpleconfig.cpp (rev 0)
+++ trunk/finance/openhbci/files/patch-src__openhbci__simpleconfig.cpp 2014-09-28 22:54:30 UTC (rev 17644)
@@ -0,0 +1,10 @@
+--- src/openhbci/simpleconfig.cpp.orig 2003-07-02 22:22:24.000000000 +0400
++++ src/openhbci/simpleconfig.cpp 2014-07-03 13:53:03.000000000 +0400
+@@ -37,6 +37,7 @@
+ #include "simpleconfig.h"
+
+ #include <stdio.h>
++#include <stdlib.h> // for atoi()
+ #include "parser.h"
+ #include "filestream.h"
+
Property changes on: trunk/finance/openhbci/files/patch-src__openhbci__simpleconfig.cpp
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list