From nobody@FreeBSD.org  Mon Jul 11 18:27:29 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DE6FE1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Jul 2011 18:27:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id B512A8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Jul 2011 18:27:29 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6BIRTjb084208
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Jul 2011 18:27:29 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p6BIRTVg084207;
	Mon, 11 Jul 2011 18:27:29 GMT
	(envelope-from nobody)
Message-Id: <201107111827.p6BIRTVg084207@red.freebsd.org>
Date: Mon, 11 Jul 2011 18:27:29 GMT
From: Armin Pirkovitsch <armin@frozen-zone.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fix bug in net-im/pidgin and net-im/libpurple 2.9 with patch from upstream
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         158814
>Category:       ports
>Synopsis:       Fix bug in net-im/pidgin and net-im/libpurple 2.9 with patch from upstream
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 11 18:30:09 UTC 2011
>Closed-Date:    Tue Jul 19 08:01:52 UTC 2011
>Last-Modified:  Tue Jul 19 08:10:11 UTC 2011
>Originator:     Armin Pirkovitsch
>Release:        
>Organization:
>Environment:
>Description:
pidgin 2.9 has a bug which causes users in chat rooms / channels to appear several (10+) times which is quiet annoying.
To get rid of that bug I've attached a patch from upstream:
http://developer.pidgin.im/ticket/14351
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/net-im/pidgin/Makefile net-im/pidgin/Makefile
--- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/net-im/pidgin/Makefile	2011-07-07 15:20:31.000000000 +0200
+++ net-im/pidgin/Makefile	2011-07-11 14:36:55.000000000 +0200
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	pidgin
-PORTREVISION=	0
+PORTREVISION=	1
 
 MAINTAINER=	marcus@FreeBSD.org
 COMMENT=	Pidgin multi-protocol messaging client (GTK+ UI)
diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/net-im/libpurple/Makefile net-im/libpurple/Makefile
--- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/net-im/libpurple/Makefile	2011-07-07 15:20:30.000000000 +0200
+++ net-im/libpurple/Makefile	2011-07-11 14:29:54.000000000 +0200
@@ -8,7 +8,7 @@
 
 PORTNAME?=	libpurple
 PORTVERSION=	2.9.0
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	net-im
 MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
 DISTNAME=	pidgin-${PORTVERSION}
diff -Nur /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/net-im/libpurple/files/patch-libpurple-conversation.c net-im/libpurple/files/patch-libpurple-conversation.c
--- /mnt/ad12/tinderbox/portstrees/FreeBSD/ports/net-im/libpurple/files/patch-libpurple-conversation.c	1970-01-01 01:00:00.000000000 +0100
+++ net-im/libpurple/files/patch-libpurple-conversation.c	2011-07-11 14:29:40.000000000 +0200
@@ -0,0 +1,10 @@
+--- libpurple/conversation.c.orig	2011-07-11 14:28:20.000000000 +0200
++++ libpurple/conversation.c	2011-07-11 14:28:47.000000000 +0200
+@@ -1978,7 +1978,6 @@
+ 	}
+ 
+ 	g_hash_table_remove_all(chat->users);
+-	chat->users = NULL;
+ 
+ 	g_list_free(users);
+ 	chat->in_room = NULL;


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jul 11 18:30:25 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158814 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Tue Jul 19 08:01:40 UTC 2011 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158814 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158814: commit references a PR
Date: Tue, 19 Jul 2011 08:01:57 +0000 (UTC)

 marcus      2011-07-19 08:01:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/pidgin        Makefile 
     net-im/libpurple     Makefile 
   Added files:
     net-im/libpurple/files patch-libpurple-conversation.c 
   Log:
   Fix a bug where chat rooms/channels can appear multiple times.  This is
   taken from http://developer.pidgin.im/ticket/14351 .
   
   PR:             158814
   Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>
   
   Revision  Changes    Path
   1.101     +1 -1      ports/net-im/libpurple/Makefile
   1.1       +10 -0     ports/net-im/libpurple/files/patch-libpurple-conversation.c (new)
   1.38      +1 -1      ports/net-im/pidgin/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
