[kde-freebsd] [PATCH] net-im/kopete-kde4: should explicitely require soversion of libotr
Dmitry Marakasov
amdmi3 at amdmi3.ru
Fri Feb 21 14:10:02 UTC 2014
>Submitter-Id: current-users
>Originator: Dmitry Marakasov
>Organization:
>Confidential: no
>Synopsis: [PATCH] net-im/kopete-kde4: should explicitely require soversion of libotr
>Severity: non-critical
>Priority: low
>Category: ports
>Class: change-request
>Release: FreeBSD 10.0-RELEASE amd64
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
Since there are both security/libotr3 with libotr.so.4 and
security/libotr with libotr.so.5, kopete should explicity set
soversion in dependency to not pick up a wrong library.
Port maintainer (kde at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
--- kopete-4.12.2.patch begins here ---
diff -ruN /usr/ports/net-im/kopete-kde4/Makefile ./Makefile
--- /usr/ports/net-im/kopete-kde4/Makefile 2014-02-18 18:23:03.000000000 +0400
+++ ./Makefile 2014-02-21 18:08:09.210334644 +0400
@@ -11,7 +11,7 @@
LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \
libqca.so:${PORTSDIR}/devel/qca \
- libotr.so:${PORTSDIR}/security/libotr \
+ libotr.so.5:${PORTSDIR}/security/libotr \
libgadu.so:${PORTSDIR}/polish/libgadu \
libortp.so:${PORTSDIR}/net/linphone-base \
libmediastreamer.so:${PORTSDIR}/net/linphone-base \
--- kopete-4.12.2.patch ends here ---
More information about the kde-freebsd
mailing list