Created attachment 250792 [details] Patch for kdesvn This appears to fix multiple issues including not longer (incorrectly) depending on BDB5. Please test
(In reply to Daniel Engberg from comment #0) Daniel, I doubt anybody is still using kdesvn. If you want this patch to be committed, please test it yourself and commit.
Unfortunately, I currently have no way of runtime testing desktop apps. The other option is to deprecate it.
Moin moin I think committing this with a follow-up commit including a deprecation for 2024-12-31 seems reasonable. mfg Tobias
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e506684c4f5252aece31fc9d77f825f0443cd4b commit 1e506684c4f5252aece31fc9d77f825f0443cd4b Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-06-10 21:22:50 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-10 21:26:26 +0000 devel/kdesvn: Deprecate and set expiration date to 2024-12-31 Due to dwindling amount of users, interest and to streamline amount of ports for the KDE Team to maintain PR: 279128 Approved by: kde (tcberner) devel/kdesvn/Makefile | 3 +++ 1 file changed, 3 insertions(+)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba54accf2651fcc45ff208e347e7d3190ecdb08b commit ba54accf2651fcc45ff208e347e7d3190ecdb08b Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-06-10 21:06:09 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-10 21:26:01 +0000 devel/kdesvn: Try to prevent overlinking Add -Wl,--as-needed to LDFLAGS to prevent overlinking and remove incorrect dependency of BDB5 PR: 279128 Approved by: kde (tcberner) devel/kdesvn/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Committed, thanks