Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2020 20:34:56 +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: r544184 - head/x11/wcm
Message-ID:  <202008042034.074KYu6H034509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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