From owner-freebsd-ports@freebsd.org Tue May 16 16:39:35 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C331AD70E7B for ; Tue, 16 May 2017 16:39:35 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 97E7F1215; Tue, 16 May 2017 16:39:35 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v4GGdY2l098484 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 16 May 2017 09:39:35 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v4GGdYfH098483; Tue, 16 May 2017 09:39:34 -0700 (PDT) (envelope-from fbsd) Date: Tue, 16 May 2017 09:39:34 -0700 From: bob prohaska To: Kevin Oberman Cc: Tatsuki Makino , "Herbert J. Skuhra" , Jan Beich , "freebsd-ports@freebsd.org" , "Jack L." Subject: Re: mesa libs issue Message-ID: <20170516163934.GA98474@www.zefox.net> References: <20170513235410.GA56717@doctor.nl2k.ab.ca> <20170516023132.GA95995@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2017 16:39:35 -0000 On Mon, May 15, 2017 at 10:57:28PM -0700, Kevin Oberman wrote: > On Mon, May 15, 2017 at 7:31 PM, bob prohaska wrote: > > > On Tue, May 16, 2017 at 12:33:28AM +0000, Tatsuki Makino wrote: > > > > > > Probably, pkg set -[no] cannot combine records of multiple packages > > (libglapi, libGL, gbm, libEGL and libglesv2) into one (mesa-libs). > > > It means that pkg delete is mandatory. > > > After deleting, the dependency needs to be reconnected by something. > > > > In playing a little with deleting libEGL it appears to demolish much > > of the GUI infrastructure, deleting something like 4G of applications > > and libraries. At that declaration I hesitated, and hit n. 8-) > > > > If it's really the only way to update the system please indicate so, > > and I'll give it a try. I'm on RPI2, running -current. > > > > Do NOT 'pkg delete libEGL" or and of the others! You need to "pkg delete -f > libEGL". If you don't use '-f' when deleting a port, all ports dependent on > that port will also be deleted, as you saw. '-f' will force deletion of the > port WITHOUT touching anything else. Ok, thank you very much! When I saw the -f, I mistakenly surmised it meant something like "force". bob prohaska