1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add standard termination strings and correct the message conversion between

official yahoo messenger and gaim.

PR:	47125
Submitted by:	leeym
Noticed by:	Dustin Liu <dustinl@yahoo-inc.com>
Obtained from:	Palatis <tblanku@yahoo.com.tw>
This commit is contained in:
Joe Marcus Clarke 2003-01-16 03:06:59 +00:00
parent 11fa5dd069
commit fd544df33b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73213
6 changed files with 39 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gaim
PORTVERSION= 0.59.8
PORTREVISION= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -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);

View File

@ -7,6 +7,7 @@
PORTNAME= gaim
PORTVERSION= 0.59.8
PORTREVISION= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -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);

View File

@ -7,6 +7,7 @@
PORTNAME= gaim
PORTVERSION= 0.59.8
PORTREVISION= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -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);