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
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!