Version 1.6 includes the following corrections: pcpustat.c: Avoid using undefined behavior for int decrement to insure that forever really does mean forever. fix signed/unsigned errors Makefile: Respect CFLAGS in the makefile Reduce duplication by using ${NAME} make always rebuilt pcpustat. Added appropriate target. Fix: Patch follows:
eadler 2012-01-30 00:48:38 UTC FreeBSD ports repository Modified files: sysutils/pcpustat Makefile distinfo Log: update to 1.6 Changes: Avoid using undefined behavior for int decrement to insure that forever really does mean forever. fix signed/unsigned errors PR: ports/164615 Submitted by: Sterling Camden <sterling@camdensoftware.com> (maintainer) Revision Changes Path 1.7 +1 -1 ports/sysutils/pcpustat/Makefile 1.5 +2 -2 ports/sysutils/pcpustat/distinfo _______________________________________________ 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!