Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2020 10:16:49 +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: r521921 - head/x11-wm/sway
Message-ID:  <202001031016.003AGn8c036508@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jan  3 10:16:48 2020
New Revision: 521921
URL: https://svnweb.freebsd.org/changeset/ports/521921

Log:
  x11-wm/sway: fix required wlroots version
  
  Subproject directory not found and wlroots.wrap file not found
  Subproject  subprojects/wlroots is buildable: NO (disabling)
  Dependency wlroots found: NO found '0.10.0' but need: '<0.10.0' ; matched: '>=0.9.0'
  Run-time dependency wlroots found: NO (tried cmake)
  
  meson.build:73:1: ERROR: Invalid version of dependency, need 'wlroots' ['<0.10.0'] found '0.10.0'.

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

Modified: head/x11-wm/sway/Makefile
==============================================================================
--- head/x11-wm/sway/Makefile	Fri Jan  3 10:05:21 2020	(r521920)
+++ head/x11-wm/sway/Makefile	Fri Jan  3 10:16:48 2020	(r521921)
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 		wayland-protocols>=1.14:graphics/wayland-protocols \
-		wlroots>=0.9.0:x11-toolkits/wlroots
+		wlroots>=0.9.0<0.10.0: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?202001031016.003AGn8c036508>