From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 02:38:54 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CD837B3 for ; Fri, 6 Jun 2014 02:38:54 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [IPv6:2001:4b98:c:538::198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCB0A26FF for ; Fri, 6 Jun 2014 02:38:53 +0000 (UTC) Received: from mfilter28-d.gandi.net (mfilter28-d.gandi.net [217.70.178.159]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 5DF67FB874 for ; Fri, 6 Jun 2014 04:38:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter28-d.gandi.net Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by mfilter28-d.gandi.net (mfilter28-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id CIKWnN-RJgOt for ; Fri, 6 Jun 2014 04:38:49 +0200 (CEST) X-Originating-IP: 76.10.185.61 Received: from [192.168.42.150] (76-10-185-61.dsl.teksavvy.com [76.10.185.61]) (Authenticated sender: lists@gooch.io) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 1EE9DFB87F for ; Fri, 6 Jun 2014 04:38:48 +0200 (CEST) Message-ID: <539129B6.6000908@gooch.io> Date: Thu, 05 Jun 2014 19:38:46 -0700 From: Jesse Gooch Reply-To: jesse@gooch.io User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: pkg upgrade dependencies and failures References: <20140606015036.GA4348@kilik.tpo.is> <5391224C.10305@my.hennepintech.edu> In-Reply-To: <5391224C.10305@my.hennepintech.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Fri, 06 Jun 2014 02:38:54 -0000 Hi Andrew, On 05/06/14 07:07 PM, Andrew Berg wrote: > Things like this are covered in /usr/ports/UPDATING (which is admittedly > awkward and not obvious for those using only binary packages). However, AFAIK, > the pkg developers are working on a way to make pkg handle origin changes > without manual intervention (or have already done this for the upcoming version > of pkg). There is also a pkg command 'updating' to display UPDATING entries for installed packages.