using the "freq" keyword in the .conkyrc shows nothing in the output on the screen (BTW: "freq_dyn" does work correctly). I tried to localize rthe bug and it seems that the procedure "get_freq" is not called at all (?). How-To-Repeat: Just put the "freq" keyword in the config ~/.conky.
Responsible Changed From-To: freebsd-ports-bugs->novel Over to maintainer
I fixed this issue in svn version of conky. I will probably backport this fix for the port. Thanks for reporting this. Roman Bogorodskiy
novel 2006-12-03 18:39:23 UTC FreeBSD ports repository Added files: sysutils/conky/files patch-src-conky.c patch-src-freebsd.c Log: Fix ${freq} and ${freq_g} variables. PR: ports/106261 Submitted by: Karsten Rothemund <karsten@photor.de> Obtained from: conky svn Revision Changes Path 1.6 +18 -0 ports/sysutils/conky/files/patch-src-conky.c (new) 1.8 +11 -0 ports/sysutils/conky/files/patch-src-freebsd.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Should be fixed now.