pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/libofx unlink(2) needs unistd.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7638199353e
branches:  trunk
changeset: 518501:e7638199353e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Sep 11 07:18:27 2006 +0000

description:
unlink(2) needs unistd.h.

diffstat:

 finance/libofx/distinfo         |   3 ++-
 finance/libofx/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r abda5393944e -r e7638199353e finance/libofx/distinfo
--- a/finance/libofx/distinfo   Mon Sep 11 04:17:10 2006 +0000
+++ b/finance/libofx/distinfo   Mon Sep 11 07:18:27 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2006/09/03 13:02:17 wiz Exp $
+$NetBSD: distinfo,v 1.5 2006/09/11 07:18:27 joerg Exp $
 
 SHA1 (libofx-0.8.2.tar.gz) = f6655d44f52bc30326dc940403f1b1a187256125
 RMD160 (libofx-0.8.2.tar.gz) = 8f4c9ecf1d09c64af169229dc91dc73e07a3d47b
 Size (libofx-0.8.2.tar.gz) = 972061 bytes
 SHA1 (patch-aa) = 639e3a0d4204966ff318e27aa9eea79e2783c00e
+SHA1 (patch-ab) = 1afecedcc76ac45824a13da1d2a39881c734a179
diff -r abda5393944e -r e7638199353e finance/libofx/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/libofx/patches/patch-ab   Mon Sep 11 07:18:27 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2006/09/11 07:18:27 joerg Exp $
+
+--- ofxconnect/ofxpartner.cpp.orig     2006-09-11 07:14:37.000000000 +0000
++++ ofxconnect/ofxpartner.cpp
+@@ -31,6 +31,7 @@
+ #include "nodeparser.h"
+ 
+ #include <sys/stat.h>
++#include <unistd.h>
+ 
+ #include <iostream>
+ #include <string>



Home | Main Index | Thread Index | Old Index