From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 2 18:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F18F13B for ; Sun, 2 Feb 2014 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69E6D10C5 for ; Sun, 2 Feb 2014 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s12IA0Aw070676 for ; Sun, 2 Feb 2014 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s12IA0IZ070675; Sun, 2 Feb 2014 18:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Feb 2014 18:10:00 GMT Resent-Message-Id: <201402021810.s12IA0IZ070675@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, Arjan van der Velde Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B403135 for ; Sun, 2 Feb 2014 18:08:47 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8716D10C0 for ; Sun, 2 Feb 2014 18:08:47 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s12I8lcF054810 for ; Sun, 2 Feb 2014 18:08:47 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s12I8lxh054800; Sun, 2 Feb 2014 18:08:47 GMT (envelope-from nobody) Message-Id: <201402021808.s12I8lxh054800@oldred.freebsd.org> Date: Sun, 2 Feb 2014 18:08:47 GMT From: Arjan van der Velde To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186381: fix spindown compile errors with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 18:10:00 -0000 >Number: 186381 >Category: ports >Synopsis: fix spindown compile errors with clang >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: Sun Feb 02 18:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Arjan van der Velde >Release: 10.0-RELEASE >Organization: N/A >Environment: FreeBSD freebsd10.localdomain 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: the sysutils/spindown utility was fixed so as to compile correctly with clang. >How-To-Repeat: N/A >Fix: See attached patch. Patch attached with submission follows: diff -ruN spindown/Makefile.orig spindown/Makefile --- spindown/Makefile.orig 2014-01-22 12:00:46.000000000 -0500 +++ spindown/Makefile 2014-02-02 12:54:03.000000000 -0500 @@ -1,8 +1,8 @@ -# Created by: Arjan van der Velde -# $FreeBSD: sysutils/spindown/Makefile 340722 2014-01-22 17:00:46Z mat $ +# Created by: Arjan van der Velde +# $FreeBSD: tags/RELEASE_10_0_0/sysutils/spindown/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= spindown -PORTVERSION= 0.3a +PORTVERSION= 0.4 CATEGORIES= sysutils MASTER_SITES= http://www.noresult.net/freebsd/spindown/ diff -ruN spindown/distinfo.orig spindown/distinfo --- spindown/distinfo.orig 2014-01-22 10:30:13.000000000 -0500 +++ spindown/distinfo 2014-02-02 12:44:13.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (spindown-0.3a.tar.gz) = b98d24c0a97e9d83a46e3fce711fd95e23ffd2e59b295d74b03c2daf7498c78d -SIZE (spindown-0.3a.tar.gz) = 7395 +SHA256 (spindown-0.4.tar.gz) = ebc4c6795a3830acd84d6bc0183fbb8783fdfbb560b19e75b5288d6efca09268 +SIZE (spindown-0.4.tar.gz) = 7460 >Release-Note: >Audit-Trail: >Unformatted: