Bug 186943 - [PATCH] net-im/kopete-kde4: should explicitely require soversion of libotr
Summary: [PATCH] net-im/kopete-kde4: should explicitely require soversion of libotr
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-21 14:20 UTC by Dmitry Marakasov
Modified: 2014-02-25 20:40 UTC (History)
1 user (show)

See Also:


Attachments
kopete-4.12.2.patch (527 bytes, patch)
2014-02-21 14:20 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-02-21 14:20:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-21 14:20:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-25 20:33:48 UTC
Author: makc
Date: Tue Feb 25 20:33:41 2014
New Revision: 346074
URL: http://svnweb.freebsd.org/changeset/ports/346074
QAT: https://qat.redports.org/buildarchive/r346074/

Log:
  net-im/kopete-kde4:
  - Both security/libotr3 and security/libotr install libotr.so. Explicitly
    require libotr.so.5 from security/libotr because kopete can't be built
    with old version.
  
  PR:		ports/186943
  Submitted by:	amdmi3

Modified:
  head/net-im/kopete-kde4/Makefile

Modified: head/net-im/kopete-kde4/Makefile
==============================================================================
--- head/net-im/kopete-kde4/Makefile	Tue Feb 25 20:32:40 2014	(r346073)
+++ head/net-im/kopete-kde4/Makefile	Tue Feb 25 20:33:41 2014	(r346074)
@@ -11,7 +11,7 @@ COMMENT=	KDE multi-protocol instant mess
 
 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 \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2014-02-25 20:34:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!