Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 18:10:02 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        kde@FreeBSD.org
Subject:   ports/186943: [PATCH] net-im/kopete-kde4: should explicitely require soversion of libotr
Message-ID:  <20140221141002.4C13D6D16@hades.panopticon>
Resent-Message-ID: <201402211420.s1LEK01f043307@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140221141002.4C13D6D16>