pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/libofx mkstemp is in unistd.h on DragonFly and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce18acdd1d20
branches:  trunk
changeset: 507796:ce18acdd1d20
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Feb 08 16:21:51 2006 +0000

description:
mkstemp is in unistd.h on DragonFly and FreeBSD, so include that as well.

diffstat:

 finance/libofx/distinfo         |   4 ++--
 finance/libofx/patches/patch-aa |  16 ++++++++++++----
 2 files changed, 14 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 5dad9f9749ea -r ce18acdd1d20 finance/libofx/distinfo
--- a/finance/libofx/distinfo   Wed Feb 08 15:50:19 2006 +0000
+++ b/finance/libofx/distinfo   Wed Feb 08 16:21:51 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/02/05 22:25:01 wiz Exp $
+$NetBSD: distinfo,v 1.2 2006/02/08 16:21:51 joerg Exp $
 
 SHA1 (libofx-0.8.0.tar.gz) = 38c2782ed50bd3dd2e89ec3b7c4f3f3611ea44d2
 RMD160 (libofx-0.8.0.tar.gz) = b4b6f7562a2435e465f8bc40c4a338082b82d901
 Size (libofx-0.8.0.tar.gz) = 748496 bytes
-SHA1 (patch-aa) = 43d4e2801e08275c99c1421a0b45792331b86528
+SHA1 (patch-aa) = c2fe1d2d71490d105c217c4f8c58ec8f3785e66b
 SHA1 (patch-ab) = 55c30b5246614767a75b4056a5421344b81af957
 SHA1 (patch-ac) = ea2c94bd3b6d2620e57b7a9bac91c832747a2104
 SHA1 (patch-ad) = 804898e9619f9da2d4fec76182022a0dfcb5aff2
diff -r 5dad9f9749ea -r ce18acdd1d20 finance/libofx/patches/patch-aa
--- a/finance/libofx/patches/patch-aa   Wed Feb 08 15:50:19 2006 +0000
+++ b/finance/libofx/patches/patch-aa   Wed Feb 08 16:21:51 2006 +0000
@@ -1,8 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/02/05 22:25:01 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2006/02/08 16:21:51 joerg Exp $
 
---- lib/ofx_preproc.cpp.orig   2006-01-02 11:57:37.000000000 -0500
-+++ lib/ofx_preproc.cpp        2006-01-02 11:58:09.000000000 -0500
-@@ -204,7 +204,7 @@
+--- lib/ofx_preproc.cpp.orig   2004-09-02 00:39:51.000000000 +0000
++++ lib/ofx_preproc.cpp
+@@ -21,6 +21,7 @@
+ #include <fstream>
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <unistd.h>
+ #include <string>
+ #include "ParserEventGeneratorKit.h"
+ #include "libofx.h"
+@@ -204,7 +205,7 @@ CFCT int libofx_proc_buffer(LibofxContex
    string s_buffer;
    char *filenames[3];
    char tmp_filename[50];



Home | Main Index | Thread Index | Old Index