From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 16:23:34 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96D22106564A for ; Sat, 21 Jun 2008 16:23:34 +0000 (UTC) (envelope-from tektonaut@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id 5F47B8FC1B for ; Sat, 21 Jun 2008 16:23:34 +0000 (UTC) (envelope-from tektonaut@fuckner.net) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id 0C69761D07; Sat, 21 Jun 2008 18:06:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at fuckner.net Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id n6utZgbNNi4p; Sat, 21 Jun 2008 18:06:01 +0200 (CEST) Received: from [10.12.0.41] (e176156229.adsl.alicedsl.de [85.176.156.229]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by dedihh.fuckner.net (Postfix) with ESMTPSA id D87EB61CE1; Sat, 21 Jun 2008 18:06:00 +0200 (CEST) Message-ID: <485D26E5.2070007@fuckner.net> Date: Sat, 21 Jun 2008 18:05:57 +0200 From: tektonaut@fuckner.net User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: ports@christianserving.org, ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD imapsync port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 16:23:34 -0000 Hello, There are some trouble getting imapsync port running: First, it would be nice adding a patch to change the shebang to /usr/local/bin/perl. I don't expect anybody having perl on FreeBSD at /usr/bin/perl. Secondly imapsync will not run with Mail::IMAPClient from ports, as said by imapsync itself: Subroutine Authuser redefined at /usr/local/bin/imapsync line 2557. imapsync needs perl lib Mail::IMAPClient release 2.2.9 exactly, future imapsync release may suppoort 3.0.x, but sorry not now. See file BUG_IMAPClient_3.xx # Looks like your test died before it could output anything. Mail::IMAPClient provided with imapsync src should be used instead. Regards, Adam --