ports/186943: [PATCH] net-im/kopete-kde4: should explicitely require soversion of libotr

Dmitry Marakasov amdmi3 at amdmi3.ru
Fri Feb 21 14:20:00 UTC 2014


>Number:         186943
>Category:       ports
>Synopsis:       [PATCH] net-im/kopete-kde4: should explicitely require soversion of libotr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 21 14:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list