Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 00:52:17 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483208 - head/misc/raspberrypi-userland
Message-ID:  <201810280052.w9S0qHg6063951@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Oct 28 00:52:17 2018
New Revision: 483208
URL: https://svnweb.freebsd.org/changeset/ports/483208

Log:
  misc/raspberrypi-userland: adjust GL conflict after r440699
  
  pkg-static: mesa-libs-18.2.3_1 conflicts with raspberrypi-userland-20161026 (installs files into the same place).  Problematic file: /usr/local/include/EGL/egl.h

Modified:
  head/misc/raspberrypi-userland/Makefile   (contents, props changed)

Modified: head/misc/raspberrypi-userland/Makefile
==============================================================================
--- head/misc/raspberrypi-userland/Makefile	Sat Oct 27 23:25:01 2018	(r483207)
+++ head/misc/raspberrypi-userland/Makefile	Sun Oct 28 00:52:17 2018	(r483208)
@@ -12,7 +12,7 @@ LICENSE=	BSD3CLAUSE
 
 ONLY_FOR_ARCHS=	armv6 armv7
 
-CONFLICTS_INSTALL=	libglesv2 libEGL
+CONFLICTS_INSTALL=	mesa-libs
 
 USES=		cmake:outsource pkgconfig shebangfix
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280052.w9S0qHg6063951>