From owner-freebsd-ports@FreeBSD.ORG Sun May 27 15:47:25 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB64C1065674 for ; Sun, 27 May 2012 15:47:25 +0000 (UTC) (envelope-from kayasaman@gmail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 366678FC14 for ; Sun, 27 May 2012 15:47:25 +0000 (UTC) Received: by wibhj8 with SMTP id hj8so773476wib.13 for ; Sun, 27 May 2012 08:47:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=3ecrRXyOSCaTe79Rmq9uMo1UEbOiYEllWaSw2c7IxDY=; b=Oa3qAkwYYq7SKJ5l7iQjHsRXJ/KFBO/dpNcHdo45cjYGuSrmxn7PxOF2+41YO/yHpp eymGspqpRHlWEykInRHWLC2SXn1/I7p2yjFnaLahQhfXzPP73rUsF0oNTHmWJFQz8fxp oCFRHpAGiJ4IfkCxlnwGPao7w5eDZR/S55f9XRrvF2lF70qpiUNrHP+n9ZUvxsYbGfFA BHFPAkwg+MmXC6TH2vsHhMGbXyITthVXN5EtjdQRo+a/hhz1TPI8FlL7/eLQmuz7vHMO W0N5qsNHTaVySfUr2y9T5F2T0cteGA0Z8iqyQMI4pOwA4G6SiemFrzTlGweUJcLRWRIq SHdQ== Received: by 10.180.95.136 with SMTP id dk8mr9574154wib.0.1338133644038; Sun, 27 May 2012 08:47:24 -0700 (PDT) Received: from X220.optiplex-networks.com (81-178-2-118.dsl.pipex.com. [81.178.2.118]) by mx.google.com with ESMTPS id hv7sm18138989wib.0.2012.05.27.08.47.22 (version=SSLv3 cipher=OTHER); Sun, 27 May 2012 08:47:22 -0700 (PDT) Message-ID: <4FC24C89.1080405@gmail.com> Date: Sun, 27 May 2012 16:47:21 +0100 From: Kaya Saman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ATmail Port not working? 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: Sun, 27 May 2012 15:47:25 -0000 Hi, I am currently in the process of testing ATmail as a replacement to my currently running old Zimbra setup. I would like to get rid of Linux and migrate my mail system onto FreeBSD. However, for some reason the ATmail port isn't working. I have contacted the port maintainer about it who told me that it would be fixed ASAP but I haven't heard anything since and trying to do a port upgrade didn't yield anything either. My issue is that I keep getting this on the initial install: *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/atmail/libs/PEAR/DB.php* on line *472* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/atmail/libs/PEAR/DB.php* on line *549* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/atmail/libs/PEAR/DB.php* on line *1204* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/atmail/libs/PEAR/PEAR.php* on line *569* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/atmail/libs/PEAR/PEAR.php* on line *572* *Strict Standards*: Non-static method DB::connect() should not be called statically in */usr/local/www/atmail/install/step2.php* on line *97* *Strict Standards*: Non-static method DB::parseDSN() should not be called statically in */usr/local/www/atmail/libs/PEAR/DB.php* on line *522* *Strict Standards*: Non-static method DB::isError() should not be called statically in */usr/local/www/atmail/libs/PEAR/DB.php* on line *559* *Strict Standards*: Non-static method DB::isError() should not be called statically in */usr/local/www/atmail/install/step2.php* on line *99* *Warning*: Cannot modify header information - headers already sent by (output started at /usr/local/www/atmail/libs/PEAR/DB.php:472) in */usr/local/www/atmail/install/index.php* on line *137* I have tried changing both MySQL and PHP versions which didn't have any luck. Current PHP version is 5.4 as 5.2 and 5.3 don't even display the index.php install page. MySQL was 5.5 but now is 5.0.x from ports. What can I do to get this working? The version of ATmail is also quite old it seems as is version 5 (1.0.5), however ATmail 6 is out....... Can anybody help me getting ATmail working? Regards, Kaya