From owner-freebsd-ports@FreeBSD.ORG Tue Apr 10 04:14:21 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 1561B106566B for ; Tue, 10 Apr 2012 04:14:21 +0000 (UTC) (envelope-from freebsd-ports@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id BA4D88FC14 for ; Tue, 10 Apr 2012 04:14:20 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.182]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 70AB75C22 for ; Tue, 10 Apr 2012 14:27:56 +1000 (EST) Message-ID: <4F83B39B.3070301@herveybayaustralia.com.au> Date: Tue, 10 Apr 2012 14:14:19 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4F7E498E.7070007@herveybayaustralia.com.au> <4F804679.2040803@herveybayaustralia.com.au> <4F80D4F9.9020207@herveybayaustralia.com.au> <4F836A65.7080402@herveybayaustralia.com.au> <4F837E27.8070503@herveybayaustralia.com.au> <4F83A595.9090806@acsalaska.net> In-Reply-To: <4F83A595.9090806@acsalaska.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD Port: samba34-3.4.14 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: Tue, 10 Apr 2012 04:14:21 -0000 On 04/10/12 13:14, Mel Flynn wrote: > On 4/10/2012 02:26, Da Rock wrote: > >> So what should the patch look like? Am I correct in my understanding of >> the BUILD_DEPENDS, or have I chased a goose on that one? > I'd like to divert your attention to the libnet source directory in > samba distribution. It's built by default and integrated into pretty > much every binary through libnetapi. > Your focus should shift to the compilation error itself, your solution > of installing the port libnet masked the actual problem. I'll look into it then. I'm still trying to determine what sets it off. I'm fairly sure ADS is a major factor, though simply disabling it merely grows another failure elsewhere... :/ I'll start posting the logs soon. Is there a particular reason why a dependency on libnet is an issue?