svn commit: r483208 - head/misc/raspberrypi-userland
Jan Beich
jbeich at FreeBSD.org
Sun Oct 28 00:52:18 UTC 2018
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
More information about the svn-ports-all
mailing list