Bug 284679 - [patch] net-im/neochat: Add missing dependency on graphics/kf6-prison
Summary: [patch] net-im/neochat: Add missing dependency on graphics/kf6-prison
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-09 11:17 UTC by Harald Schmalzbauer
Modified: 2025-02-09 20:40 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments
Makefile USE_KDE: inserting prison (new line wrapping) (939 bytes, patch)
2025-02-09 11:17 UTC, Harald Schmalzbauer
no flags Details | Diff
Makefile USE_KDE: inserting prison (new line wrapping, without typo) (938 bytes, patch)
2025-02-09 11:19 UTC, Harald Schmalzbauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Schmalzbauer 2025-02-09 11:17:12 UTC
Created attachment 257345 [details]
Makefile USE_KDE: inserting prison (new line wrapping)

If user doesn't install KDE or any other applications depending on x11/plasma6-plasma-workspace, net-im/neochat won't run since graphics/kf6-prison is missing.
The attached patch simply adds this dependency by extending USE_KDE.
Comment 1 Harald Schmalzbauer 2025-02-09 11:19:50 UTC
Created attachment 257346 [details]
Makefile USE_KDE: inserting prison (new line wrapping, without typo)

Sorry for the typo
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-02-09 19:57:57 UTC
A commit in branch main references this bug:

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

commit 0fe9d7e9c856598fb60467f0afe168b3a92b7533
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-02-09 19:34:56 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-02-09 19:34:56 +0000

    net-im/neochat: add missing run-time dependency

    PR:             284679
    Reported by:    Harald Schmalzbauer

 net-im/neochat/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2025-02-09 20:40:20 UTC
Fixed, thanks!