summaryrefslogtreecommitdiff
path: root/mail/postilion/files/patch-af
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-02-13 00:42:11 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-02-13 00:42:11 +0000
commit0be247304a2235e6324a0d3df55e6250644decab (patch)
tree560f9bdb9441f365ea3fe5f157ea1b133ed6490e /mail/postilion/files/patch-af
parentClutter up the list of Bay Area committers even more. (diff)
Redo the postilion port:
- Don't use the imap library that comes with it -- use the cclient port. Don't even extract it. - Don't bother patching configure and Makefile.in(s) -- use a local Makefile. - Use the latest TCL/TK 8.3. This port does not provide any loadable packages, so I chose not to use tclstubs, but link with libtk and libtcl directly. - Remove the tkstep cruft -- it was commented out since forever. - Finally fix the options.tcl -- the env(MAIL) logic was backwards. To do: add support of Cyrillic charsets (koi8-u, koi8-r). Currently has to be done by providing one's own ${LOCALBASE}/lib/postilion/postilionrc. Revisit installation of the documentation. The existing port continues to ignore it completely.
Diffstat (limited to 'mail/postilion/files/patch-af')
-rw-r--r--mail/postilion/files/patch-af21
1 files changed, 7 insertions, 14 deletions
diff --git a/mail/postilion/files/patch-af b/mail/postilion/files/patch-af
index ff8535970136..3c0758b5225d 100644
--- a/mail/postilion/files/patch-af
+++ b/mail/postilion/files/patch-af
@@ -1,21 +1,14 @@
---- postilion/options.tcl.orig Wed Feb 23 14:27:28 2000
-+++ postilion/options.tcl Sun Feb 27 16:53:38 2000
-@@ -215,7 +215,7 @@
-
- # Command to get default folder
+--- postilion/options.tcl Wed Feb 23 17:27:28 2000
++++ postilion/options.tcl Mon Feb 12 19:24:36 2001
+@@ -217,5 +217,5 @@
if [info exists $env(MAIL)] {
- set option(default_folder) "INBOX file {} /var/spool/mail/$env(USER)"
-+ set option(default_folder) "INBOX file {} /var/mail/$env(USER)"
- } else {
+- } else {
set option(default_folder) "INBOX file {} $env(MAIL)"
++ } else {
++ set option(default_folder) "INBOX file {} /var/mail/$env(USER)"
}
-@@ -263,7 +263,7 @@
- set option(sendprot) smtp
-
+@@ -265,2 +265,2 @@
# Default sending program
- set option(sendprog) /usr/lib/sendmail
+ set option(sendprog) /usr/sbin/sendmail
-
- # Can the sending program handle eightbit data
- set option(sendprog_8bit) false
-