Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2013 22:30:01 GMT
From:      hiren panchasara <hiren.panchasara@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/176767: [patch] net-im/ari-yahoo broken on freebsd-head
Message-ID:  <201303082230.r28MU1sn067156@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/176767; it has been noted by GNATS.

From: hiren panchasara <hiren.panchasara@gmail.com>
To: bug-followup@FreeBSD.org, hiren.panchasara@gmail.com
Cc:  
Subject: Re: ports/176767: [patch] net-im/ari-yahoo broken on freebsd-head
Date: Fri, 8 Mar 2013 14:20:44 -0800

 Also I also needed following to actually connect.
 
 $ diff -u ~/libyahoo.c work/ari-yahoo-1.10/libyahoo/libyahoo.c
 --- /home/hirenp/libyahoo.c     2013-03-08 12:07:09.562185831 -0800
 +++ work/ari-yahoo-1.10/libyahoo/libyahoo.c     2013-03-08
 14:15:37.101183014 -0800
 @@ -102,8 +102,8 @@
  #endif
 
  /* pager server host */
 -#define YAHOO_PAGER_HOST "cs.yahoo.com"
 -#define YAHOO_PAGER_PORT       25
 +#define YAHOO_PAGER_HOST "scsa.msg.yahoo.com"
 +#define YAHOO_PAGER_PORT       5050
 
  /* pager server host for http connections */
  #define YAHOO_PAGER_HTTP_HOST "http.pager.yahoo.com"
 
 
 After connecting, nothing else works other than "/help"
 
 I cannot see friendlist with "/who".
 
 On attempt to send a message to a friend, it seg faults.
 
 cheers,
 Hiren



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