pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/vym Include unistd.h for mkdtemp.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d32a5657eb88
branches:  trunk
changeset: 531732:d32a5657eb88
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 05 16:36:11 2007 +0000

description:
Include unistd.h for mkdtemp.

diffstat:

 misc/vym/distinfo         |   4 +++-
 misc/vym/patches/patch-aa |  13 +++++++++++++
 misc/vym/patches/patch-ab |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (46 lines):

diff -r 01646a7a7924 -r d32a5657eb88 misc/vym/distinfo
--- a/misc/vym/distinfo Sun Aug 05 16:12:15 2007 +0000
+++ b/misc/vym/distinfo Sun Aug 05 16:36:11 2007 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/07/05 19:36:37 agc Exp $
+$NetBSD: distinfo,v 1.2 2007/08/05 16:36:11 joerg Exp $
 
 SHA1 (vym-1.8.1.tar.gz) = 39e565203bee2a55b97c19b67dc39dc3a8085d71
 RMD160 (vym-1.8.1.tar.gz) = 63ee9a31625b44ef3d28a143174f98bbf961b531
 Size (vym-1.8.1.tar.gz) = 1377030 bytes
+SHA1 (patch-aa) = 583f2eb639091f44d56bf24489dfef2195a0e5f6
+SHA1 (patch-ab) = 3ec57cc0210637006ae34b9450c062c44869f214
diff -r 01646a7a7924 -r d32a5657eb88 misc/vym/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/vym/patches/patch-aa Sun Aug 05 16:36:11 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/08/05 16:36:11 joerg Exp $
+
+--- file.cpp.orig      2007-08-05 15:41:08.000000000 +0000
++++ file.cpp
+@@ -2,6 +2,8 @@
+ #include <qmessagebox.h>
+ #include <iostream>
+ 
++#include <unistd.h>
++
+ #include "file.h"
+ #include "process.h"
+ 
diff -r 01646a7a7924 -r d32a5657eb88 misc/vym/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/vym/patches/patch-ab Sun Aug 05 16:36:11 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/08/05 16:36:11 joerg Exp $
+
+--- mainwindow.cpp.orig        2007-08-05 15:57:51.000000000 +0000
++++ mainwindow.cpp
+@@ -19,6 +19,8 @@
+ #include <cstdlib>
+ #include <typeinfo>
+ 
++#include <unistd.h>
++
+ #include "aboutdialog.h"
+ #include "exportoofiledialog.h"
+ #include "exports.h"



Home | Main Index | Thread Index | Old Index