Bug 164615 - sysutils/pcpustat Version 1.6, miscellaneous corrections (see change log below)
Summary: sysutils/pcpustat Version 1.6, miscellaneous corrections (see change log below)
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 00:00 UTC by SterlingCamden
Modified: 2012-01-30 00:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (814 bytes, patch)
2012-01-30 00:00 UTC, SterlingCamden
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description SterlingCamden 2012-01-30 00:00:39 UTC
	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:
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-01-30 00:48:53 UTC
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"
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2012-01-30 00:49:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!