ports/105222: [maintainer update] Patch of mICQ, because the Oscar Protocol changed

Paul Buetow ports at buetow.org
Mon Nov 6 20:00:53 UTC 2006


>Number:         105222
>Category:       ports
>Synopsis:       [maintainer update] Patch of mICQ, because the Oscar Protocol changed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 06 20:00:48 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Paul Buetow
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
P. B. Labs
>Environment:
System: FreeBSD host0.pblabs.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #4: Wed Nov 1 19:21:02 CET 2006 admin at host0.pblabs.net:/usr/obj/usr/srcs/freebsd.src6/src/sys/ELEVEN amd64


>Description:
	The oscar protocol changed, so mICQ doesnt work any more. So it needs patching.	
	Its not possible to send messages (mICQ keeps telling to be offline)
>How-To-Repeat:
	Starting mICQ, getting online and trying to post a message.
>Fix:
	Adding the following patch ./files/patch-src-oscar_roster.c with the content:

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

	


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



More information about the freebsd-ports-bugs mailing list