pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tn5250 Fix build by including stdlib.h. From Chris...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8ecf5ac8ae9
branches: trunk
changeset: 466098:c8ecf5ac8ae9
user: cjep <cjep%pkgsrc.org@localhost>
date: Sun Jan 11 16:55:49 2004 +0000
description:
Fix build by including stdlib.h. From Christoph Badura.
diffstat:
net/tn5250/distinfo | 4 ++--
net/tn5250/patches/patch-ac | 20 ++++++++++++++------
2 files changed, 16 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 48a6f67a0f5b -r c8ecf5ac8ae9 net/tn5250/distinfo
--- a/net/tn5250/distinfo Sun Jan 11 16:48:22 2004 +0000
+++ b/net/tn5250/distinfo Sun Jan 11 16:55:49 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2002/07/17 13:10:30 agc Exp $
+$NetBSD: distinfo,v 1.5 2004/01/11 16:55:49 cjep Exp $
SHA1 (tn5250-0.12.51.tar.gz) = c4394dd699afa3e38989015100f5837f266a80d9
Size (tn5250-0.12.51.tar.gz) = 101747 bytes
SHA1 (patch-aa) = eded51dff90cdab29069b281c991e5d53f393c88
SHA1 (patch-ab) = 32a611ae4ac1ad19a4063bebf17959bcfa5f5776
-SHA1 (patch-ac) = a4f31ce249da36b993e4ae203e9f72be61147edb
+SHA1 (patch-ac) = 308c2ba93e441c60e8d962219b1b64dea854e6ea
diff -r 48a6f67a0f5b -r c8ecf5ac8ae9 net/tn5250/patches/patch-ac
--- a/net/tn5250/patches/patch-ac Sun Jan 11 16:48:22 2004 +0000
+++ b/net/tn5250/patches/patch-ac Sun Jan 11 16:55:49 2004 +0000
@@ -1,14 +1,22 @@
-$NetBSD: patch-ac,v 1.1 2002/07/17 13:10:31 agc Exp $
-
-Prototype select(2).
+$NetBSD: patch-ac,v 1.2 2004/01/11 16:55:49 cjep Exp $
---- printsession.cc 2002/07/17 13:07:37 1.1
-+++ printsession.cc 2002/07/17 13:07:54
-@@ -4,6 +4,7 @@
+--- printsession.cc.orig 1999-04-05 17:25:46.000000000 +0100
++++ printsession.cc
+@@ -4,8 +4,10 @@
#include "record.h"
#include "stream5250.h"
#include <sys/time.h>
+#include <unistd.h>
#include "printsession.h"
#include "utility.h"
++#include <stdlib.h>
+ PrintSession::PrintSession()
+ {
+@@ -121,4 +123,4 @@ int PrintSession::waitevent() const
+ result = 1;
+
+ return result;
+-}
+\ No newline at end of file
++}
Home |
Main Index |
Thread Index |
Old Index