summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-16 03:06:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-16 03:06:59 +0000
commitfd544df33bacb0d3a43e6c6c862a4a395c667ddd (patch)
tree7d46e95ac2c7aebd1fe4a87759b5503ed6f3b3da /net-im
parent- update to 1.19 (diff)
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>
Notes
Notes: svn path=/head/; revision=73213
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile1
-rw-r--r--net-im/gaim/files/patch-src_protocols_yahoo_yahoo.c12
2 files changed, 13 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index a146954ba164..96f688e1d348 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gaim
PORTVERSION= 0.59.8
+PORTREVISION= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-im/gaim/files/patch-src_protocols_yahoo_yahoo.c b/net-im/gaim/files/patch-src_protocols_yahoo_yahoo.c
new file mode 100644
index 000000000000..371395839df0
--- /dev/null
+++ b/net-im/gaim/files/patch-src_protocols_yahoo_yahoo.c
@@ -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);
+