diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-08-09 08:51:46 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-08-09 08:51:46 +0000 |
commit | 1a632ba469061fd91c098f26e917cc65404cb021 (patch) | |
tree | 6055328f93c7c1219509ff08c1aba22b0360ea46 /mail/pine4 | |
parent | e0f2f34f5d24e1012d31143ca969f02a7aa32dbd (diff) | |
download | ports-1a632ba469061fd91c098f26e917cc65404cb021.tar.gz ports-1a632ba469061fd91c098f26e917cc65404cb021.zip |
Regenerate for Pine 4.61
Notes
Notes:
svn path=/head/; revision=115724
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/files/patch-bb | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/mail/pine4/files/patch-bb b/mail/pine4/files/patch-bb index 974aa8510b03..622e72d41a04 100644 --- a/mail/pine4/files/patch-bb +++ b/mail/pine4/files/patch-bb @@ -1,12 +1,13 @@ ---- pine/init.c.orig Fri May 23 09:10:06 2003 -+++ pine/init.c Fri Sep 5 01:44:21 2003 -@@ -1485,6 +1485,9 @@ - GLO_NORM_FORE_COLOR = cpystr(colorx(DEFAULT_NORM_FORE)); - GLO_NORM_BACK_COLOR = cpystr(colorx(DEFAULT_NORM_BACK)); - #endif +--- pine/init.c.orig Thu Jul 15 10:37:24 2004 ++++ pine/init.c Mon Aug 9 01:23:53 2004 +@@ -1547,6 +1547,10 @@ + * having a global fixedprc, since we don't need it anymore after this. + */ + fixedprc = new_pinerc_s(SYSTEM_PINERC_FIXED); ++#endif ++ +#ifdef DF_SPELLER + GLO_SPELLER = cpystr(DF_SPELLER); -+#endif + #endif /* - * Default first value for addrbook list if none set. |