From owner-freebsd-ports@FreeBSD.ORG Sat Mar 26 06:46:34 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A226E16A4CF for ; Sat, 26 Mar 2005 06:46:34 +0000 (GMT) Received: from dave.toronto-on-ca.9trackmind.com (206-223-168-22.beanfield.net [206.223.168.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CDA43D2F for ; Sat, 26 Mar 2005 06:46:34 +0000 (GMT) (envelope-from mit@mitayai.org) Received: from localhost (localhost [127.0.0.1]) by dave.toronto-on-ca.9trackmind.com (Postfix) with ESMTP id 66CF43CB; Sat, 26 Mar 2005 01:46:45 -0500 (EST) Received: from dave.toronto-on-ca.9trackmind.com ([127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89292-17; Sat, 26 Mar 2005 01:46:44 -0500 (EST) Received: by dave.toronto-on-ca.9trackmind.com (Postfix, from userid 1205) id 398E32DF; Sat, 26 Mar 2005 01:46:44 -0500 (EST) Received: from [69.195.74.9] (CPE0050ba2aad99-CM000a739a2424.cpe.net.cable.rogers.com [69.195.74.9]) CDB031DA; Sat, 26 Mar 2005 01:46:43 -0500 (EST) Received: from 127.0.0.1 (AVG SMTP 7.0.308 [266.8.1]); Sat, 26 Mar 2005 01:45:40 -0500 Message-ID: <42450514.3050504@mitayai.org> Date: Sat, 26 Mar 2005 01:45:40 -0500 From: Will Mitayai Keeso Rowe User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Will Mitayai Keeso Rowe References: <42450408.7080706@mitayai.org> In-Reply-To: <42450408.7080706@mitayai.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at 9trackmind.com cc: ports@freebsd.org cc: vivek@khera.org Subject: Re: postfix-2-2.1 w/VDA X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2005 06:46:34 -0000 if one comments out this line in src/virtual/maildir.c, everything compiles fine. I am not a C-programmer, so i have no idea what that does beyond possibly point to the part of the code that is causing issues. line 231 /* GETTIMEOFDAY(&starttime);*/