Bug 106261 - "freq" in Conky (sysutils/conky) config does not work
Summary: "freq" in Conky (sysutils/conky) config does not work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-03 14:10 UTC by Karsten Rothemund
Modified: 2006-12-03 18:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karsten Rothemund 2006-12-03 14:10:13 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-03 14:10:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2006-12-03 18:18:40 UTC
I fixed this issue in svn version of conky. I will probably backport
this fix for the port. Thanks for reporting this.

Roman Bogorodskiy
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-03 18:39:28 UTC
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"
Comment 4 Roman Bogorodskiy freebsd_committer freebsd_triage 2006-12-03 18:44:48 UTC
State Changed
From-To: open->closed

Should be fixed now.