summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-ap
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-ap
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-ap')
-rw-r--r--mail/pine4/files/patch-ap20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/pine4/files/patch-ap b/mail/pine4/files/patch-ap
deleted file mode 100644
index f41ce128e49e..000000000000
--- a/mail/pine4/files/patch-ap
+++ /dev/null
@@ -1,20 +0,0 @@
-*** pico/osdep/term.cap.orig Thu Nov 14 09:27:17 2002
---- pico/osdep/term.cap Fri Sep 5 01:44:21 2003
-***************
-*** 288,294 ****
- _kppu = tgetstr("kP", &p);
- _kppd = tgetstr("kN", &p);
- _kphome = tgetstr("kh", &p);
-! _kpend = tgetstr("kH", &p);
- _kpdel = tgetstr("kD", &p);
- _kf1 = tgetstr("k1", &p);
- _kf2 = tgetstr("k2", &p);
---- 288,295 ----
- _kppu = tgetstr("kP", &p);
- _kppd = tgetstr("kN", &p);
- _kphome = tgetstr("kh", &p);
-! if((_kpend = tgetstr("@7", &p)) == NULL)
-! _kpend = tgetstr("kH",&p);
- _kpdel = tgetstr("kD", &p);
- _kf1 = tgetstr("k1", &p);
- _kf2 = tgetstr("k2", &p);