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)
Responsible Changed From-To: freebsd-ports-bugs->jgh Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!