From owner-freebsd-ports@FreeBSD.ORG Sun Nov 13 16:31:27 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 7A95616A41F for ; Sun, 13 Nov 2005 16:31:27 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA88043D49 for ; Sun, 13 Nov 2005 16:31:26 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so567992wra for ; Sun, 13 Nov 2005 08:31:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=ptfBtulZROUlvXFJUdzIvkOc9pb60kBgXEaTGcZS34Q+mVOfXSjW8F+j9eJjoBrZF/AhsvpjO5ukgz/4XXzkj/10FJyHzooeVzgEpf5mP+7NLOI8uaFYJk6jurM/TmTUitVzNRPf0QSBS7nDj6TOkqmPgAEiIvmnivpjIJ+Tq3w= Received: by 10.54.63.20 with SMTP id l20mr2344901wra; Sun, 13 Nov 2005 08:31:25 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 13sm1603740wrl.2005.11.13.08.31.24; Sun, 13 Nov 2005 08:31:25 -0800 (PST) From: "Michael C. Shultz" To: Stefan 'Steve' Tell Date: Sun, 13 Nov 2005 08:22:02 -0800 User-Agent: KMail/1.8.3 References: <200511130655.44464.ringworm01@gmail.com> <200511130743.25365.ringworm01@gmail.com> <87d5l4ttq6.fsf@zeus.crashmail.de> In-Reply-To: <87d5l4ttq6.fsf@zeus.crashmail.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511130822.03694.ringworm01@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: Can't build postfix(-current) 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, 13 Nov 2005 16:31:27 -0000 On Sunday 13 November 2005 08:09, Stefan 'Steve' Tell wrote: > * "Michael C. Shultz" wrote: > > Go through your /etc/make.conf and unset all port related variables, then > > build portmanager last so it can pick up the correct paths. If your > > ports tree is healthy, postfix should be able to pull in SASL2 on its > > own, try running make all-depends-list in the postfix ports directory and > > see where it thinks everything is located. > > Erm ... great job. :) While looking through /etc/make.conf I found an > entry POSTFIX_OPTIONS. I today have read about 50 times that this is not > supported any longer and each time I looked into make.conf I was > searching only for ports tree related entries. > > It works now again .. thanks for talking about and your patience. Your welcome :) -Mike