summaryrefslogtreecommitdiff
path: root/finance/xquote
diff options
context:
space:
mode:
authorfredb <fredb>2000-12-28 03:54:58 +0000
committerfredb <fredb>2000-12-28 03:54:58 +0000
commitbedb5ee2d0db3a79f095ca56ea0fe823b7376d54 (patch)
treeb9e6abe184fb85947b2139073f2ac6c86c80df7f /finance/xquote
parent755b34b907f1156e7d8087c8b8af087e09482cd8 (diff)
downloadpkgsrc-bedb5ee2d0db3a79f095ca56ea0fe823b7376d54.tar.gz
Make this build against newer versions of lesstif, in which <Xm/Text.h>
no longer pulls in <stdio.h>.
Diffstat (limited to 'finance/xquote')
-rw-r--r--finance/xquote/files/patch-sum7
-rw-r--r--finance/xquote/patches/patch-aa12
-rw-r--r--finance/xquote/patches/patch-ab12
-rw-r--r--finance/xquote/patches/patch-ac12
-rw-r--r--finance/xquote/patches/patch-ad12
-rw-r--r--finance/xquote/patches/patch-ae12
6 files changed, 67 insertions, 0 deletions
diff --git a/finance/xquote/files/patch-sum b/finance/xquote/files/patch-sum
new file mode 100644
index 00000000000..ba4f5f6467d
--- /dev/null
+++ b/finance/xquote/files/patch-sum
@@ -0,0 +1,7 @@
+$NetBSD: patch-sum,v 1.1 2000/12/28 03:54:58 fredb Exp $
+
+MD5 (patch-aa) = e6188324f6aaf79c91a6d290e48b4e5a
+MD5 (patch-ab) = 2167f9e55caac3920a0ade24adec9e22
+MD5 (patch-ac) = 6f908f8624c4d67cd2f1b406c28db301
+MD5 (patch-ad) = bcc7383e7d1067af8e311fab57fdd3d4
+MD5 (patch-ae) = 034f04e41eeab93457355128315d4ad5
diff --git a/finance/xquote/patches/patch-aa b/finance/xquote/patches/patch-aa
new file mode 100644
index 00000000000..148fdc6bcb9
--- /dev/null
+++ b/finance/xquote/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2000/12/28 03:54:58 fredb Exp $
+
+--- file.c.orig Mon Nov 20 18:20:39 2000
++++ file.c Wed Dec 27 20:25:21 2000
+@@ -24,6 +24,7 @@
+ */
+
+ #include <errno.h>
++#include <stdio.h>
+ #include <sys/stat.h>
+
+ #include <Xm/XmAll.h>
diff --git a/finance/xquote/patches/patch-ab b/finance/xquote/patches/patch-ab
new file mode 100644
index 00000000000..911d92ca6b4
--- /dev/null
+++ b/finance/xquote/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2000/12/28 03:54:58 fredb Exp $
+
+--- optdetail.c.orig Mon Nov 20 18:20:39 2000
++++ optdetail.c Wed Dec 27 21:35:04 2000
+@@ -23,6 +23,7 @@
+ */
+
+ #include <stdlib.h>
++#include <stdio.h>
+ #include <string.h>
+ #include <time.h>
+
diff --git a/finance/xquote/patches/patch-ac b/finance/xquote/patches/patch-ac
new file mode 100644
index 00000000000..215683be38a
--- /dev/null
+++ b/finance/xquote/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2000/12/28 03:54:58 fredb Exp $
+
+--- option.c.orig Mon Nov 20 18:20:39 2000
++++ option.c Wed Dec 27 21:40:15 2000
+@@ -24,6 +24,7 @@
+ */
+
+ #include <stdlib.h>
++#include <stdio.h>
+ #include <string.h>
+
+ #include <Xm/XmAll.h>
diff --git a/finance/xquote/patches/patch-ad b/finance/xquote/patches/patch-ad
new file mode 100644
index 00000000000..38b9a482e35
--- /dev/null
+++ b/finance/xquote/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2000/12/28 03:54:58 fredb Exp $
+
+--- optnet.c.orig Mon Nov 20 18:20:39 2000
++++ optnet.c Wed Dec 27 21:45:08 2000
+@@ -25,6 +25,7 @@
+
+ #include <sys/types.h>
+ #include <stdlib.h>
++#include <stdio.h>
+ #include <arpa/inet.h>
+ #include <netinet/in.h>
+ #include <sys/socket.h>
diff --git a/finance/xquote/patches/patch-ae b/finance/xquote/patches/patch-ae
new file mode 100644
index 00000000000..13a8156d7f7
--- /dev/null
+++ b/finance/xquote/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2000/12/28 03:54:59 fredb Exp $
+
+--- status.c.orig Mon Nov 20 18:20:40 2000
++++ status.c Wed Dec 27 21:47:06 2000
+@@ -23,6 +23,7 @@
+ */
+
+ #include <stdlib.h>
++#include <stdio.h>
+
+ #include <Xm/DialogS.h>
+ #include <Xm/Form.h>