svn commit: r521921 - head/x11-wm/sway
Jan Beich
jbeich at FreeBSD.org
Fri Jan 3 10:16:49 UTC 2020
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 \
More information about the svn-ports-all
mailing list