From owner-freebsd-questions@FreeBSD.ORG Mon Sep 29 00:13:37 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A71B862 for ; Mon, 29 Sep 2014 00:13:37 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BF74BB58 for ; Mon, 29 Sep 2014 00:13:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s8T0DZT7003596 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 28 Sep 2014 18:13:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s8T0DZ9W003589; Sun, 28 Sep 2014 18:13:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 28 Sep 2014 18:13:35 -0600 (MDT) From: Warren Block To: Carmel NY Subject: Re: update to linux_base-c6 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 28 Sep 2014 18:13:35 -0600 (MDT) Cc: User questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 00:13:37 -0000 On Sun, 28 Sep 2014, Carmel NY wrote: > Sun, 28 Sep 2014 12:30:18 -0400 > > I want to update to emulators/linux_base-c6. According to UPDATING, I should > remove all linux-f10 ports. In my case, that would be: > ... > However, in addition to them, I have the following ports that depend on > linux_base-f10: > > acroread9-9.5.5_1 > acroreadwrapper-0.0.20130208 > linux-libgtkembedmoz-0.0.20100806 > nspluginwrapper-1.4.4_4 > nvidia-driver-331.67_1 > > My question is, after removing the linux-f10 ports and the linux_base-f10, > making the necessary changes to the /etc/makefile, etcetera and then > installing linux_base-c6, do I have to then install the corresponding c6 > ports for the f10 ports that have deleted or is that done automatically I > assume, that I have to rebuild the remaining ports that use to depend on > linux_base-f10? Of those, I only use nspluginwrapper, and had to manually reinstall it after updating the linux ports.