From owner-freebsd-questions@FreeBSD.ORG Thu May 29 21:22:23 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 406D7463 for ; Thu, 29 May 2014 21:22:23 +0000 (UTC) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 19C36293C for ; Thu, 29 May 2014 21:22:22 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 9752D33C18; Thu, 29 May 2014 17:22:16 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 4F96439813; Thu, 29 May 2014 17:22:13 -0400 (EDT) From: Lowell Gilbert To: Joseph Mingrone Subject: Re: pkg/poudriere: unwanted dependencies References: <86wqd4fjvr.fsf@gly.ftfl.ca> Reply-To: freebsd-questions@freebsd.org Date: Thu, 29 May 2014 17:22:13 -0400 In-Reply-To: <86wqd4fjvr.fsf@gly.ftfl.ca> (Joseph Mingrone's message of "Thu, 29 May 2014 16:46:32 -0300") Message-ID: <447g541dru.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@freebsd.org 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, 29 May 2014 21:22:23 -0000 Joseph Mingrone writes: > Hello all, > > I did a nullfs mount of /var/db/ports on > /usr/local/etc/poudriere.d/options, created > /usr/local/etc/poudriere.d/make.conf (shown below), then I fed the > output of portmaster --list-origins | sort -d > > /usr/local/etc/poudriere-list to poudriere bulk. After doing a pkg > upgrade with the newly-created poudriere repo configured, pkg still > wants to install things like perl-5.16 and hal despite my configured > ports not depending on hal or perl-5.16. Am I missing something? Are you sure those ports aren't dependencies of something your intended ports depend on? It's easy enough to check; just look for perl as a "deps" entry in the rest of your packages (or if you already have them installed after a "pkg upgrade", just ask pkg by trying to delete perl). Sorry if I'm stating what was already obvious to you, but I don't have an easy way of trying to reproduce the problem. It must be a pretty barebones machine to not need perl; even my headless machines need it for *something*.