svn commit: r544184 - head/x11/wcm
Jan Beich
jbeich at FreeBSD.org
Tue Aug 4 20:34:56 UTC 2020
Author: jbeich
Date: Tue Aug 4 20:34:55 2020
New Revision: 544184
URL: https://svnweb.freebsd.org/changeset/ports/544184
Log:
x11/wcm: track libwayland dependency
====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/wcm 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
Modified:
head/x11/wcm/Makefile (contents, props changed)
Modified: head/x11/wcm/Makefile
==============================================================================
--- head/x11/wcm/Makefile Tue Aug 4 19:25:32 2020 (r544183)
+++ head/x11/wcm/Makefile Tue Aug 4 20:34:55 2020 (r544184)
@@ -3,6 +3,7 @@
PORTNAME= wcm
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= jbeich at FreeBSD.org
@@ -14,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayfire>0:x11-wm/wayfire
LIB_DEPENDS= libevdev.so:devel/libevdev \
- libwf-config.so:devel/wf-config
+ libwf-config.so:devel/wf-config \
+ libwayland-client.so:graphics/wayland
CONFLICTS_INSTALL= wcmcommander # bin/wcm
More information about the svn-ports-all
mailing list