ports/50946: [PATCH] to compile on 5.0

heiner at bilch.com heiner at bilch.com
Mon Apr 14 15:00:36 UTC 2003


>Number:         50946
>Category:       ports
>Synopsis:       [PATCH] to compile on 5.0
>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:   Mon Apr 14 08:00:27 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     User & <heiner at bilch.com>
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
BILCH International Consulting, Hamburg 
>Environment:
System: FreeBSD ns.bilch.com 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Wed Apr 9 10:43:07 CEST 2003 heiner at ns.bilch.com:/usr/obj/usr/src/sys/SIEBEN i386


	
>Description:
Openhbci doesn't compile on FreeBSD 5.0	
>How-To-Repeat:
	
>Fix:
--- /usr/ports/finance/openhbci/Makefile	Sat Mar  1 01:09:00 2003
+++ openhbci/Makefile	Mon Apr 14 15:31:23 2003
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/finance/openhbci/Makefile,v 1.2 2003/02/21 12:00:34 knu Exp $
 
 PORTNAME=		openhbci
-PORTVERSION=		0.9.4
+PORTVERSION=		0.9.9
 CATEGORIES=		finance
 MASTER_SITES=	 	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
--- /usr/ports/finance/openhbci/distinfo	Wed Jan  8 22:18:03 2003
+++ openhbci/distinfo	Mon Apr 14 15:32:48 2003
@@ -1 +1 @@
-MD5 (openhbci-0.9.4.tar.gz) = 326e0a021ff3f3db106d00e64d4ee6ae
+MD5 (openhbci-0.9.9.tar.gz) = 59fe3c9ed912c310608d9eea10b41543
--- /usr/ports/finance/openhbci/files/patch-aa	Wed Jan  8 22:18:03 2003
+++ openhbci/files/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,56 +0,0 @@
-*** src/openhbci/core/posix/directory.cpp	Mon Sep  9 15:52:41 2002
-***************
-*** 117,123 ****
-  
-  
-  string Directory::workingDirectory(){
-!     char buffer[PATH_MAX];
-  
-      if (!getcwd(buffer,sizeof(buffer)))
-          throw Error("Directory::workingDirectory()",
---- 117,123 ----
-  
-  
-  string Directory::workingDirectory(){
-!     char buffer[MAXNAMLEN];
-  
-      if (!getcwd(buffer,sizeof(buffer)))
-          throw Error("Directory::workingDirectory()",
-*** src/openhbci/core/posix/inetaddress.h	Mon Sep  9 15:52:41 2002
-***************
-*** 31,38 ****
-  #define C_INEDADDRESS_H
-  
-  #include <string>
-- #include <sys/socket.h>
-  #include <sys/types.h>
-  #include <sys/time.h>
-  #include <netinet/in.h>
-  #include <netdb.h>
---- 31,38 ----
-  #define C_INEDADDRESS_H
-  
-  #include <string>
-  #include <sys/types.h>
-+ #include <sys/socket.h>
-  #include <sys/time.h>
-  #include <netinet/in.h>
-  #include <netdb.h>
-*** src/openhbci/core/posix/socket.cpp	Mon Sep  9 15:52:41 2002
-***************
-*** 453,459 ****
-      p=data.c_str();
-      i=data.length();
-      while(i) {
-!         j=send(_sock,p,i,MSG_NOSIGNAL);
-          if (j<=0)
-              return Error("Socket::writeData",
-                               ERROR_LEVEL_NORMAL,
---- 453,459 ----
-      p=data.c_str();
-      i=data.length();
-      while(i) {
-!         j=send(_sock,p,i,MSG_EOF);
-          if (j<=0)
-              return Error("Socket::writeData",
-                               ERROR_LEVEL_NORMAL,
--- /usr/ports/finance/openhbci/pkg-comment	Thu Jan  1 01:00:00 1970
+++ openhbci/pkg-comment	Fri Jan  3 19:12:02 2003
@@ -0,0 +1 @@
+HBCI is a bank-independent homebanking standard
--- /usr/ports/finance/openhbci/pkg-plist	Sat Mar  1 01:09:00 2003
+++ openhbci/pkg-plist	Mon Apr 14 16:18:33 2003
@@ -1,4 +1,3 @@
-include/openhbci.h
 include/openhbci/abstracttrans.h
 include/openhbci/account.h
 include/openhbci/accountparams.h
@@ -8,7 +7,6 @@
 include/openhbci/bank.h
 include/openhbci/bankparams.h
 include/openhbci/bpdjob.h
-include/openhbci/connection.h
 include/openhbci/cryptkey.h
 include/openhbci/customer.h
 include/openhbci/date.h
@@ -25,10 +23,12 @@
 include/openhbci/job.h
 include/openhbci/interactorcb.h
 include/openhbci/listwrappers.h
+include/openhbci/limit.h
 include/openhbci/medium.h
 include/openhbci/mediumddv.h
 include/openhbci/mediumkeyfile.h
 include/openhbci/mediumrdhbase.h
+include/openhbci/mediumrsacard.h
 include/openhbci/messagequeue.h
 include/openhbci/pointer.h
 include/openhbci/rsakey.h
@@ -56,10 +56,9 @@
 include/openhbci/stream.h
 include/openhbci/progressmonitor.h
 include/openhbci/progressmonitorcb.h
-bin/cmoney
 bin/rdhconverter
 bin/openhbci-config
-lib/libopenhbci.so.4
+lib/libopenhbci.so.7
 lib/libopenhbci.so
 lib/libopenhbci.la
 lib/libopenhbci.a

	

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



More information about the freebsd-ports-bugs mailing list