From owner-freebsd-stable@FreeBSD.ORG Thu Sep 4 00:00:15 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 55BB7F1 for ; Thu, 4 Sep 2014 00:00:15 +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 0DC411BD3 for ; Thu, 4 Sep 2014 00:00:14 +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 1XPKTE-0006rW-F9; Thu, 04 Sep 2014 02:00:12 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-stable@freebsd.org, "Paul Koch" Subject: Re: Forcing pkg References: <20140904093421.7f1abd04@akips.com> Date: Thu, 04 Sep 2014 02:00:05 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" Message-ID: In-Reply-To: <20140904093421.7f1abd04@akips.com> 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) 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 00:00:15 -0000 On Thu, 04 Sep 2014 01:34:21 +0200, Paul Koch wrote: > On Thu, 04 Sep 2014 00:27:16 +0200 > "Michael Ross" wrote: > >> Hello, >> >> a second pkg question: >> >> Assume I have to install something *now*, like in: 5 minutes ago, >> production on fire, >> never mind corrupt pkg databases or anything, sort out later, need >> service >> up: >> >> Is there any equivalent to "pkg_add --force"? >> >> As in, *I* know the dependencies are met, and I *know* that pkg is wrong >> in complaining? >> >> -DDISABLE_CONFLICTS doesn't work anymore? > > Or, I want to install pkg A, but it relies on pkgs B, C, D,... > I only want to use a single program in pkg A that I "know" has > no dependencies and really don't want to pull in anything else. > like what would have been -i, --no-deps Install the package without fetching and installing dependencies. to pkg_add. Michael