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-bb | |
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-bb')
-rw-r--r-- | mail/pine4/files/patch-bb | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/mail/pine4/files/patch-bb b/mail/pine4/files/patch-bb index 7c8c701cb8d6..2e15ed7ffcf0 100644 --- a/mail/pine4/files/patch-bb +++ b/mail/pine4/files/patch-bb @@ -1,11 +1,12 @@ ---- pine/init.c.orig Wed Nov 29 09:57:56 2000 -+++ pine/init.c Mon Dec 18 02:40:53 2000 -@@ -370,7 +370,7 @@ - - /*---------------------------------------------------------------------- - These are the variables that control a number of pine functions. They --come out of the .pinerc and the /usr/local/lib/pine.conf files. Some can -+come out of the .pinerc and the @@PREFIX@@/etc/pine.conf files. Some can - be set by the user while in Pine. Eventually all the local ones should - be so and maybe the global ones too. +--- pine/init.c.orig Wed Mar 5 05:11:10 2003 ++++ pine/init.c Wed Mar 5 05:21:57 2003 +@@ -1463,6 +1463,9 @@ + GLO_NORM_FORE_COLOR = cpystr(colorx(DEFAULT_NORM_FORE)); + GLO_NORM_BACK_COLOR = cpystr(colorx(DEFAULT_NORM_BACK)); + #endif ++#ifdef DF_SPELLER ++ GLO_SPELLER = cpystr(DF_SPELLER); ++#endif + /* + * Default first value for addrbook list if none set. |