From owner-freebsd-questions@FreeBSD.ORG Wed Jan 15 07:01:43 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 DA9127E2 for ; Wed, 15 Jan 2014 07:01:43 +0000 (UTC) Received: from uk1rly2283.eechost.net (uk1rly2283.eechost.net [217.69.40.75]) by mx1.freebsd.org (Postfix) with ESMTP id A1F8310DB for ; Wed, 15 Jan 2014 07:01:43 +0000 (UTC) Received: from [31.186.37.179] (helo=smtp.marelmo.com) by uk1rly2283.eechost.net with esmtpa (Exim 4.72) (envelope-from ) id 1W3KTw-0007bx-9e; Wed, 15 Jan 2014 07:01:44 +0000 Received: from [192.168.63.1] (helo=steve.marelmo.com) by smtp.marelmo.com with smtp (Exim 4.82 (FreeBSD)) (envelope-from ) id 1W3KTb-00029Z-4N; Wed, 15 Jan 2014 07:01:23 +0000 Date: Wed, 15 Jan 2014 07:01:22 +0000 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Subject: Re: Combining pkg and "traditional ports" Message-Id: <20140115070122.5db02f3bbc62713f0ba715d8@sohara.org> In-Reply-To: <20140115063634.d6d26d51.freebsd@edvax.de> References: <20140115063634.d6d26d51.freebsd@edvax.de> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Auth-Info: 15567@permanet.ie (plain) Cc: Polytropon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2014 07:01:43 -0000 On Wed, 15 Jan 2014 06:36:34 +0100 Polytropon wrote: > With the upcoming OS standardization on pkg (pkgng) following > the abolishment of the pkg_* toolset I'd like to ask questions > to those who already actively use pkg and have probably encountered > and solved the same "problems" that I'll be expecting: The easiest way to handle these cases is to use poudriere to maintain a local package repository, pkg supports multiple repositories. To force a package to be fetched from the local repository use (assuming you named the repository local). pkg annotate -A repository local -- Steve O'Hara-Smith