Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 08:40:16 +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: r536953 - head/graphics/qt5-wayland
Message-ID:  <202005290840.04T8eG5b096256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri May 29 08:40:16 2020
New Revision: 536953
URL: https://svnweb.freebsd.org/changeset/ports/536953

Log:
  graphics/qt5-wayland: unbreak with libglvnd
  
  ===>  Building package for qt5-wayland-5.14.2
  pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_DmaBufServerBufferPlugin.cmake:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_DmaBufServerBufferIntegrationPlugin.cmake:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandDmabufClientBufferIntegrationPlugin.cmake:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/qt5/plugins/wayland-graphics-integration-client/libdmabuf-server.so:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/qt5/plugins/wayland-graphics-integration-server/libdmabuf-server.so:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/qt5/plugins/wayland-graphics-integration-server/liblinux-dmabuf-unstable-v1.so:No such file or directory
  *** Error code 1

Modified:
  head/graphics/qt5-wayland/Makefile   (contents, props changed)

Modified: head/graphics/qt5-wayland/Makefile
==============================================================================
--- head/graphics/qt5-wayland/Makefile	Fri May 29 08:40:01 2020	(r536952)
+++ head/graphics/qt5-wayland/Makefile	Fri May 29 08:40:16 2020	(r536953)
@@ -8,6 +8,7 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt5 wrapper for Wayland
 
+BUILD_DEPENDS=	${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libwayland-egl.so:graphics/wayland \



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