From owner-freebsd-ports@FreeBSD.ORG Fri Jul 3 23:10:28 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 EC2DF1065672 for ; Fri, 3 Jul 2009 23:10:28 +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 C59ED8FC12 for ; Fri, 3 Jul 2009 23:10:28 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id 244625C51; Fri, 3 Jul 2009 19:12:25 -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=1246662744; bh=SFs+TIfqdtmjiTIVfsbKZqsL7lFP XuhLdL2QvG/OhoE=; b=lEX+CgmxWh4F7Bd8jQdFS120HqhtADSRaeeSgzfaM/Qt eCHGocX1XVrolPdvJr9elSVblQz2c9MC0XCW3BvJ8BwaFqY0mxAUBK5OdHycEk51 K+BM9zJ1iGmYG2ORNy90FrrVeTgHli47zNReLFr4MVud0JDHO8RC9XQa1NDj/+M= 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 LYyBCjjl106Q; Fri, 3 Jul 2009 19:12:24 -0400 (EDT) Received: from [10.157.237.52] (unknown [32.138.167.11]) by aegis.hamla.org (Postfix) with ESMTPSA id 7D6CF5C50; Fri, 3 Jul 2009 19:12:24 -0400 (EDT) References: <23B9298D1A02526B4646B131@utd65257.utdallas.edu> <91D041090FA2939A0942293F@utd65257.utdallas.edu> <4C41B4EAEF8C942A8D085916@utd65257.utdallas.edu> Message-Id: <994EF1F5-0A23-4A4F-B853-48AED6A5529F@tandon.net> From: Sahil Tandon To: Paul Schmehl In-Reply-To: <4C41B4EAEF8C942A8D085916@utd65257.utdallas.edu> 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 19:10:18 -0400 Cc: "freebsd-ports@freebsd.org" , Alex Goncharov 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 23:10:30 -0000 On Jul 3, 2009, at 4:37 PM, Paul Schmehl wrote: > --On Friday, July 03, 2009 15:08:31 -0500 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. >> > > So I need to add BUILD_DEPENDS= yes to the OPTION? No. Augment configure arguments and be done with it! :)