Re: pidgin with pidgin-sipe plugin now aborts on connect

2014-02-14 Thread Greg Rivers

On Fri, 14 Feb 2014, Janky Jay, III wrote:


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:


[snip]


Thanks for figuring this out.

On Fri, 14 Feb 2014, Steve Wills wrote:

There are some additional changes needed, see PR ports/186783. This 
version passes poudriere testport.


Also, PR ports/183941 was submitted to update to 1.17.0, but had some 
issues with KRB5 and wasn't committed. This version builds fine with 
KRB5 for me, so I think 183941 can be closed.




I'm happy to report that the patch from ports/186783 successfully updates 
pidgin-sipe to version 1.18.0, and as a result pidgin once again works 
with sipe accounts.  pidgin does however still abort when I close the 
chat, i.e. go offline.


Thanks to both of you for fixing this.  I think this is worth committing 
now even if you can't immediately solve the abort on close issue; this is 
way better than the current pidgin-sipe port.  Thanks again!


--
Greg
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: pidgin with pidgin-sipe plugin now aborts on connect

2014-02-14 Thread Janky Jay, III
Yeah. I figured there would be more to it (I didn't re-create the 
pkg-plist yet). I just wanted to know if the 1.18.0 version worked for 
Greg before I did anything else. Looks like that PR will do just fine, 
though. Thanks!


On 02/14/2014 04:04 PM, Steve Wills wrote:

There are some additional changes needed, see PR ports/186783. This version
passes poudriere testport.

Also, PR ports/183941 was submitted to update to 1.17.0, but had some issues
with KRB5 and wasn't committed. This version builds fine with KRB5 for me, so I
think 183941 can be closed.

Steve

On Fri, Feb 14, 2014 at 03:01:47PM -0700, Janky Jay, III wrote:

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?



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: pidgin with pidgin-sipe plugin now aborts on connect

2014-02-14 Thread Steve Wills
There are some additional changes needed, see PR ports/186783. This version
passes poudriere testport.

Also, PR ports/183941 was submitted to update to 1.17.0, but had some issues
with KRB5 and wasn't committed. This version builds fine with KRB5 for me, so I
think 183941 can be closed.

Steve

On Fri, Feb 14, 2014 at 03:01:47PM -0700, Janky Jay, III wrote:
> 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?
> >
> 
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: pidgin with pidgin-sipe plugin now aborts on connect

2014-02-14 Thread Janky Jay, III

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?



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: pidgin with pidgin-sipe plugin now aborts on connect

2014-02-14 Thread Ruslan Makhmatkhanov

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?

--
Regards,
Ruslan

T.O.S. Of Reality
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: pidgin with pidgin-sipe plugin now aborts on connect

2014-02-14 Thread Janky Jay, III

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?



diff -Naur pidgin-sipe.orig/Makefile pidgin-sipe/Makefile
--- pidgin-sipe.orig/Makefile	2014-02-09 10:40:14.0 -0700
+++ pidgin-sipe/Makefile	2014-02-14 14:03:45.0 -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.0 -0700
+++ pidgin-sipe/distinfo	2014-02-14 14:03:51.0 -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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

pidgin with pidgin-sipe plugin now aborts on connect

2014-02-14 Thread Greg Rivers
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?

--
Greg Rivers
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"