diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-12-19 00:06:49 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-12-19 00:06:49 +0000 |
commit | 97adc2ca0bd96056b9a361600f8bda677a41ceaa (patch) | |
tree | 7d57a132eae43f88884bd9940450d38f66ea2acb /mail | |
parent | A lightweight MUA for X11 based on sylpheed. (diff) |
Oops. Forgot to cvs add two new patches needed for the pine4 port.
Notes
Notes:
svn path=/head/; revision=36074
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine4/files/patch-bb | 20 | ||||
-rw-r--r-- | mail/pine4/files/patch-bc | 11 |
2 files changed, 31 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-bb b/mail/pine4/files/patch-bb new file mode 100644 index 000000000000..d7413e00afaf --- /dev/null +++ b/mail/pine4/files/patch-bb @@ -0,0 +1,20 @@ +--- pine/init.c.orig Wed Nov 29 09:57:56 2000 ++++ pine/init.c Mon Dec 18 02:40:53 2000 +@@ -65,7 +65,7 @@ + + + #include "headers.h" +-#include "../c-client/imap4r1.h" /* for LEVELSTATUS() */ ++#include "c-client/imap4r1.h" /* for LEVELSTATUS() */ + + + typedef enum {Sapling, Seedling, Seasoned} FeatureLevel; +@@ -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. + diff --git a/mail/pine4/files/patch-bc b/mail/pine4/files/patch-bc new file mode 100644 index 000000000000..99ec9ec711c4 --- /dev/null +++ b/mail/pine4/files/patch-bc @@ -0,0 +1,11 @@ +--- pine/mailcmd.c.orig Mon Dec 18 02:48:49 2000 ++++ pine/mailcmd.c Mon Dec 18 02:49:08 2000 +@@ -51,7 +51,7 @@ + ====*/ + + #include "headers.h" +-#include "../c-client/imap4r1.h" ++#include "c-client/imap4r1.h" + + + /* |