Date: Sun, 11 Nov 2018 23:23:12 +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: r484785 - head/graphics/waffle Message-ID: <201811112323.wABNNCQY096257@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Nov 11 23:23:11 2018 New Revision: 484785 URL: https://svnweb.freebsd.org/changeset/ports/484785 Log: graphics/waffle: track graphics/wayland dependency ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libwaffle-1.so.0.5.2 is linked to /usr/local/lib/libwayland-client.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-client.so:graphics/wayland Error: /usr/local/lib/libwaffle-1.so.0.5.2 is linked to /usr/local/lib/libwayland-egl.so.1 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-egl.so:graphics/wayland PR: 227509 Reported by: antoine (via exp-run) Modified: head/graphics/waffle/Makefile (contents, props changed) Modified: head/graphics/waffle/Makefile ============================================================================== --- head/graphics/waffle/Makefile Sun Nov 11 22:39:13 2018 (r484784) +++ head/graphics/waffle/Makefile Sun Nov 11 23:23:11 2018 (r484785) @@ -3,7 +3,7 @@ PORTNAME= waffle PORTVERSION= 1.5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.waffle-gl.org/files/release/waffle-${PORTVERSION}/ @@ -25,6 +25,9 @@ CMAKE_ARGS+= -Dwaffle_has_glx=ON \ PLIST_SUB+= PORTVERSION=${PORTVERSION} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS WAYLAND + +WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland +WAYLAND_CMAKE_BOOL= waffle_has_wayland .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811112323.wABNNCQY096257>