From owner-freebsd-ports@FreeBSD.ORG Fri Jul 3 20:20:03 2009 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 459DD1065734 for ; Fri, 3 Jul 2009 20:20:03 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id 17EAB8FC31 for ; Fri, 3 Jul 2009 20:20:03 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id 90AA55C51; Fri, 3 Jul 2009 16:21:59 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= date:subject:mime-version:x-mailer:content-transfer-encoding :content-type:in-reply-to:from:message-id:references:received: received; s=aegis; t=1246652519; bh=o7pwyLsCQWXM1sFAxtmtkMjhcbCl KrNPe/5KB67OdoU=; b=RxK2MvgVhSto4LyEum2NmRCTy0n4Qcvx5pNdZooOHgs/ rDP0jSrAdJ6fAU5boK7jsCgZbyVtM4m5WSH1PwqMXj/2zyY3BYzllOifPwhlJeRO p3bcGGBZYmPLtZpdd8A2qykFqNJxRV234mDUO9MOjv9KQUjHGPp4OOrVjg8iBTk= Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id DZZ8yu2fWy2O; Fri, 3 Jul 2009 16:21:59 -0400 (EDT) Received: from [10.150.82.6] (unknown [32.139.100.56]) by aegis.hamla.org (Postfix) with ESMTPSA id EECAE5C50; Fri, 3 Jul 2009 16:21:58 -0400 (EDT) References: <23B9298D1A02526B4646B131@utd65257.utdallas.edu> <91D041090FA2939A0942293F@utd65257.utdallas.edu> Message-Id: <50BD9A0A-25D4-466A-A4EF-1B528931E543@tandon.net> From: Sahil Tandon To: Alex Goncharov In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5H11) Mime-Version: 1.0 (iPhone Mail 5H11) Date: Fri, 3 Jul 2009 16:19:55 -0400 Cc: Paul Schmehl , "freebsd-ports@freebsd.org" , "alex-goncharov@comcast.net" Subject: Re: Question about a failure report 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: Fri, 03 Jul 2009 20:20:07 -0000 On Jul 3, 2009, at 4:08 PM, Alex Goncharov wrote: > ,--- You/Paul (Fri, 03 Jul 2009 19:56:48 +0000) ----* > | Since mysql is preselected, the port *should* install mysql if it's > | not installed. For some reason, > > If MySQL is in BUILD or LIB _DEPENDS . > > | Since it's a tinderbox, does it ignore OPTIONS and not install > | dependent ports? > > Options decide the settings of make variables. > > With the default options, your WITH_MYSQL gets set to 'true' -- in > this case, MYSQL should be listed as a dependency in your Makefile, > which it is not. It is listed, because when one sets USE_MYSQL, the appropriate macros in ports/Mk are utilized. The OP just needs a slight tweak to the master port's CONFIGURE_ARGS, as noted in my previous post. -- Sahil Tandon