Date: Fri, 14 Feb 2014 14:16:35 -0700 From: "Janky Jay, III" <jankyj@unfs.us> To: Greg Rivers <gcr+freebsd-ports@tharned.org>, freebsd-ports@freebsd.org Cc: john.c.prather@gmail.com Subject: Re: pidgin with pidgin-sipe plugin now aborts on connect Message-ID: <52FE87B3.1070906@unfs.us> In-Reply-To: <alpine.BSF.2.00.1402141153080.60138@roadkill.tharned.org> References: <alpine.BSF.2.00.1402141153080.60138@roadkill.tharned.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------050200080807050606060409 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 On 02/14/2014 11:00 AM, Greg Rivers wrote: > Since the recent update of pidgin to version 2.10.9, pidgin aborts > (signal 6) whenever I connect to a Office Communicator account via the > pidgin-sipe plugin. The pidgin-sipe port is very much out of date, so I > suspect that pidgin has diverged enough to cause this. > > Are there any plans to bring the pidgin-sipe plugin up to date? > --------------050200080807050606060409 Content-Type: text/x-patch; name="pidgin-sipe_1.18.0.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pidgin-sipe_1.18.0.diff" diff -Naur pidgin-sipe.orig/Makefile pidgin-sipe/Makefile --- pidgin-sipe.orig/Makefile 2014-02-09 10:40:14.000000000 -0700 +++ pidgin-sipe/Makefile 2014-02-14 14:03:45.000000000 -0700 @@ -2,8 +2,7 @@ # $FreeBSD: head/net-im/pidgin-sipe/Makefile 336957 2013-12-19 20:11:14Z swills $ PORTNAME= pidgin-sipe -PORTVERSION= 1.13.1 -PORTREVISION= 1 +PORTVERSION= 1.18.0 CATEGORIES= net-im MASTER_SITES= SF/sipe/sipe/${DISTNAME} diff -Naur pidgin-sipe.orig/distinfo pidgin-sipe/distinfo --- pidgin-sipe.orig/distinfo 2014-02-09 10:40:14.000000000 -0700 +++ pidgin-sipe/distinfo 2014-02-14 14:03:51.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (pidgin-sipe-1.13.1.tar.bz2) = 30d1587177311752520458abd5a0e5b998b2e07dab9b4fb23576ac7216387d3b -SIZE (pidgin-sipe-1.13.1.tar.bz2) = 748761 +SHA256 (pidgin-sipe-1.18.0.tar.bz2) = ca2a357b516c873c9a3feb0315aba6e4a246b5c657e6de7ada1dc302c50cb064 +SIZE (pidgin-sipe-1.18.0.tar.bz2) = 854853 --------------050200080807050606060409--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52FE87B3.1070906>