From owner-freebsd-stable@FreeBSD.ORG Thu Sep 4 10:46:41 2014 Return-Path: Delivered-To: freebsd-stable@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 CBC2863B for ; Thu, 4 Sep 2014 10:46:41 +0000 (UTC) Received: from www81.your-server.de (www81.your-server.de [213.133.104.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 880C91489 for ; Thu, 4 Sep 2014 10:46:40 +0000 (UTC) Received: from [92.76.80.218] (helo=michael-think) by www81.your-server.de with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1XPUYn-0000r9-6U; Thu, 04 Sep 2014 12:46:37 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "Kurt Jaeger" Subject: Re: Forcing pkg References: <20140904051535.GX9400@home.opsec.eu> Date: Thu, 04 Sep 2014 12:46:30 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" Message-ID: In-Reply-To: <20140904051535.GX9400@home.opsec.eu> User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-Sender: gmx@ross.cx X-Virus-Scanned: Clear (ClamAV 0.98.4/19334/Wed Sep 3 23:27:44 2014) Cc: FreeBSD Stable Mailing List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 10:46:41 -0000 On Thu, 04 Sep 2014 07:15:35 +0200, Kurt Jaeger wrote: > Hi! > >> Is there any equivalent to "pkg_add --force"? > > cd /tmp > mkdir tempdir > cd tempdir > tar xf mypkg.txz > > and move those extracted stuff to the place where it's needed. > That's hardly equivalent. I'm all for pkg, don't get me wrong. With poudriere it looks very promising. I'd like it to have a "just install this and don't mind anything"-option. For doing quick and dirty stuff. Michael