summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-ay
diff options
context:
space:
mode:
authorKelly Yancey <kbyanc@FreeBSD.org>2000-07-17 08:19:34 +0000
committerKelly Yancey <kbyanc@FreeBSD.org>2000-07-17 08:19:34 +0000
commit700098a64c536fe031b99ffd27b17bc6bf900f39 (patch)
tree24457025db08cf7155a17bcd26c50ff883416667 /mail/pine4/files/patch-ay
parentUpdate to 3.4.4. (diff)
Update the pine4 port to utilize the new cclient port.
Pine has historically built against an internal copy of the c-client library, however c-client development has progressed beyond what is shipped with pine. (It would appear that all new development work is being done via UW's imap server codebase.) This change allows pine to utilize improvements/bugfixes in the c-client library. In addition, the cclient port builds c-client as a a shared library. Now, pine links against this shared library. As a result, pine binaries are approximately 550k smaller. On the other hand, the c-client library itself is a good 650k. The real benefit here is that c-client may be shared amongst multiple binaries (i.e. imap-uw, php, and perl scripts using the p5-Mail-CClient module), thereby potentially reducing the overall disk and memory usage. PR: 19731 Submitted by: kbyanc@posi.net Reviewed by: will
Notes
Notes: svn path=/head/; revision=30738
Diffstat (limited to 'mail/pine4/files/patch-ay')
-rw-r--r--mail/pine4/files/patch-ay18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-ay b/mail/pine4/files/patch-ay
new file mode 100644
index 000000000000..a84564c72ad5
--- /dev/null
+++ b/mail/pine4/files/patch-ay
@@ -0,0 +1,18 @@
+--- pine/headers.h.orig Tue Feb 9 14:53:20 1999
++++ pine/headers.h Wed Jul 5 21:57:02 2000
+@@ -59,12 +59,12 @@
+ #include "../pico/headers.h"
+
+
+-#include "../c-client/mail.h"
++#include "c-client/mail.h"
+
+ #include "os.h"
+
+-#include "../c-client/rfc822.h"
+-#include "../c-client/misc.h"
++#include "c-client/rfc822.h"
++#include "c-client/misc.h"
+
+ #ifdef ENABLE_LDAP
+