From owner-freebsd-ports@FreeBSD.ORG Sun Nov 13 15:52:55 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 2114016A41F for ; Sun, 13 Nov 2005 15:52:55 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFCAB43D6D for ; Sun, 13 Nov 2005 15:52:47 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so839669wra for ; Sun, 13 Nov 2005 07:52:47 -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=TpljIQ/hzzOIcbZ7ISfvA2MBX1A2+EVU5RUZLtzE6alXQp41liA/vynq3AlksDo/Xw7HQryqsRq8Yoh5i6r+jeFTcUy8gvCjlUqjNuh40OJLvN2MjHNZoVndd3StSiz3P97TJ8YDx8hi9w39tubaB53P+k5N3N0lXkD0V1IY3sQ= Received: by 10.54.76.5 with SMTP id y5mr2611754wra; Sun, 13 Nov 2005 07:52:47 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id d75sm873761wra.2005.11.13.07.52.46; Sun, 13 Nov 2005 07:52:46 -0800 (PST) From: "Michael C. Shultz" To: "Stefan Tell" Date: Sun, 13 Nov 2005 07:43:24 -0800 User-Agent: KMail/1.8.3 References: <200511130655.44464.ringworm01@gmail.com> <11639.1131896807@www68.gmx.net> In-Reply-To: <11639.1131896807@www68.gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511130743.25365.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 15:52:55 -0000 On Sunday 13 November 2005 07:46, Stefan Tell wrote: > * "Michael C. Shultz" > > > > [stell@zeus:/usr/ports/mail/postfix]% make fetch > > > env: SASL2: No such file or directory > > > *** Error code 127 > > > > I just tested portmanager on a 4.11 system, works fine. I think on your > > system you need to scrap the ports tree you have, down load another > > and leave it at /usr/ports. > > I recently load a fresh ports tree to /usr/ports. Same error. I still don't > know, which part of the port looks for "SASL2" (file or directory). 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. -Mike > > I also tried a package ... that works, but is not build with SASL2-support. > Can I get a postfix(-current) package for FreeBSD 4.10 / 4.11 build with > SASL2 support somewhere?