[Bug 226611] KDE4_GENERIC_LIB_VERSION set to expected, not factual

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 14 17:38:22 UTC 2018


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

            Bug ID: 226611
           Summary: KDE4_GENERIC_LIB_VERSION set to expected, not factual
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: mi at FreeBSD.org
                CC: freebsd-ports-bugs at FreeBSD.org, kde at FreeBSD.org

The kdelibs on my system is of version 4.14.30. However, the PLIST_SUB in
various KDE-related ports has settings like KDE4_GENERIC_LIB_VERSION=4.14.38 --
which reflects the version, that WOULD BE installed by the kdelibs port, were I
to build it anew.

As a result, ports like deskutils/kdeplasma-addons-kde4 fail to install --
because the plist is looking for things like
libplasma_groupingcontainment.so.4.14.38 instead of
libplasma_groupingcontainment.so.4.14.30.

Instead of using hard-coded constants for KDE4_KDELIBS_VERSION and friends,
Mk/Uses/kde.mk ought to query the currently-installed versions.

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


More information about the kde-freebsd mailing list