From owner-dev-commits-ports-all@freebsd.org Thu Jul 22 16:09:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1812365FB1C; Thu, 22 Jul 2021 16:09:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GVy8H5pNZz3nbr; Thu, 22 Jul 2021 16:09:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABAF314BFF; Thu, 22 Jul 2021 16:09:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16MG9pAx096982; Thu, 22 Jul 2021 16:09:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16MG9po8096981; Thu, 22 Jul 2021 16:09:51 GMT (envelope-from git) Date: Thu, 22 Jul 2021 16:09:51 GMT Message-Id: <202107221609.16MG9po8096981@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: db140310bdde - main - x11-wm/plasma5-kwin: fix build after a31c989be86c MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: db140310bdde92074243d1bb2ee44efddc802864 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2021 16:09:52 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=db140310bdde92074243d1bb2ee44efddc802864 commit db140310bdde92074243d1bb2ee44efddc802864 Author: Tobias C. Berner AuthorDate: 2021-07-22 16:07:11 +0000 Commit: Tobias C. Berner CommitDate: 2021-07-22 16:09:08 +0000 x11-wm/plasma5-kwin: fix build after a31c989be86c The component for plasma-wayland-protocol was not expoesed by kde.mk but its variables were used directly in x11/plasma5-kwin. Fix this by switching to using the component properly. Reported by: Yasuhiro Kimura PR: 257339 --- x11-wm/plasma5-kwin/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile index a888df48c653..6e6d90eb43ca 100644 --- a/x11-wm/plasma5-kwin/Makefile +++ b/x11-wm/plasma5-kwin/Makefile @@ -24,10 +24,8 @@ LIB_DEPENDS= libXcursor.so:x11/libXcursor \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxkbcommon.so:x11/libxkbcommon BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ - xwayland-devel>0:x11-servers/xwayland-devel \ - ${kde-kwayland-protocols_LIB}:${kde-kwayland-protocols_PORT} -RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel \ - ${kde-kwayland-protocols_LIB}:${kde-kwayland-protocols_PORT} + xwayland-devel>0:x11-servers/xwayland-devel +RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel USES= cmake compiler:c++11-lib cpe gettext gl gnome kde:5 pkgconfig python:3.5+,run \ qt:5 shebangfix tar:xz xorg @@ -37,8 +35,8 @@ USE_KDE= activities activities attica auth breeze codecs \ completion config configwidgets coreaddons crash decoration \ globalaccel i18n iconthemes idletime init \ jobwidgets kcmutils kdeclarative kio kscreenlocker \ - newstuff notifications package plasma-framework runner service sonnet \ - textwidgets widgetsaddons windowsystem xmlgui \ + newstuff notifications package plasma-framework plasma-wayland-protocols runner\ + service sonnet textwidgets widgetsaddons windowsystem xmlgui \ kwayland-integration kwayland-server wayland \ doctools_build ecm_build USE_LDCONFIG= yes