From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 21 14:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B32F3C4 for ; Fri, 21 Feb 2014 14:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D9AA1317 for ; Fri, 21 Feb 2014 14:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1LEK0U2043308 for ; Fri, 21 Feb 2014 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1LEK01f043307; Fri, 21 Feb 2014 14:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 21 Feb 2014 14:20:00 GMT Resent-Message-Id: <201402211420.s1LEK01f043307@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33648B84; Fri, 21 Feb 2014 14:10:12 +0000 (UTC) Received: from smtpout6.timeweb.ru (smtpout6.timeweb.ru [92.53.117.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DECAB1248; Fri, 21 Feb 2014 14:10:11 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1WGqni-0004pP-OY; Fri, 21 Feb 2014 18:10:02 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 5AF97364; Fri, 21 Feb 2014 18:10:02 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 4C13D6D16; Fri, 21 Feb 2014 18:10:02 +0400 (MSK) Message-Id: <20140221141002.4C13D6D16@hades.panopticon> Date: Fri, 21 Feb 2014 18:10:02 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/186943: [PATCH] net-im/kopete-kde4: should explicitely require soversion of libotr Cc: kde@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 14:20:00 -0000 >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: