summaryrefslogtreecommitdiff
path: root/mail/imap-uw/files/patch-ai
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-10-05 08:28:52 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-10-05 08:28:52 +0000
commita88be6b77ce4bc062da0973d4fe1681515fe2ecf (patch)
tree233db9c780b573d40e10feaf7c787006c7cb4141 /mail/imap-uw/files/patch-ai
parentavoid running autoconf. (diff)
- Upgrade to imap-2001.FINAL
- Install additional cclient header files - Move SSL dependency generation for cclient to post-build - Bump PORTEPOCH - Removed -drac PKGNAMESUFFIX,more confusion than extra info - Remove futile build of imapd/ipop3d/ipop2d in cclient, and libc-client4.a in the imap-uw port. - Respect CFLAGS and CC PR: 30954 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=48462
Diffstat (limited to 'mail/imap-uw/files/patch-ai')
-rw-r--r--mail/imap-uw/files/patch-ai13
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai
index 2bd82c7ea076..4eddf7323157 100644
--- a/mail/imap-uw/files/patch-ai
+++ b/mail/imap-uw/files/patch-ai
@@ -1,6 +1,6 @@
---- src/imapd/imapd.c.orig Wed Jun 20 01:57:16 2001
-+++ src/imapd/imapd.c Wed Jun 20 02:01:00 2001
-@@ -29,6 +29,11 @@
+--- src/imapd/imapd.c.orig Mon Oct 1 02:51:23 2001
++++ src/imapd/imapd.c Mon Oct 1 02:52:59 2001
+@@ -29,6 +29,12 @@
#include "c-client.h"
#include <sys/stat.h>
@@ -9,10 +9,11 @@
+#include <arpa/inet.h>
+#include <stdlib.h>
+#endif /* DRAC_AUTH */
++
#define CRLF PSOUT ("\015\012") /* primary output terpri */
-@@ -173,6 +178,12 @@
+@@ -173,6 +179,12 @@
/* Global storage */
@@ -22,10 +23,10 @@
+extern char *getenv ();
+#endif /* DRAC_AUTH */
+
- char *version = "2001.307"; /* version number of this server */
+ char *version = "2001.313"; /* version number of this server */
time_t alerttime = 0; /* time of last alert */
time_t sysalerttime = 0; /* time of last system alert */
-@@ -1169,6 +1180,45 @@
+@@ -1229,6 +1241,45 @@
lasterror ());
return;
}