pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rdp Workaround a bug in time.h on DragonFly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d668dfa579a
branches: trunk
changeset: 506887:0d668dfa579a
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jan 23 16:17:13 2006 +0000
description:
Workaround a bug in time.h on DragonFly.
diffstat:
devel/rdp/distinfo | 5 ++++-
devel/rdp/patches/patch-ac | 12 ++++++++++++
devel/rdp/patches/patch-ad | 12 ++++++++++++
devel/rdp/patches/patch-ae | 14 ++++++++++++++
4 files changed, 42 insertions(+), 1 deletions(-)
diffs (65 lines):
diff -r a577c2b9ecf4 -r 0d668dfa579a devel/rdp/distinfo
--- a/devel/rdp/distinfo Mon Jan 23 16:14:25 2006 +0000
+++ b/devel/rdp/distinfo Mon Jan 23 16:17:13 2006 +0000
@@ -1,7 +1,10 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 22:24:32 agc Exp $
+$NetBSD: distinfo,v 1.5 2006/01/23 16:17:13 joerg Exp $
SHA1 (rdp1_5.zip) = 05a450d95aa306231a5762ddc292894f8b0c63f8
RMD160 (rdp1_5.zip) = 723f4860490169aea64a26bf3efaf2c5ff98f97a
Size (rdp1_5.zip) = 1234919 bytes
SHA1 (patch-aa) = b424b87f71057c81a9d125cd063568ace051ec30
SHA1 (patch-ab) = e4a44c122221196147b9dd16d59fac6da09f2e67
+SHA1 (patch-ac) = 0c9ee2458e999086ef29c1fedb294df31a2e6961
+SHA1 (patch-ad) = 0364b33207f0207876a549fd129e00417eed7769
+SHA1 (patch-ae) = e3bdc40473046c82de367abcc2eaef0a80366433
diff -r a577c2b9ecf4 -r 0d668dfa579a devel/rdp/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rdp/patches/patch-ac Mon Jan 23 16:17:13 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2006/01/23 16:17:13 joerg Exp $
+
+--- rdp_prnt.c.orig 2006-01-15 16:43:46.000000000 +0000
++++ rdp_prnt.c
+@@ -991,6 +991,7 @@ void rdp_print_parser(char * outputfilen
+ text_printf(" from %s\n"
+ "*\n"
+ "*******************************************************************************/\n"
++ "#include <sys/types.h>\n"
+ "#include <time.h>\n"
+ "#include \"arg.h\"\n"
+ "#include \"graph.h\"\n"
diff -r a577c2b9ecf4 -r 0d668dfa579a devel/rdp/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rdp/patches/patch-ad Mon Jan 23 16:17:13 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2006/01/23 16:17:13 joerg Exp $
+
+--- rdp.c.orig 2006-01-15 16:45:03.000000000 +0000
++++ rdp.c
+@@ -3,6 +3,7 @@
+ * Parser generated by RDP on May 04 1998 09:45:17 from rdp.bnf
+ *
+ *******************************************************************************/
++#include <sys/types.h>
+ #include <time.h>
+ #include "arg.h"
+ #include "graph.h"
diff -r a577c2b9ecf4 -r 0d668dfa579a devel/rdp/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rdp/patches/patch-ae Mon Jan 23 16:17:13 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1 2006/01/23 16:17:13 joerg Exp $
+
+--- mvmsim.c.orig 2006-01-15 16:45:37.000000000 +0000
++++ mvmsim.c
+@@ -7,8 +7,8 @@
+ * This file may be freely distributed. Please mail improvements to the author.
+ *
+ *******************************************************************************/
+-#include <time.h>
+ #include <stdio.h>
++#include <time.h>
+ #include <math.h>
+ #include "arg.h"
+ #include "memalloc.h"
Home |
Main Index |
Thread Index |
Old Index