From owner-cvs-all Mon Feb 12 16:42:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9BE937B491; Mon, 12 Feb 2001 16:42:11 -0800 (PST) Received: (from mi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D0gBR80122; Mon, 12 Feb 2001 16:42:11 -0800 (PST) (envelope-from mi) Message-Id: <200102130042.f1D0gBR80122@freefall.freebsd.org> From: Mikhail Teterin Date: Mon, 12 Feb 2001 16:42:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postilion Makefile ports/mail/postilion/files Makefile.bsd patch-af options.tcl patch-aa patch-ab patch-ac patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mi 2001/02/12 16:42:11 PST Modified files: mail/postilion Makefile mail/postilion/files patch-af Added files: mail/postilion/files Makefile.bsd Removed files: mail/postilion/files options.tcl patch-aa patch-ab patch-ac patch-ad patch-ae Log: 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. Revision Changes Path 1.12 +14 -26 ports/mail/postilion/Makefile 1.4 +7 -14 ports/mail/postilion/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message