summaryrefslogtreecommitdiff
path: root/mail/imap-uw/files/patch-ah
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-ah
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-ah')
-rw-r--r--mail/imap-uw/files/patch-ah6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/imap-uw/files/patch-ah b/mail/imap-uw/files/patch-ah
index 0deadaf20155..3fd5bc6471b4 100644
--- a/mail/imap-uw/files/patch-ah
+++ b/mail/imap-uw/files/patch-ah
@@ -1,5 +1,5 @@
---- src/ipopd/ipop3d.c.orig Tue Apr 24 01:31:57 2001
-+++ src/ipopd/ipop3d.c Tue Apr 24 01:34:34 2001
+--- src/ipopd/ipop3d.c.orig Mon Oct 1 02:53:55 2001
++++ src/ipopd/ipop3d.c Mon Oct 1 02:56:46 2001
@@ -28,6 +28,11 @@
#include <time.h>
#include "c-client.h"
@@ -22,7 +22,7 @@
+extern char *getenv ();
+#endif /* DRAC_AUTH */
+
- char *version = "2001.76"; /* server version */
+ char *version = "2001.77"; /* server version */
short state = AUTHORIZATION; /* server state */
short critical = NIL; /* non-zero if in critical code */
@@ -100,7 +111,7 @@