svn commit: r484785 - head/graphics/waffle

Jan Beich jbeich at FreeBSD.org
Sun Nov 11 23:23:13 UTC 2018


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>


More information about the svn-ports-all mailing list