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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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.