From owner-freebsd-stable@FreeBSD.ORG Wed Sep 3 22:45:54 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 B24FDFE9 for ; Wed, 3 Sep 2014 22:45:54 +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 70E6D11F4 for ; Wed, 3 Sep 2014 22:45:54 +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 1XPJJG-0007ji-BY; Thu, 04 Sep 2014 00:45:50 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-stable@freebsd.org, "Andrew Berg" Subject: Re: Forcing pkg References: <540796D3.7010809@my.hennepintech.edu> Date: Thu, 04 Sep 2014 00:45:43 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" Message-ID: In-Reply-To: <540796D3.7010809@my.hennepintech.edu> User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-Sender: gmx@ross.cx X-Virus-Scanned: Clear (ClamAV 0.98.4/19333/Wed Sep 3 20:51:02 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: Wed, 03 Sep 2014 22:45:54 -0000 On Thu, 04 Sep 2014 00:31:47 +0200, Andrew Berg wrote: > On 2014.09.03 17:27, Michael Ross wrote: >> Is there any equivalent to "pkg_add --force"? > According to the pkg-add(8) manpage, the -M switch seems to be what > you're > looking for. Half of it. -M should take care of missing dependencies, but --force used to override stuff like "already installed" ( this would be pkg -f now ) and "conflicts with X" too ( this is missing as far as I can see ). Michael