summaryrefslogtreecommitdiffstats
path: root/mail/xc-mail/files
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2000-10-04 04:52:56 +0000
committertrevor <trevor@FreeBSD.org>2000-10-04 04:52:56 +0000
commit65d912247daae4898a11a2ea4df1c33f5e92e346 (patch)
treec1c3a74a9dcbbd9609151c584f1baa841e13b595 /mail/xc-mail/files
parent035ab241ed3ceb24a3680b7b11f09f9a0a2ec043 (diff)
downloadFreeBSD-ports-65d912247daae4898a11a2ea4df1c33f5e92e346.zip
FreeBSD-ports-65d912247daae4898a11a2ea4df1c33f5e92e346.tar.gz
Add mail/xc-mail, an RFC 2015-aware e-mail client.
Add x11-toolkits/xclasses, required by XCmail. PR: 21665, 21666 Approved by: will
Diffstat (limited to 'mail/xc-mail/files')
-rw-r--r--mail/xc-mail/files/patch-aa11
-rw-r--r--mail/xc-mail/files/patch-ab12
-rw-r--r--mail/xc-mail/files/patch-ac12
-rw-r--r--mail/xc-mail/files/patch-ad11
-rw-r--r--mail/xc-mail/files/patch-ae21
5 files changed, 67 insertions, 0 deletions
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 <string.h>
+ #include <stdlib.h>
+ #include <errno.h>
+-#include <utime.h>
+ #include <sys/types.h>
++#include <utime.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <ctype.h>
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 <string.h>
+ #include <stdlib.h>
+ #include <errno.h>
+-#include <utime.h>
+ #include <sys/types.h>
++#include <utime.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <ctype.h>
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);
OpenPOWER on IntegriCloud