summaryrefslogtreecommitdiff
path: root/net-im/climm
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-11-07 17:07:27 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-11-07 17:07:27 +0000
commite671daed58c74c914e303a0af3ab0d148aeacf44 (patch)
tree8d9935261e50219adb4e95f511403496f61c4144 /net-im/climm
parentBuild and install the shared c-ares library too, not just the static one. (diff)
Catch up with recent changes in the oscar protocol
Bump PORTREVISION. PR: 105222 Submitted by: Paul Buetow (maintainer)
Notes
Notes: svn path=/head/; revision=176728
Diffstat (limited to 'net-im/climm')
-rw-r--r--net-im/climm/Makefile1
-rw-r--r--net-im/climm/files/patch-src-oscar_roster.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index 22775103ba91..241d54007ee4 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= micq
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://micq.org/source/ \
http://micq.alpha345.com/source/ \
diff --git a/net-im/climm/files/patch-src-oscar_roster.c b/net-im/climm/files/patch-src-oscar_roster.c
new file mode 100644
index 000000000000..ec84a01feae2
--- /dev/null
+++ b/net-im/climm/files/patch-src-oscar_roster.c
@@ -0,0 +1,10 @@
+--- src/oscar_roster.c 23 Sep 2006 21:03:22 -0000 1.28
++++ src/oscar_roster.c 2 Nov 2006 22:28:05 -0000
+@@ -117,6 +117,7 @@
+ SnacCliReady (serv);
+ SnacCliAddcontact (serv, NULL, serv->contacts);
+ SnacCliReqofflinemsgs (serv);
++ SnacCliReqinfo (serv);
+ if (serv->flags & CONN_WIZARD)
+ {
+ IMRoster (serv, IMROSTER_IMPORT);