From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 30 00:00:42 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84B81106564A for ; Mon, 30 Jan 2012 00:00:42 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5CA078FC13 for ; Mon, 30 Jan 2012 00:00:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0U00fYP050767 for ; Mon, 30 Jan 2012 00:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0U00eM6050762; Mon, 30 Jan 2012 00:00:40 GMT (envelope-from gnats) Resent-Date: Mon, 30 Jan 2012 00:00:40 GMT Resent-Message-Id: <201201300000.q0U00eM6050762@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sterling Camden Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55F44106564A; Sun, 29 Jan 2012 23:59:49 +0000 (UTC) (envelope-from sterling@camdensoftware.com) Received: from wh1.interactivevillages.com (ca.2e.7bae.static.theplanet.com [174.123.46.202]) by mx1.freebsd.org (Postfix) with ESMTP id 302AD8FC0A; Sun, 29 Jan 2012 23:59:48 +0000 (UTC) Received: from 184-78-197-203.war.clearwire-wmx.net ([184.78.197.203] helo=_HOSTNAME_) by wh1.interactivevillages.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Rrees-0002cq-NX; Sun, 29 Jan 2012 15:59:19 -0800 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sun, 29 Jan 2012 15:59:43 -0800 Message-Id: <20120129235949.55F44106564A@hub.freebsd.org> Date: Sun, 29 Jan 2012 15:59:43 -0800 From: Sterling Camden To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: eadler@FreeBSD.org Subject: ports/164615: Version 1.6, miscellaneous corrections (see change log below) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sterling Camden List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 00:00:42 -0000 >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: