summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-an
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-10-12 00:20:19 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-10-12 00:20:19 +0000
commit0691c587afc5f4a59d0b71ccae825bacc0c4129c (patch)
treee86fa5ac56c9e08251ce3ff5e741ced44a539e58 /mail/pine4/files/patch-an
parentFix typo with range values (diff)
Update Pine and Pico to 4.64, the latest from UW. This version contains
mostly bug fixes, with a few small new features. See the following for details: http://www.washington.edu/pine/changes/4.63-to-4.64.html I also updated the Pine port to stop building Pico, and instead depend on the Pico port. This solves a CONFLICTS situation, and is arguably the more logical way to handle this. Also, if you use an alternate editor for Pine, you no longer have to install Pico if you don't want it. Make the dependency on ispell conditional. [1] This is not exactly what the PR originator requested, but it will accomplish basically the same thing. Use these new things called variables to help ensure that the maildir patches can be found from version to version. [2] PR [1]: ports/75569 Submitted by [1]: Jeremy Chadwick <freebsd@jdc.parodius.com> PR [2]: ports/86960 Submitted by [2]: Lewis Thompson <lewiz@compsoc.man.ac.uk>
Notes
Notes: svn path=/head/; revision=145052
Diffstat (limited to 'mail/pine4/files/patch-an')
-rw-r--r--mail/pine4/files/patch-an31
1 files changed, 0 insertions, 31 deletions
diff --git a/mail/pine4/files/patch-an b/mail/pine4/files/patch-an
deleted file mode 100644
index d458616a3b76..000000000000
--- a/mail/pine4/files/patch-an
+++ /dev/null
@@ -1,31 +0,0 @@
-*** pico/osdep/os-bsf.h.orig Wed Feb 7 14:53:26 2001
---- pico/osdep/os-bsf.h Wed Mar 5 04:24:00 2003
-***************
-*** 153,165 ****
- /*
- * Place where mail gets delivered (for pico's new mail checking)
- */
-! #define MAILDIR "/usr/spool/mail"
-
- /*
- * What and where the tool that checks spelling is located. If this is
- * undefined, then the spelling checker is not compiled into pico.
- */
-! #define SPELLER "/usr/bin/spell"
-
- #ifdef MOUSE
- #define XTERM_MOUSE_ON "\033[?1000h" /* DECSET with parm 1000 */
---- 153,165 ----
- /*
- * Place where mail gets delivered (for pico's new mail checking)
- */
-! #define MAILDIR "/var/mail"
-
- /*
- * What and where the tool that checks spelling is located. If this is
- * undefined, then the spelling checker is not compiled into pico.
- */
-! #define SPELLER "@@PREFIX@@/bin/spell"
-
- #ifdef MOUSE
- #define XTERM_MOUSE_ON "\033[?1000h" /* DECSET with parm 1000 */