[Bug 273695] [exp-run] Update KDE Frameworks to 5.110.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 18 16:58:24 BST 2023


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273695

--- Comment #6 from commit-hook at FreeBSD.org ---
A commit in branch main references this bug:

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

commit 4b546b73c6af275e286998f94a3a97c186cfbfe0
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2023-09-18 15:45:43 +0000
Commit:     Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2023-09-18 15:55:44 +0000

    textproc/fcitx5-configtool: fix plist against KDE Frameworks 5.110

    The change [1] in KDE Frameworks leads to the configuration
    ecm_setup_version(PROJECT VARIABLE_PREFIX Fcitx5Migrator
                      VERSION_HEADER
"${CMAKE_CURRENT_BINARY_DIR}/migrator_version.h"
                      PACKAGE_VERSION_FILE
"${CMAKE_CURRENT_BINARY_DIR}/Fcitx5MigratorVersion.cmake"
                      SOVERSION 0)
    accepting the value '0' as so-version, and not defaulting to the
    softwares major version (here 5).

    This leads to the .so.5 being renamed to .so.0 in the final package.

    [1]
https://invent.kde.org/frameworks/extra-cmake-modules/-/commit/1da0bba97d170e6d04eaf5555681c1b325cabcf5

    PR:             273695

 textproc/fcitx5-configtool/Makefile  | 2 +-
 textproc/fcitx5-configtool/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kde-freebsd mailing list