From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 07:37:26 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51140E53 for ; Thu, 12 Jun 2014 07:37:26 +0000 (UTC) Received: from pandora.au.calorieking.net (114.179.70.115.static.exetel.com.au [115.70.179.114]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBBDF2AC7 for ; Thu, 12 Jun 2014 07:37:25 +0000 (UTC) Received: from pandora.internal (localhost [127.0.0.1]) by pandora.au.calorieking.net (Postfix) with ESMTP id 79E1A33CD5; Thu, 12 Jun 2014 15:28:27 +0800 (WST) X-Virus-Scanned: amavisd-new at calorieking.com Received: from pandora.au.calorieking.net ([127.0.0.1]) by pandora.internal (pandora.internal [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sgXk-hDN1ARO; Thu, 12 Jun 2014 15:28:17 +0800 (WST) Received: from egeria.internal (egeria.internal [192.168.2.111]) by pandora.au.calorieking.net (Postfix) with ESMTPSA id 8C99E33CD4; Thu, 12 Jun 2014 15:28:17 +0800 (WST) Message-ID: <53995691.9070803@calorieking.com> Date: Thu, 12 Jun 2014 15:28:17 +0800 From: Gregory Orange User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Joseph Mingrone , freebsd-questions@freebsd.org Subject: Re: pkg/poudriere: unwanted dependencies References: <86wqd4fjvr.fsf@gly.ftfl.ca> <447g541dru.fsf@lowell-desk.lan> <86oayfffw8.fsf@gly.ftfl.ca> <53955A5B.9030704@calorieking.com> <86mwdmk1m8.fsf@gly.ftfl.ca> <539944C0.4040402@calorieking.com> <86sinak5h0.fsf@gly.ftfl.ca> In-Reply-To: <86sinak5h0.fsf@gly.ftfl.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2014 07:37:26 -0000 On 12/06/14 14:27, Joseph Mingrone wrote: > You can't specify an entry for databases/db* in DEFAULT_VERSIONS yet. > Until then you can use something like WITH_BDB_VER=6+ in your > make.conf. The way I usually figure these things out is by looking > under Mk/ in the top level of the ports directory. You might also find > MAKE.CONF(5) helpful. Ah, of course. Quality advice and support, thank you Joseph. Greg.