Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2019 10:07:07 +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: r491087 - head/x11-wm/sway
Message-ID:  <201901241007.x0OA77Wm023425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jan 24 10:07:07 2019
New Revision: 491087
URL: https://svnweb.freebsd.org/changeset/ports/491087

Log:
  x11-wm/sway: bump required wlroots version after r491073
  
  ../sway/server.c:7:10: fatal error: 'wlr/backend/noop.h' file not found
   #include <wlr/backend/noop.h>
            ^~~~~~~~~~~~~~~~~~~~

Modified:
  head/x11-wm/sway/Makefile   (contents, props changed)

Modified: head/x11-wm/sway/Makefile
==============================================================================
--- head/x11-wm/sway/Makefile	Thu Jan 24 09:53:43 2019	(r491086)
+++ head/x11-wm/sway/Makefile	Thu Jan 24 10:07:07 2019	(r491087)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 		wayland-protocols>=1.14:graphics/wayland-protocols \
-		wlroots>=0.2.126:x11-toolkits/wlroots
+		wlroots>=0.2.138:x11-toolkits/wlroots
 LIB_DEPENDS=	libjson-c.so:devel/json-c \
 		libevdev.so:devel/libevdev \
 		libpcre.so:devel/pcre \



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