Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2003 09:53:38 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47125: update port: net/gaim
Message-ID:  <20030116015338.2AC843EA9B6@utopia.leeym.com>

next in thread | raw e-mail | index | archive | help

>Number:         47125
>Category:       ports
>Synopsis:       update port: net/gaim
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 15 18:00:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Yahoo Taiwan (?)
>Environment:
System: FreeBSD utopia.leeym.com 4.7-STABLE FreeBSD 4.7-STABLE #12: Tue Jan 7 05:24:29 CST 2003 root@utopia.leeym.com:/mnt/obj/usr/src/sys/UTOPIA i386


	
>Description:
add standard termination strings and correct the message conversion between
official yahoo messenger and gaim.

Noticed by:	Dustin Liu <dustinl@yahoo-inc.com>
Obtained from:	Palatis <tblanku@yahoo.com.tw>

Original Message (in Big5):
http://groups.google.com/groups?selm=avu3on%24isj%40netnews.hinet.net

>How-To-Repeat:
	
>Fix:

	

--- gaim.diff begins here ---
diff -ruN --exclude CVS /usr/ports/net/gaim/files/patch-ad gaim/files/patch-ad
--- /usr/ports/net/gaim/files/patch-ad	Thu Jan  1 08:00:00 1970
+++ gaim/files/patch-ad	Wed Jan 15 21:24:55 2003
@@ -0,0 +1,12 @@
+--- src/protocols/yahoo/yahoo.c.orig	Wed Jan 15 21:19:22 2003
++++ src/protocols/yahoo/yahoo.c	Wed Jan 15 21:19:46 2003
+@@ -1196,6 +1196,9 @@
+ 	yahoo_packet_hash(pkt, 1, gc->displayname);
+ 	yahoo_packet_hash(pkt, 5, who);
+ 	yahoo_packet_hash(pkt, 14, utf8);
++	yahoo_packet_hash(pkt, 63, ";0");
++	yahoo_packet_hash(pkt, 64, "0");
++	yahoo_packet_hash(pkt, 97, "1");
+ 
+ 	g_free (utf8);
+ 
--- gaim.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030116015338.2AC843EA9B6>