cb53c632e8
* 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
47 lines
1.1 KiB
Text
47 lines
1.1 KiB
Text
*** pine/osdep/os-bsf.h.orig Tue Feb 6 17:30:45 2001
|
|
--- pine/osdep/os-bsf.h Wed Mar 5 05:30:16 2003
|
|
***************
|
|
*** 87,93 ****
|
|
NOTE: You'll also have to make sure the appropriate osdep/postreap.*
|
|
file is included in the os-*.ic file for your system.
|
|
----*/
|
|
! /* #define BACKGROUND_POST */
|
|
|
|
|
|
|
|
--- 87,93 ----
|
|
NOTE: You'll also have to make sure the appropriate osdep/postreap.*
|
|
file is included in the os-*.ic file for your system.
|
|
----*/
|
|
! #define BACKGROUND_POST
|
|
|
|
|
|
|
|
***************
|
|
*** 203,208 ****
|
|
--- 203,210 ----
|
|
#define DF_KBLOCK_PASSWD_COUNT "1"
|
|
#define DF_REMOTE_ABOOK_HISTORY "3"
|
|
|
|
+ #define DF_SPELLER "@@PREFIX@@/bin/ispell"
|
|
+
|
|
/*----------------------------------------------------------------------
|
|
The default printer when pine starts up for the first time with no printer
|
|
----*/
|
|
***************
|
|
*** 268,274 ****
|
|
8
|
|
9 logs gross details of command execution
|
|
----*/
|
|
! #define DEFAULT_DEBUG 2
|
|
|
|
|
|
|
|
--- 270,276 ----
|
|
8
|
|
9 logs gross details of command execution
|
|
----*/
|
|
! #define DEFAULT_DEBUG 0
|
|
|
|
|
|
|