diff options
author | pat <pat@FreeBSD.org> | 2002-01-04 05:30:18 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-04 05:30:18 +0000 |
commit | 695948b97dc13da9bf6fb18a5a040164300a4cc6 (patch) | |
tree | f19bcd8f26a691e847680c22f6cfdcdc2d96ac60 /mail/claws-mail/files | |
parent | d07bd8a80cab27c76a49dc8b57f82b5339704673 (diff) | |
download | FreeBSD-ports-695948b97dc13da9bf6fb18a5a040164300a4cc6.zip FreeBSD-ports-695948b97dc13da9bf6fb18a5a040164300a4cc6.tar.gz |
Add port mail/sylpheed-claws, a gtk mail client with additional features over
sylpheed
PR: 33501
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'mail/claws-mail/files')
-rw-r--r-- | mail/claws-mail/files/patch-configure | 11 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-src-defs.h | 22 |
2 files changed, 33 insertions, 0 deletions
diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure new file mode 100644 index 0000000..af0361f --- /dev/null +++ b/mail/claws-mail/files/patch-configure @@ -0,0 +1,11 @@ +--- ./configure.orig Sat Dec 15 14:28:30 2001 ++++ ./configure Fri Dec 21 01:02:01 2001 +@@ -756,7 +756,7 @@ + fi + + +-PACKAGE=sylpheed ++PACKAGE=sylpheed-claws + + MAJOR_VERSION=0 + MINOR_VERSION=6 diff --git a/mail/claws-mail/files/patch-src-defs.h b/mail/claws-mail/files/patch-src-defs.h new file mode 100644 index 0000000..f745115 --- /dev/null +++ b/mail/claws-mail/files/patch-src-defs.h @@ -0,0 +1,22 @@ +--- ./src/defs.h.orig Fri Nov 16 09:47:26 2001 ++++ ./src/defs.h Fri Dec 21 01:02:01 2001 +@@ -65,8 +65,8 @@ + #define MARK_VERSION 2 + + #define DEFAULT_SIGNATURE ".signature" +-#define DEFAULT_INC_PATH "/usr/bin/mh/inc" +-#define DEFAULT_INC_PROGRAM "inc" ++#define DEFAULT_INC_PATH "" ++#define DEFAULT_INC_PROGRAM "" + /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ + /* #define DEFAULT_INC_PROGRAM "imget" */ + #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t" +@@ -74,7 +74,7 @@ + #ifdef _PATH_MAILDIR + # define DEFAULT_SPOOL_PATH _PATH_MAILDIR + #else +-# define DEFAULT_SPOOL_PATH "/var/spool/mail" ++# define DEFAULT_SPOOL_PATH "/var/mail" + #endif + + #define BUFFSIZE 8192 |