From 65d912247daae4898a11a2ea4df1c33f5e92e346 Mon Sep 17 00:00:00 2001 From: trevor Date: Wed, 4 Oct 2000 04:52:56 +0000 Subject: Add mail/xc-mail, an RFC 2015-aware e-mail client. Add x11-toolkits/xclasses, required by XCmail. PR: 21665, 21666 Approved by: will --- mail/xc-mail/files/patch-aa | 11 +++++++++++ mail/xc-mail/files/patch-ab | 12 ++++++++++++ mail/xc-mail/files/patch-ac | 12 ++++++++++++ mail/xc-mail/files/patch-ad | 11 +++++++++++ mail/xc-mail/files/patch-ae | 21 +++++++++++++++++++++ 5 files changed, 67 insertions(+) create mode 100644 mail/xc-mail/files/patch-aa create mode 100644 mail/xc-mail/files/patch-ab create mode 100644 mail/xc-mail/files/patch-ac create mode 100644 mail/xc-mail/files/patch-ad create mode 100644 mail/xc-mail/files/patch-ae (limited to 'mail/xc-mail/files') diff --git a/mail/xc-mail/files/patch-aa b/mail/xc-mail/files/patch-aa new file mode 100644 index 0000000..5eee1f9 --- /dev/null +++ b/mail/xc-mail/files/patch-aa @@ -0,0 +1,11 @@ +--- plugins/linkshared.in.orig Tue Sep 15 16:18:07 1998 ++++ plugins/linkshared.in Sun Oct 1 05:02:54 2000 +@@ -26,7 +26,7 @@ + + case @host@ in + +- *-linux-*|*-irix6*|*-freebsd3*|*solaris2*) ++ *-linux-*|*-irix6*|*-freebsd3*|*-freebsd4*|*-freebsd5*|*solaris2*) + echo @CXX@ -o $dest -shared -Wl,-soname,"$dest" $* + @CXX@ -o $dest -shared -Wl,-soname,"$dest" $* || die + ;; diff --git a/mail/xc-mail/files/patch-ab b/mail/xc-mail/files/patch-ab new file mode 100644 index 0000000..ea43351 --- /dev/null +++ b/mail/xc-mail/files/patch-ab @@ -0,0 +1,12 @@ +--- src/mail_class.cxx.orig Mon Jun 5 12:11:04 2000 ++++ src/mail_class.cxx Sun Oct 1 05:07:19 2000 +@@ -12,8 +12,8 @@ + #include + #include + #include +-#include + #include ++#include + #include + #include + #include diff --git a/mail/xc-mail/files/patch-ac b/mail/xc-mail/files/patch-ac new file mode 100644 index 0000000..b2aa48d --- /dev/null +++ b/mail/xc-mail/files/patch-ac @@ -0,0 +1,12 @@ +--- src/npop3get.cxx.orig Fri Jun 23 10:42:27 2000 ++++ src/npop3get.cxx Sun Oct 1 05:08:18 2000 +@@ -12,8 +12,8 @@ + #include + #include + #include +-#include + #include ++#include + #include + #include + #include diff --git a/mail/xc-mail/files/patch-ad b/mail/xc-mail/files/patch-ad new file mode 100644 index 0000000..e770067 --- /dev/null +++ b/mail/xc-mail/files/patch-ad @@ -0,0 +1,11 @@ +--- src/sendmail.cxx.orig Sat Sep 9 14:45:54 2000 ++++ src/sendmail.cxx Mon Oct 2 00:07:59 2000 +@@ -101,7 +101,7 @@ + ::send(sockfd,b,len,0); + // alarm(0); + } +- fcntl(sockfd,F_SETFL,O_SYNC); ++ fcntl(sockfd,F_SETFL,O_FSYNC); + return r; + } + int sendmail::RCPT(void) diff --git a/mail/xc-mail/files/patch-ae b/mail/xc-mail/files/patch-ae new file mode 100644 index 0000000..f6c5efb --- /dev/null +++ b/mail/xc-mail/files/patch-ae @@ -0,0 +1,21 @@ +This patch is from the XCmail FAQ. + +--- src/reader.cxx.orig Sat Jun 10 22:44:38 2000 ++++ src/reader.cxx Mon Oct 2 00:15:12 2000 +@@ -2041,16 +2041,6 @@ + { + mn.Recreate(); + } +- else +- { +- static message msg; +- msg.Add(mn,new msgget_int(&mn, +- (int (callable::*)(void))&menu::Selection), +- NULL,NULL,NULL); +- msg.Add(status,NULL,NULL,new msgset_int(&status, +- (void (callable::*)(int))&bannertext::MenuHelpText), +- NULL); +- } + + if (spooled>0) + mn.UnlockItem(5,2); -- cgit v1.1