From owner-freebsd-ports@FreeBSD.ORG Sat Feb 15 04:38:31 2014 Return-Path: Delivered-To: freebsd-ports@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 ED77E6C7; Sat, 15 Feb 2014 04:38:31 +0000 (UTC) Received: from roadkill.tharned.org (roadkill.tharned.org [75.145.12.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA84A13D3; Sat, 15 Feb 2014 04:38:31 +0000 (UTC) Received: from badger.tharned.org (badger.tharned.org [10.10.10.23]) (authenticated bits=0) by roadkill.tharned.org (8.14.7/8.14.7) with ESMTP id s1F4cOXP069116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 14 Feb 2014 22:38:29 -0600 (CST) (envelope-from gcr+freebsd-ports@tharned.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tharned.org; s=2014; t=1392439110; bh=vf5oSv4CgLFCWdEQKaKYt6yhQIiQcKUOOHitnrDbitU=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=AS8HiLGvPxMLanLWZ1QpB1AO0xmnxy85yqyE41Cin4geAAihD5IC3yfCkokMW+fhk rBwA43mpvDla7ZLll6pDv8ytQOAgqbDkA/9RUclBqjvCu3BgjyAp6/0JHgdrqz4etS agISyQgvNFmLPl8gDXpJRmj1WDOTtGBp9CEcoIolZvKh++AKO2rZp/3TseaV2xck/9 CDajx+BLXr0L0MVlojqGeenM8p6UdrzPJ+coJ7Sa/BFWMv/6omDbER9qzI8mbnTzkq p1tKFMwOdGN9KtILR2CMOp6DvnpjJP+b1jn/OySD8ZkCYEY4ZxUPlBiM6uKFc04FVF lMd/ixDSdoNRw== Date: Fri, 14 Feb 2014 22:38:24 -0600 (CST) From: Greg Rivers To: "Janky Jay, III" , Steve Wills Subject: Re: pidgin with pidgin-sipe plugin now aborts on connect In-Reply-To: <20140214230410.GA26039@mouf.net> Message-ID: References: <52FE87B3.1070906@unfs.us> <52FE88D8.4020201@yandex.ru> <52FE924B.5020306@unfs.us> <20140214230410.GA26039@mouf.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (roadkill.tharned.org [75.145.12.185]); Fri, 14 Feb 2014 22:38:30 -0600 (CST) Cc: john.c.prather@gmail.com, freebsd-ports@freebsd.org 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: Sat, 15 Feb 2014 04:38:32 -0000 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