Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2012 15:59:43 -0800
From:      Sterling Camden <sterling@camdensoftware.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        eadler@FreeBSD.org
Subject:   ports/164615: Version 1.6, miscellaneous corrections (see change log below)
Message-ID:  <20120129235949.55F44106564A@hub.freebsd.org>
Resent-Message-ID: <201201300000.q0U00eM6050762@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164615
>Category:       ports
>Synopsis:       Version 1.6, miscellaneous corrections (see change log below)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 30 00:00:39 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sterling Camden
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
Camden Software Consulting
>Environment:
System: FreeBSD libertas.local.camdensoftware.com 9.0-STABLE FreeBSD 9.0-STABLE #8: Sun Jan 29 11:47:42 PST 2012 root@libertas.local.camdensoftware.com:/usr/obj/usr/src/sys/LIBERTAS amd64


>Description:
	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.

>How-To-Repeat:
>Fix:
	Patch follows:
diff -u /usr/ports/sysutils/pcpustat/Makefile port/Makefile
--- /usr/ports/sysutils/pcpustat/Makefile	2012-01-28 12:27:56.000000000 -0800
+++ port/Makefile	2012-01-29 15:57:34.000000000 -0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pcpustat
-PORTVERSION=	1.5
+PORTVERSION=	1.6
 CATEGORIES=	sysutils
 MASTER_SITES=	http://chipstips.com/download/
 
diff -u /usr/ports/sysutils/pcpustat/distinfo port/distinfo
--- /usr/ports/sysutils/pcpustat/distinfo	2012-01-28 12:27:56.000000000 -0800
+++ port/distinfo	2012-01-29 15:44:05.000000000 -0800
@@ -1,2 +1,2 @@
-SHA256 (pcpustat-1.5.tar.bz2) = 1a834b0089709e90baa74a8b73bd754fcbb1fd5f50a7dd14ca67a8f570d75b79
-SIZE (pcpustat-1.5.tar.bz2) = 5050
+SHA256 (pcpustat-1.6.tar.bz2) = 46abfee9b670155454c629f184c987258ed1f74736631d1a5f6418cd00801831
+SIZE (pcpustat-1.6.tar.bz2) = 5117
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120129235949.55F44106564A>