update to version 0.9.3c

PR:		17204
Submitted by:	Adam Kranzel <shade@dnai.com>
This commit is contained in:
Michael Haro 2000-04-01 02:05:18 +00:00
parent e4ecb0b74e
commit 7142ea07fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27219
7 changed files with 55 additions and 80 deletions

View file

@ -1,12 +1,12 @@
# New ports collection makefile for: postilion
# Version required: 0.9.1a
# Version required: 0.9.3c
# Date created: 20 February 1999
# Whom: Glenn Johnson <gljohns@bellsouth.net>
#
# $FreeBSD$
#
DISTNAME= postilion-0.9.2
DISTNAME= postilion-0.9.3c
CATEGORIES= mail tk82
MASTER_SITES= http://www.postilion.org/

View file

@ -1 +1 @@
MD5 (postilion-0.9.2.tar.gz) = f37dc1c995130450182adbee9225f3da
MD5 (postilion-0.9.3c.tar.gz) = e87addacfd83e30cd678eb6d549ef655

View file

@ -1,5 +1,5 @@
--- imap-4.6.BETA/src/osdep/unix/os_bsi.h.orig Sat Oct 19 12:30:04 1996
+++ imap-4.6.BETA/src/osdep/unix/os_bsi.h Sun Feb 21 10:25:47 1999
--- imap/src/osdep/unix/os_bsi.h.orig Sat Oct 19 12:30:04 1996
+++ imap/src/osdep/unix/os_bsi.h Sun Feb 21 10:25:47 1999
@@ -37,7 +37,18 @@
#include <unistd.h>
#include <string.h>

View file

@ -1,5 +1,5 @@
--- imap-4.6.BETA/src/osdep/unix/Makefile.orig Sun Feb 21 10:27:22 1999
+++ imap-4.6.BETA/src/osdep/unix/Makefile Sun Feb 21 10:29:24 1999
--- imap/src/osdep/unix/Makefile.orig Sun Feb 21 10:27:22 1999
+++ imap/src/osdep/unix/Makefile Sun Feb 21 10:29:24 1999
@@ -100,7 +100,7 @@
dummy.o pseudo.o netmsg.o flstring.o fdstring.o \
rfc822.o nntp.o smtp.o imap4r1.o pop3.o \

View file

@ -1,36 +1,11 @@
*** imap-4.6.BETA/Makefile.orig Thu Feb 18 13:09:30 1999
--- imap-4.6.BETA/Makefile Wed Apr 21 10:54:50 1999
***************
*** 200,206 ****
# Make the IMAP Toolkit
! all: c-client rebuild bundled
# The following ports are defined. These refer to the *standard* compiler
--- 200,206 ----
# Make the IMAP Toolkit
! all: c-client rebuild
# The following ports are defined. These refer to the *standard* compiler
***************
*** 386,392 ****
$(TOOLS)/$@ "$(LN)" src/imapd imapd
$(LN) $(TOOLS)/$@ .
! build: OSTYPE rebuild rebuildclean bundled
OSTYPE:
@echo Building c-client for $(OS)...
--- 386,392 ----
$(TOOLS)/$@ "$(LN)" src/imapd imapd
$(LN) $(TOOLS)/$@ .
! build: OSTYPE rebuild rebuildclean
OSTYPE:
@echo Building c-client for $(OS)...
--- lib/Makefile.in.orig Sun Feb 27 17:06:43 2000
+++ lib/Makefile.in Sun Feb 27 17:06:46 2000
@@ -35,7 +35,7 @@
# To change the compiler switches, for example to change from -O
# to -g, change the following line:
-override EXTRA_CFLAGS += @CFLAGS@
+#override EXTRA_CFLAGS += @CFLAGS@
# Default top-level directories in which to install architecture-
# specific files (exec_prefix) and machine-independent files such

View file

@ -1,36 +1,21 @@
*** postilion/options.tcl.orig Sun Apr 18 06:20:34 1999
--- postilion/options.tcl Wed Apr 21 11:16:43 1999
***************
*** 214,220 ****
set option(icon_name) "Postilion v$postilion_version"
# Command to get default folder
! set option(default_folder) "INBOX file {} /var/spool/mail/$env(USER)"
# Format of list of messages
set option(list_format) "%4S %6d %-24n %4B %s"
--- 214,220 ----
set option(icon_name) "Postilion v$postilion_version"
# Command to get default folder
! set option(default_folder) "INBOX file {} /var/mail/$env(USER)"
# Format of list of messages
set option(list_format) "%4S %6d %-24n %4B %s"
***************
*** 259,265 ****
set option(sendprot) smtp
# Default sending program
! set option(sendprog) /usr/lib/sendmail
# Can the sending program handle eightbit data
set option(sendprog_8bit) false
--- 259,265 ----
set option(sendprot) smtp
# Default sending program
! set option(sendprog) /usr/sbin/sendmail
# Can the sending program handle eightbit data
set option(sendprog_8bit) false
--- 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
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 {
set option(default_folder) "INBOX file {} $env(MAIL)"
}
@@ -263,7 +263,7 @@
set option(sendprot) smtp
# 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

View file

@ -22,6 +22,7 @@ lib/postilionlib/keydef.tcl
lib/postilionlib/languages.tcl
lib/postilionlib/mailbox.tcl
lib/postilionlib/menu.tcl
lib/postilionlib/newuser.tcl
lib/postilionlib/options.tcl
lib/postilionlib/pgp.tcl
lib/postilionlib/postcomp.tcl
@ -31,21 +32,29 @@ lib/postilionlib/preferences.tcl
lib/postilionlib/print.tcl
lib/postilionlib/show.tcl
lib/postilionlib/source.tcl
lib/postilionlib/text_balText_de.tcl
lib/postilionlib/text_balText_en.tcl
lib/postilionlib/text_balText_fr.tcl
lib/postilionlib/text_balText_it.tcl
lib/postilionlib/text_balText_nl.tcl
lib/postilionlib/text_balText_sv.tcl
lib/postilionlib/text_changes_de.tcl
lib/postilionlib/text_changes_en.tcl
lib/postilionlib/text_changes_fr.tcl
lib/postilionlib/text_changes_it.tcl
lib/postilionlib/text_changes_nl.tcl
lib/postilionlib/text_changes_sv.tcl
lib/postilionlib/text_help_de.tcl
lib/postilionlib/text_help_en.tcl
lib/postilionlib/text_help_fr.tcl
lib/postilionlib/text_help_it.tcl
lib/postilionlib/text_help_nl.tcl
lib/postilionlib/text_help_sv.tcl
lib/postilionlib/text_t_de.tcl
lib/postilionlib/text_t_en.tcl
lib/postilionlib/text_t_fr.tcl
lib/postilionlib/text_t_it.tcl
lib/postilionlib/text_t_nl.tcl
lib/postilionlib/text_t_sv.tcl
lib/postilionlib/vfolder.tcl
lib/postilionlib/vfolderdef.tcl
@ -69,17 +78,21 @@ lib/postilionlib/images/date6.gif
lib/postilionlib/images/date7.gif
lib/postilionlib/images/date8.gif
lib/postilionlib/images/date9.gif
lib/postilionlib/images/de.gif
lib/postilionlib/images/dec.gif
lib/postilionlib/images/detach-mini.gif
lib/postilionlib/images/detach.gif
lib/postilionlib/images/dimple.gif
lib/postilionlib/images/feb.gif
lib/postilionlib/images/dnarrow.gif
lib/postilionlib/images/down.gif
lib/postilionlib/images/en.gif
lib/postilionlib/images/find.gif
lib/postilionlib/images/forward.gif
lib/postilionlib/images/feb.gif
lib/postilionlib/images/fr.gif
lib/postilionlib/images/fri.gif
lib/postilionlib/images/helpicon.gif
lib/postilionlib/images/it.gif
lib/postilionlib/images/jan.gif
lib/postilionlib/images/jul.gif
lib/postilionlib/images/jun.gif
@ -104,6 +117,7 @@ lib/postilionlib/images/mask.gif
lib/postilionlib/images/may.gif
lib/postilionlib/images/mboxicon.gif
lib/postilionlib/images/mon.gif
lib/postilionlib/images/nl.gif
lib/postilionlib/images/none.gif
lib/postilionlib/images/nov.gif
lib/postilionlib/images/oct.gif
@ -123,6 +137,7 @@ lib/postilionlib/images/sign-mini.gif
lib/postilionlib/images/sign.gif
lib/postilionlib/images/spell.gif
lib/postilionlib/images/sun.gif
lib/postilionlib/images/sv.gif
lib/postilionlib/images/sync.gif
lib/postilionlib/images/thu.gif
lib/postilionlib/images/tue.gif