Bug 186944 - [PATCH] security/pidgin-otr: should explicitely require soversion of libotr
Summary: [PATCH] security/pidgin-otr: 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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-21 14:20 UTC by Dmitry Marakasov
Modified: 2014-02-25 02:50 UTC (History)
1 user (show)

See Also:


Attachments
pidgin-otr-4.0.0.patch (525 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, a port should explicity set
soversion in dependency to not pick up a wrong library.

Port maintainer (jgh@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:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-25 02:49:03 UTC
Author: jgh
Date: Tue Feb 25 02:48:56 2014
New Revision: 345914
URL: http://svnweb.freebsd.org/changeset/ports/345914
QAT: https://qat.redports.org/buildarchive/r345914/

Log:
  - explicitly depend on libotr.so.5
  - while here define license
  
  PR:		186944
  Submitted by:	amdmi3

Modified:
  head/security/pidgin-otr/Makefile

Modified: head/security/pidgin-otr/Makefile
==============================================================================
--- head/security/pidgin-otr/Makefile	Tue Feb 25 02:40:47 2014	(r345913)
+++ head/security/pidgin-otr/Makefile	Tue Feb 25 02:48:56 2014	(r345914)
@@ -13,8 +13,11 @@ DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${
 MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	Allows deniable private conversations using Pidgin
 
+LICENSE=	GPLv2
+
+# explicitly use libotr.so.5 (see ports/186944)
 BUILD_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
-LIB_DEPENDS=	libotr.so:${PORTSDIR}/security/libotr \
+LIB_DEPENDS=	libotr.so.5:${PORTSDIR}/security/libotr \
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
 		libpurple.so:${PORTSDIR}/net-im/libpurple
 
_______________________________________________
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 Jason Helfman freebsd_committer freebsd_triage 2014-02-25 02:49:25 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!