svn commit: r548245 - head/devel/efl

Gleb Popov arrowd at FreeBSD.org
Fri Sep 11 14:55:57 UTC 2020


Author: arrowd
Date: Fri Sep 11 14:55:56 2020
New Revision: 548245
URL: https://svnweb.freebsd.org/changeset/ports/548245

Log:
  devel/efl: Mark WAYLAND option BROKEN. Despite the code compiles, it is reported to fail on runtime.
  
  PR:		245594
  Reported by:	Peter TKATCHENKO <peter at flytrace.com>

Modified:
  head/devel/efl/Makefile

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Fri Sep 11 14:48:40 2020	(r548244)
+++ head/devel/efl/Makefile	Fri Sep 11 14:55:56 2020	(r548245)
@@ -128,6 +128,7 @@ WAYLAND_LIB_DEPENDS=		libepoll-shim.so:devel/libepoll-
 WAYLAND_CFLAGS=			-I${LOCALBASE}/include/libepoll-shim
 WAYLAND_LDFLAGS=		-lepoll-shim
 WAYLAND_MESON_TRUE=		wl
+WAYLAND_BROKEN=			Wayland bits compile but don't yet work at runtime
 
 GSTREAMER_USE=			GSTREAMER1=core
 GSTREAMER_MESON_TRUE=		gstreamer


More information about the svn-ports-head mailing list