Bug 121133 - [patch] systils/wmbluecpu : Fix broken port under 8, take maintainership
Summary: [patch] systils/wmbluecpu : Fix broken port under 8, take maintainership
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-26 23:40 UTC by Benjamin Close
Modified: 2008-02-27 10:20 UTC (History)
0 users

See Also:


Attachments
file.diff (2.12 KB, patch)
2008-02-26 23:40 UTC, Benjamin Close
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Close freebsd_committer freebsd_triage 2008-02-26 23:40:02 UTC
sysutils/wmbluecpu builds under 8.0-Current but exits as soon as run. It fails due to a legacy kvm call being changed. (8.0 uses a sysctl, before used a kvm call).

The attached patch fixes this and *should* be backward compatible under 7 and below (I've no 7 or less boxes to test on).

I'm also happy to take maintainership of this port.

Please not however, I've only a src commit bit.

Fix: Apply attached patch

Patch attached with submission follows:
How-To-Repeat: Run wmbluecpu on 8.0-Current
Comment 1 Benjamin Close freebsd_committer freebsd_triage 2008-02-26 23:57:50 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Put in the right category
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2008-02-27 09:57:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-27 10:13:05 UTC
ehaupt      2008-02-27 10:12:56 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/wmbluecpu   Makefile 
    sysutils/wmbluecpu/files cpu_freebsd.c 
  Log:
  sysutils/wmbluecpu builds under 8.0-CURRENT but exits as soon as run. It fails
  due to a legacy kvm call being changed. (8.0 uses a sysctl, before used a kvm
  call). This patch fixes that problem.
  
  Pass maintainership to submitter.
  
  PR:             121133
  Submitted by:   benjsc
  
  Revision  Changes    Path
  1.6       +2 -2      ports/sysutils/wmbluecpu/Makefile
  1.3       +20 -16    ports/sysutils/wmbluecpu/files/cpu_freebsd.c
_______________________________________________
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 Emanuel Haupt freebsd_committer freebsd_triage 2008-02-27 10:13:09 UTC
State Changed
From-To: open->closed

Committed, thanks!