From owner-freebsd-ports@FreeBSD.ORG Fri Feb 14 22:01:51 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org 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 CF8BACB6 for ; Fri, 14 Feb 2014 22:01:51 +0000 (UTC) Received: from morbid.purplehat.org (morbid.purplehat.org [206.225.82.173]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A91A81B58 for ; Fri, 14 Feb 2014 22:01:51 +0000 (UTC) Received: from localhost (morbid.purplehat.org [206.225.82.173]) by morbid.purplehat.org (Postfix) with ESMTP id DCC85D8CC6C for ; Fri, 14 Feb 2014 15:01:50 -0700 (MST) Received: from morbid.purplehat.org ([206.225.82.173]) by localhost (morbid.purplehat.org [206.225.82.173]) (maiad, port 10024) with ESMTP id 94261-08 for ; Fri, 14 Feb 2014 15:01:49 -0700 (MST) Received: from [172.17.0.60] (fw1.aspsys.com [173.14.5.129]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jankyj@unfs.us) by morbid.purplehat.org (Postfix) with ESMTPSA id B46B2D8CC68 for ; Fri, 14 Feb 2014 15:01:49 -0700 (MST) Message-ID: <52FE924B.5020306@unfs.us> Date: Fri, 14 Feb 2014 15:01:47 -0700 From: "Janky Jay, III" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: pidgin with pidgin-sipe plugin now aborts on connect References: <52FE87B3.1070906@unfs.us> <52FE88D8.4020201@yandex.ru> In-Reply-To: <52FE88D8.4020201@yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 22:01:51 -0000 Hi Ruslan, I most certainly will (providing that it actually works)! :) Once it's verified, I'll submit the PR. On 02/14/2014 02:21 PM, Ruslan Makhmatkhanov wrote: > Janky Jay, III wrote on 15.02.2014 01:16: >> Hello Greg, >> >> Simply editing the Makefile and the distinfo file inside the >> net-im/pidgin-sipe directory worked fine for me. I did the following: >> >> 1) Edit Makefile >> a) Changed PORTVERSION from 1.13.1 to 1.18.0 >> b) Removed the PORTREVISION line >> >> 2) After editing the Makefile, I ran >> a) make makesum (to update the distinfo file) >> b) make all install clean >> >> Pidgin now connects without any issues using the Office >> Communicator protocol. I've also attached a patch for the port if you'd >> rather use that. If it works for you, I'll submit the patch to PR. Just >> let me know. >> >> Regards, >> Janky Jay, III > > Great! Would you please submit your patch to GNATS PR? >