Summary: | [patch] systils/wmbluecpu : Fix broken port under 8, take maintainership | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Benjamin Close <benjsc> | ||||
Component: | Individual Port(s) | Assignee: | Emanuel Haupt <ehaupt> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Benjamin Close
![]() ![]() Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Put in the right category Responsible Changed From-To: freebsd-ports-bugs->ehaupt I will take care of it. 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" State Changed From-To: open->closed Committed, thanks! |