From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 20:46:56 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB2AB403 for ; Mon, 6 Oct 2014 20:46:56 +0000 (UTC) Received: from mx1.pqemail.com (mx1.pqemail.com [204.11.33.236]) (using SSLv3 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96E8B802 for ; Mon, 6 Oct 2014 20:46:55 +0000 (UTC) Received: from aislynn.ext.stoneyforest.net (c-71-238-226-49.hsd1.mi.comcast.net [::ffff:71.238.226.49]) (AUTH: PLAIN aislynn@stoneyforest.net, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by mx1.pqemail.com with ESMTPSA; Mon, 06 Oct 2014 20:41:48 +0000 id 00003B9C.000000005432FE8C.000182AC Received: from stoneyforest.net (ns1.pqdns.com [204.11.33.202]) (AUTH: PLAIN chris, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by aislynn.ext.stoneyforest.net with ESMTPSA; Mon, 06 Oct 2014 20:41:47 +0000 id 0000B6C2.000000005432FE8B.00015BFC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 06 Oct 2014 16:41:46 -0400 From: "Christopher T. Stone" To: freebsd-ports@freebsd.org Subject: RE: FreeBSD Port: =?UTF-8?Q?courier-=30=2E=36=35=2E=33=5F=33?= Message-ID: X-Sender: chris@stoneyforest.net User-Agent: Roundcube Webmail/RCMAIL_VERSION X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2014 20:46:56 -0000 > On Sun, 14 Sep 2014 01:16:03 -0400 > "Saigol.ca Admin" wrote: > >> Hello, >> >> It seems that the Courier-MTA current version is 0.73.2. >> >> The latest FreeBSD port is based on version 0.65.3, which seems to be >> more than 3 years old. Are there any plans to update the port to the >> latest version of the software? >> >> Thanks, >> >> Abid >> > > Yes, there are. Unfortunatelly, other tasks have currently more urgent > attention here, and there are some issues to be solved - new > dependencies are introduced and new port should be created first for > library needed to build new courier... also old port was recently > staged, which was necessary to keep it in tree at all. Also it looks > like recently a bit more work needs to be put into patch to get new > version committed into port tree, so it will take a bit of time before > new version of mail/courier could be published in port tree. > > Before that, I will contact you as soon as I will have something to > test. Your setup is most probably different from mine and thus > together > we can cover more usage scenarios, which is good thing everytime. > > Regards, > Milan Milan & Abid, I'm still working on checking functionality, but the liked diff builds (the new Unicode library was already in the ports tree). I only reviewed the old patches that were broken, anything that applied cleanly I left, those that were broken need a fair number of changes so I suspect the rest could use some review. Link to diff: http://stoneyforest.net/~chris/courier-0.73.2-20141006.diff.gz Apply to the mail/courier directory with: gunzip -c ../courier-0.73.2-20141006.diff.gz | patch ~Chris Stone