diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-03-05 14:46:35 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-03-05 14:46:35 +0000 |
commit | cb53c632e884a501307a133b55696463d1f43044 (patch) | |
tree | 9cc3ffae251273218005447425e2415a585f815b /mail/pine4/files/patch-an | |
parent | Fix breakage introduced by commits to bsd.port.mk (diff) |
* Don't do patch + sed for PREFIX-related changes, just use sed in one pass
* Update to Makefile COMMENT
* Take advantage of pkg-message to hit both ports and package installs
* Thanks to work done by winter to make ispell do reasonable things when
invoked as 'spell', properly define the speller for pico, and add a default
speller for the pine.conf. The reason for the latter is to take advantage of
the (arguably) superior behavior of ispell when files are piped to it.
* Do to the speller updates, grow a dependency on ispell and bump the revision.
* Add readme and copyright to portdocs
Notes
Notes:
svn path=/head/; revision=76941
Diffstat (limited to 'mail/pine4/files/patch-an')
-rw-r--r-- | mail/pine4/files/patch-an | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/mail/pine4/files/patch-an b/mail/pine4/files/patch-an index 8835c7ea1913..d458616a3b76 100644 --- a/mail/pine4/files/patch-an +++ b/mail/pine4/files/patch-an @@ -1,7 +1,7 @@ *** pico/osdep/os-bsf.h.orig Wed Feb 7 14:53:26 2001 ---- pico/osdep/os-bsf.h Thu Sep 27 23:56:53 2001 +--- pico/osdep/os-bsf.h Wed Mar 5 04:24:00 2003 *************** -*** 153,159 **** +*** 153,165 **** /* * Place where mail gets delivered (for pico's new mail checking) */ @@ -9,7 +9,13 @@ /* * What and where the tool that checks spelling is located. If this is ---- 153,159 ---- + * 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) */ @@ -17,3 +23,9 @@ /* * 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 */ |