Bug 118916 - [patch] sysutils/gkrellm - add coretemp(4) support + fix FreeBSD sysctl code
Summary: [patch] sysutils/gkrellm - add coretemp(4) support + fix FreeBSD sysctl code
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: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-21 02:50 UTC by Pietro Cerutti
Modified: 2007-12-25 15:30 UTC (History)
0 users

See Also:


Attachments
_gkrellm2.diff (6.11 KB, patch)
2007-12-21 02:50 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti 2007-12-21 02:50:00 UTC

The following patch:

1) adds support for the coretemp(4) sensor
2) fixes a bug causing only one instance of a sensor type to be added

1) coretemp(4) is a kernel module allowing to sense the temperature on each core of an Intel Core Duo processor.

2) this means that if you have two sensors of an instance, e.g. two temperature sensors, only the first one is added to GKrellm's sensors list.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-21 04:36:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ume

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-25 15:22:26 UTC
ume         2007-12-25 15:22:21 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/gkrellm2    Makefile 
  Added files:
    sysutils/gkrellm2/files patch-src::sysdeps::freebsd.c 
  Log:
  - Adds support for the coretemp(4) sensor
  - Fixes a bug causing only one instance of a sensor type to be added
  
  PR:             ports/118916
  Submitted by:   Pietro Cerutti <gahr_at_gahr.ch> with modification
  Tested by:      TAKANO Yuji <takachan_at_icmpv6.org>
  
  Revision  Changes    Path
  1.128     +1 -1      ports/sysutils/gkrellm2/Makefile
  1.9       +102 -0    ports/sysutils/gkrellm2/files/patch-src::sysdeps::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 3 Hajimu UMEMOTO freebsd_committer freebsd_triage 2007-12-25 15:23:31 UTC
State Changed
From-To: open->closed

Thanks, committed with some modification.