net-im/ari-yahoo seems broken and I *think* below listed patch is fixing it. Fix: $ diff -u work/ari-yahoo-1.10/libyahoo/libyahoo.c ~/libyahoo.c
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
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Responsible Changed From-To: pawel->freebsd-ports-bugs Wrong PR
Responsible Changed From-To: freebsd-ports-bugs->rodrigo I'll take it.
Hi Hiren, The patch is fine, but this port has no maintainer, would you consider to become a port maintainer and adopt this port ? Regards, - rodrigo
State Changed From-To: open->feedback Ask for submitter approval.
Hi, Sorry for the last message, but I change my mind. According with the main website, Ari-Yahoo is currently broken[1]. Without other informations or real fix,I have to mark the port broken and plan its deletion. Regards, - rodrigo [1] http://www.icculus.org/ari-yahoo/
On Tue, Feb 18, 2014 at 2:17 AM, Rodrigo Osorio <rodrigo@freebsd.org> wrote: > Hi, > > Sorry for the last message, but I change my mind. > According with the main website, Ari-Yahoo is > currently broken[1]. > Without other informations or real fix,I have to > mark the port broken and plan its deletion. I agree. Cheers, Hiren > > Regards, > - rodrigo > > [1] http://www.icculus.org/ari-yahoo/
Author: rodrigo Date: Thu Feb 20 10:49:37 2014 New Revision: 345212 URL: http://svnweb.freebsd.org/changeset/ports/345212 QAT: https://qat.redports.org/buildarchive/r345212/ Log: Deprecate the port since the author reports a breakage years ago and no one tries to fix it. PR: ports/176767 Approved by: bapt (mentor) Modified: head/net-im/ari-yahoo/Makefile Modified: head/net-im/ari-yahoo/Makefile ============================================================================== --- head/net-im/ari-yahoo/Makefile Thu Feb 20 10:37:45 2014 (r345211) +++ head/net-im/ari-yahoo/Makefile Thu Feb 20 10:49:37 2014 (r345212) @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Console Yahoo! messenger client +DEPRECATED= Broken for more than 1 year (http://www.icculus.org/ari-yahoo/) +EXPIRATION_DATE= 2014-04-18 + USES= gmake PLIST_FILES= bin/ari-yahoo USE_GCC= any _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!