From owner-freebsd-ports@freebsd.org Tue May 16 05:57:29 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 73E6ED6CF46 for ; Tue, 16 May 2017 05:57:29 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pf0-x22f.google.com (mail-pf0-x22f.google.com [IPv6:2607:f8b0:400e:c00::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42513A43; Tue, 16 May 2017 05:57:29 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-pf0-x22f.google.com with SMTP id 9so34832325pfj.1; Mon, 15 May 2017 22:57:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=HjvMl0/gFZyx2ZS94A0cffVlJmJv72AIbXLkUnxAwEA=; b=eJTdZ8/SRYCfjcBNVdKJh5tZbNGqyotyJ1O08XqByaHB+Li4H8U3ie6lrU1UKffWGX ZjSOhCmRMF7d3l380iEGtebLsTsG7RyJ8iHGU0cnztM7MvW41xDwf7ZmM296st2MlCrk j8401sfbTkxK8Xxq08B99rbgasYgDK8ZSqrtxELGUlLX0qIcGp+bCecM5QZ0tMGuUfNZ m0NcMLuPtdSQ0v2xK+XJppQjOZCFFxCEVQdeRpmzK8GS2kncOJvHWNcc47bviKCKbfjV mMz92mzzi3c4jSrLAXO830TLPSSBKh43a+celkLsFfJ/zen6/mIzxYbrtkc9ec/io63Q gzqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=HjvMl0/gFZyx2ZS94A0cffVlJmJv72AIbXLkUnxAwEA=; b=Evj0VSl0306B/n1KHeOMgFYNz0AfWhFY7wXPvM3fOAghUstW+96ma+mwDbuh1wiRvg O7vxLZH9Y5S5S9MpT4Fnxkal1pSvd91/Qd5tDz0m9xZrJq8soT3NzPY7dkR9xQLWS+yQ 6/trAlq4kSf5oaqxiWL+/dQ6MYGnSGE+FrwasvHazNoN1er8fGZ7HIrSwwM5mO4ZXY7z UFA2A9dlkmWo2NdfaFgpAGLuZbnN4PtmlMVJr/EzKolsCmPJ7WBttuAUB3ufJyAjR7cx 3oCUo8/1KLdrNp2mcUE8xHm+YkiqEuoag1cFsSUg6ya/SojTRmkIE4WEgYmi1N2bJM1M Hlmg== X-Gm-Message-State: AODbwcCe4U+ZyG7Y4fMjT6e1CU7MFMeG5GHCUxqpKy4Zv9oFXt8vhLjd fwgEvZJIdeSDlqS4Albq8O/jrZNI/g== X-Received: by 10.84.232.3 with SMTP id h3mr13572394plk.42.1494914248775; Mon, 15 May 2017 22:57:28 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.100.176.201 with HTTP; Mon, 15 May 2017 22:57:28 -0700 (PDT) In-Reply-To: <20170516023132.GA95995@www.zefox.net> References: <20170513235410.GA56717@doctor.nl2k.ab.ca> <20170516023132.GA95995@www.zefox.net> From: Kevin Oberman Date: Mon, 15 May 2017 22:57:28 -0700 X-Google-Sender-Auth: RP6E2H6VVlPMywr81ajg8q-FUzU Message-ID: Subject: Re: mesa libs issue To: bob prohaska Cc: Tatsuki Makino , "Herbert J. Skuhra" , Jan Beich , "freebsd-ports@freebsd.org" , "Jack L." Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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 05:57:29 -0000 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. > > Thanks very much, > > bob prohaska > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > 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. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683