Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 18:08:47 GMT
From:      Arjan van der Velde <noresult@noresult.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186381: fix spindown compile errors with clang
Message-ID:  <201402021808.s12I8lxh054800@oldred.freebsd.org>
Resent-Message-ID: <201402021810.s12IA0IZ070675@freefall.freebsd.org>

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

>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 <noresult@xs4all.nl>
-# $FreeBSD: sysutils/spindown/Makefile 340722 2014-01-22 17:00:46Z mat $
+# Created by: Arjan van der Velde <noresult@noresult.net>
+# $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:



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