Bug 257339 - x11-wm/plasma5-kwin: Fix index build after port a31c989be86c
Summary: x11-wm/plasma5-kwin: Fix index build after port a31c989be86c
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-22 15:58 UTC by Yasuhiro Kimura
Modified: 2021-07-28 19:40 UTC (History)
1 user (show)

See Also:
tcberner: maintainer-feedback+


Attachments
Patch file (1.21 KB, patch)
2021-07-22 15:58 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2021-07-22 15:58:33 UTC
Created attachment 226617 [details]
Patch file

Fix index build after port a31c989be86c.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2021-07-22 16:04:41 UTC
Moin moin

Yikes -- was not aware it was used (in that manner :) ).

Will fix shortly, using USE_KDE.


mfg Tobias
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-07-22 16:09:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=db140310bdde92074243d1bb2ee44efddc802864

commit db140310bdde92074243d1bb2ee44efddc802864
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-07-22 16:07:11 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
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 <yasu@utahime.org>
    PR:             257339

 x11-wm/plasma5-kwin/Makefile | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2021-07-28 19:40:54 UTC
Fixed with ports db140310bdde.