From owner-freebsd-current@FreeBSD.ORG Sat Dec 6 17:22:56 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3FA6BBF for ; Sat, 6 Dec 2014 17:22:56 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 95DA6AD1 for ; Sat, 6 Dec 2014 17:22:55 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 9A1AA1FE023; Sat, 6 Dec 2014 18:22:52 +0100 (CET) Message-ID: <54833B89.3030909@selasky.org> Date: Sat, 06 Dec 2014 18:23:21 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Marc UBM , current@freebsd.org Subject: Re: [CFT] pkg 1.4.0 rc2 References: <20141206124029.GB72593@ivaldir.etoilebsd.net> <20141206161545.c70d3adfac63270192782ab0@gmail.com> In-Reply-To: <20141206161545.c70d3adfac63270192782ab0@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 17:22:56 -0000 Hi, Just a simple question: Does "pkg upgrade" automatically lock packages which are not available or cannot be built? I recently did a "pkg upgrade" and found myself without a working libreoffice ... 9-stable amd64 --HPS