From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 06:12:38 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98150107 for ; Thu, 12 Jun 2014 06:12:38 +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 905932483 for ; Thu, 12 Jun 2014 06:12:36 +0000 (UTC) Received: from pandora.internal (localhost [127.0.0.1]) by pandora.au.calorieking.net (Postfix) with ESMTP id 98D0C33CD4; Thu, 12 Jun 2014 14:12:26 +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 tIWF4oHOQP1t; Thu, 12 Jun 2014 14:12:16 +0800 (WST) Received: from egeria.internal (egeria.internal [192.168.2.111]) by pandora.au.calorieking.net (Postfix) with ESMTPSA id AEEA933CD3; Thu, 12 Jun 2014 14:12:16 +0800 (WST) Message-ID: <539944C0.4040402@calorieking.com> Date: Thu, 12 Jun 2014 14:12:16 +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> In-Reply-To: <86mwdmk1m8.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 06:12:38 -0000 Hi Joseph, On 09/06/14 15:01, Joseph Mingrone wrote: >> Would you mind elaborating a little on what you know about this? I've got Perl >> >5.14 installed and specified in the poudriere build list, but poudriere builds >> >5.16 as well. How can I control this? > > Try putting a DEFAULT_VERSIONS entry in > /usr/local/etc/poudriere.d/make.conf. For example, try > DEFAULT_VERSIONS=perl5=5.14. I also removed all other repositories > aside from my poudriere repository and things began behaving as > expected when I did a pkg install/upgrade. Ah, excellent. I hadn't updated ports for a while and hadn't seen anything about DEFAULT_VERSIONS. Perl now builds correctly, thank you. I'm now having trouble with databases/db* though, and I wonder where I might hunt for documentation on these options? Greg.