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.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
_______________________________________________
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"