summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-be
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-01-22 15:46:11 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-01-22 15:46:11 +0000
commit395c2606a152fcfe9e374087d4e229bb5a56a25a (patch)
treef7826f5bf7296ce63ea7db50a3c68e0deb0d38c2 /mail/pine4/files/patch-be
parentFix compiling with jasper 1.600.0 (and later) (diff)
Upgrade to 4.53, the latest version from our friends at UW. Several
bugs have been fixed, mostly in new options. Users of Pine are encouraged to upgrade. In addition to the version upgrade, I've overhauled the port. The most significant change is that I'm now using the include version of the c-client library, as opposed to the shared version used by the IMAP port. The main reason for this is to stay current with the Pine developer's view of the program. An additional benefit is that this change will allow me to update the Pine port more rapidly, without having to wait for the shared cclient port. In order to avoid conflicts with the IMAP server port, I am now compiling the pine binary static. On my system, this actually gives the pine binary a smaller memory footprint. I've also adopted the same option semantics that are currently in use for cclient. Namely that WITH_SSL is now the default. The other change of note is that I'm now installing the rpdump and rpload binaries that let you save and load a remote pine configuration. The Makefile has also been cleaned up, somewhat simplified, and made more generic. The basic functionality should be the same.
Notes
Notes: svn path=/head/; revision=73793
Diffstat (limited to 'mail/pine4/files/patch-be')
-rw-r--r--mail/pine4/files/patch-be20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/pine4/files/patch-be b/mail/pine4/files/patch-be
deleted file mode 100644
index 3d5efa25dc68..000000000000
--- a/mail/pine4/files/patch-be
+++ /dev/null
@@ -1,20 +0,0 @@
---- pine/pine.c.orig Tue Aug 7 15:52:00 2001
-+++ pine/pine.c Fri Sep 28 00:51:54 2001
-@@ -40,7 +40,7 @@
- ----------------------------------------------------------------------*/
-
- #include "headers.h"
--#include "../c-client/imap4r1.h"
-+#include "c-client/imap4r1.h"
-
-
- /*
-@@ -361,7 +361,7 @@
- #endif
-
- /*------- Set up c-client drivers -------*/
--#include "../c-client/linkage.c"
-+#include "c-client/linkage.c"
- /*
- * Lookups of long login names which don't exist are very slow in aix.
- * This would normally get set in system-wide config if not needed.