From owner-svn-ports-head@freebsd.org Wed Mar 20 22:51:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F76E153C6E6; Wed, 20 Mar 2019 22:51:49 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D727C8508D; Wed, 20 Mar 2019 22:51:48 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A7479B7EA; Wed, 20 Mar 2019 22:51:48 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r495793 - in head: graphics/gnash multimedia multimedia/libva multimedia/libva-glx multimedia/libxine multimedia/mythtv References: <201903151527.x2FFRWJ6096477@repo.freebsd.org> Date: Wed, 20 Mar 2019 23:51:39 +0100 In-Reply-To: <201903151527.x2FFRWJ6096477@repo.freebsd.org> (Jan Beich's message of "Fri, 15 Mar 2019 15:27:32 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: D727C8508D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2019 22:51:49 -0000 Jan Beich writes: > Author: jbeich > Date: Fri Mar 15 15:27:31 2019 > New Revision: 495793 > URL: https://svnweb.freebsd.org/changeset/ports/495793 > > Log: > multimedia/libva: move GLX into slave > > libva-glx isn't widely used and makes it hard to unify mesa-* ports > into one due to circular dependency. > > See also: https://github.com/mpv-player/mpv/commit/a18dc01655b8 > Obtained from: Greg V (based on) After this multimedia/omxplayer package should be available once again as the following will no longer occur. [head-armv6-default-job-24] Installing raspberrypi-userland-20161026... [head-armv6-default-job-24] Installing ffmpeg-4.1.1_2,1... [head-armv6-default-job-24] `-- Installing libva-2.4.0... [head-armv6-default-job-24] | `-- Installing mesa-libs-18.3.2... pkg-static: mesa-libs-18.3.2 conflicts with raspberrypi-userland-20161026 (installs files into the same place). Problematic file: /usr/local/include/EGL/egl.h -- Noticed as part of bug 235956 testing.