summaryrefslogtreecommitdiff
path: root/mail/spruce/files
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-06-11 08:29:17 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-06-11 08:29:17 +0000
commit7e169a4a79c6adef19b89370f18cd0e0cfd35541 (patch)
treed1d227367470fc2ed719528212def54a15e585f3 /mail/spruce/files
parentAdd the intel2gas port. (diff)
A simple GTK based email client.
PR: 12039 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=19418
Diffstat (limited to 'mail/spruce/files')
-rw-r--r--mail/spruce/files/patch-ab17
-rw-r--r--mail/spruce/files/patch-ad13
-rw-r--r--mail/spruce/files/patch-ae10
3 files changed, 40 insertions, 0 deletions
diff --git a/mail/spruce/files/patch-ab b/mail/spruce/files/patch-ab
new file mode 100644
index 000000000000..45bd62c49b89
--- /dev/null
+++ b/mail/spruce/files/patch-ab
@@ -0,0 +1,17 @@
+--- server.h.orig Fri May 21 18:34:59 1999
++++ server.h Sat Jun 5 14:55:46 1999
+@@ -19,12 +19,11 @@
+ #ifndef SERVER_H
+ #define SERVER_H
+
+-#include <sys/socket.h>
+ #include <sys/types.h>
+-#include <sys/param.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <netdb.h>
+-#include <netinet/in.h>
+ #include <unistd.h>
+ #include <string.h>
+ #include <stdlib.h>
diff --git a/mail/spruce/files/patch-ad b/mail/spruce/files/patch-ad
new file mode 100644
index 000000000000..97794705a372
--- /dev/null
+++ b/mail/spruce/files/patch-ad
@@ -0,0 +1,13 @@
+--- sockio.h.orig Mon May 17 17:42:53 1999
++++ sockio.h Sat Jun 5 14:55:46 1999
+@@ -19,9 +19,8 @@
+ #ifndef SOCKIO_H
+ #define SOCKIO_H
+
+-#include <sys/socket.h>
+ #include <sys/types.h>
+-#include <sys/param.h>
++#include <sys/socket.h>
+ #include <netdb.h>
+ #include <netinet/in.h>
+ #include <unistd.h>
diff --git a/mail/spruce/files/patch-ae b/mail/spruce/files/patch-ae
new file mode 100644
index 000000000000..f6049b114c34
--- /dev/null
+++ b/mail/spruce/files/patch-ae
@@ -0,0 +1,10 @@
+--- smtpio.c.orig Sat Jun 5 10:54:01 1999
++++ smtpio.c Sat Jun 5 14:55:46 1999
+@@ -17,6 +17,7 @@
+ */
+
+ #include "smtpio.h"
++#include <sys/param.h>
+
+ static char *smtp_errlist[] = {"",
+ ": Hostname failed to resolve",